jain.protocol.ss7.oam
Interface OamManagedObject

All Known Subinterfaces:
ConcernedAreaMO, GlobalTitleEntryMO, LinkMO, LinkSetMO, Mtp2LayerMO, Mtp2ManagedObject, Mtp2SapMO, Mtp3LayerMO, Mtp3ManagedObject, Mtp3SapMO, RouteMO, RouteSetMO, SccpEntitySetMO, SccpLayerMO, SccpManagedObject, SccpRoutingControlMO, SccpSapMO, ScreeningTableMO, SignallingPointMO, TcapLayerMO, TcapManagedObject

public abstract interface OamManagedObject
extends java.lang.Cloneable, java.io.Serializable

This interface is implemented by all JAIN OAM Managed Objects (MOs).


Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
          Adds a new Listener to the set of PropertyCahngeListeners lsitening for a PropertyChangeEvent when a bound/constrained property changes.
 java.lang.String getName()
          Gets the name of this OamManagedObject.
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
          Adds a new Listener to the set of PropertyCahngeListeners lsitening for a PropertyChangeEvent when a bound/constrained property changes.
 void setName(java.lang.String name)
          Sets the name of this OamManagedObject.
 

Method Detail

setName

public void setName(java.lang.String name)
Sets the name of this OamManagedObject. This can be used to store a proprietary Managed Object identifier.
Parameters:
name - the name of this Managed Object

getName

public java.lang.String getName()
Gets the name of this OamManagedObject. This may take the form of a proprietary Managed Object identifier.
Returns:
the name of this Managed Object

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a new Listener to the set of PropertyCahngeListeners lsitening for a PropertyChangeEvent when a bound/constrained property changes.
Parameters:
listener - the listener to be added.

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a new Listener to the set of PropertyCahngeListeners lsitening for a PropertyChangeEvent when a bound/constrained property changes.
Parameters:
listener - the listener to be removed.


01 September 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.Com

Copyright - 1999 Sun Microsystems