jain.protocol.ip.mgcp.message.parms
Class ConnectionParm
java.lang.Object
|
+--jain.protocol.ip.mgcp.message.parms.ConnectionParm
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ExtendedConnectionParm, RegularConnectionParm
- public class ConnectionParm
- extends java.lang.Object
- implements java.io.Serializable
Abstract class that defines a connection parameter (e.g., number of packets sent). A connection parameter describes
the status of a connection. Returned by Gateway when a connection is deleted.
- See Also:
- Serialized Form
Constructor Summary |
protected |
ConnectionParm(int connectionParmType,
int connectionParmValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionParm
protected ConnectionParm(int connectionParmType,
int connectionParmValue)
getConnectionParmType
public int getConnectionParmType()
- Gets the connection parameter type.
- Returns:
- The integer value that represents which type of connection parameter this is.
getConnectionParmValue
public int getConnectionParmValue()
- Gets the connection parameter value.
- Returns:
- The integer value of the connection parameter.
Copyright © 2000 Sun Microsystems, Inc.