|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods common to all Protocol Layer Managed Objects. It defines the methods to:
Field Summary | |
static int |
PROTOCOL_VERSION_ANSI
A Protocol Version constant: ANSI Protocol |
static int |
PROTOCOL_VERSION_ITU
A Protocol Version constant: ITU Protocol |
static int |
PROTOCOL_VERSION_OTHER
A Protocol Version constant: a protocol other then ITU or ANSI |
Method Summary | |
void |
commit()
Commit all operations on any Managed Objects in this layer. |
int |
getProtocolVariant()
Returns the Protocol Variant of the SS7 Protocol Layer represented by this OamLayerMO. |
int |
getProtocolYear()
Returns the particular year of the the Protocol variant's recommendations that are supported by the Protocol Layer represented by this Layer MO. |
void |
readCurrentConfiguration()
Gets the current configuration of the SS7 Stack being managed. |
void |
setProtocolVariant(int variant)
Sets the protocol variant of the SS7 Protocol Layer represented by this OamLayerMO. |
Field Detail |
public static final int PROTOCOL_VERSION_ANSI
public static final int PROTOCOL_VERSION_ITU
public static final int PROTOCOL_VERSION_OTHER
Method Detail |
public void commit() throws CommitException
public void readCurrentConfiguration() throws ReadConfigurationException
public int getProtocolVariant()
public void setProtocolVariant(int variant)
variant
- the Protocol Variant that this Protocol Layer shall be
configured to.public int getProtocolYear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |