jain.protocol.ss7.oam.sccp
Interface SubSystemMO


public abstract interface SubSystemMO

This interface defines the methods of a SubSystem Managed Object.

This may represent either a:

This SubSystemMO identifies the Sub System associated with the SCCP Service Access Point (SAP). Whether this SubSystem is Local or Remote may be determined from the isLocal() method of the MTP3 Service Access Point associated with the the SCCP SAP.


Method Summary
 short getSubSystemNumber()
          Gets the SubSystem Number parameter of this SubSystemMO.
 boolean isAllowed()
          Returns the Allowed state parameter of this SubSystemMO.
 void setAllowed(boolean allowed)
          Sets the Allowed state parameter of this SubSystemMO.
 void setSubSystemNumber(short ssn)
          Sets the SubSystem Number parameter of this SubSystemMO.
 

Method Detail

setSubSystemNumber

public void setSubSystemNumber(short ssn)
Sets the SubSystem Number parameter of this SubSystemMO.

getSubSystemNumber

public short getSubSystemNumber()
Gets the SubSystem Number parameter of this SubSystemMO.

setAllowed

public void setAllowed(boolean allowed)
Sets the Allowed state parameter of this SubSystemMO.
Parameters:
allowed - either
  • True - Allowed
  • False - Not Equipped

isAllowed

public boolean isAllowed()
Returns the Allowed state parameter of this SubSystemMO. return either:


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

Copyright - 1999 Sun Microsystems