JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

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)
           
 
Method Summary
 int getConnectionParmType()
          Gets the connection parameter type.
 int getConnectionParmValue()
          Gets the connection parameter value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionParm

protected ConnectionParm(int connectionParmType,
                         int connectionParmValue)
Method Detail

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.

JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

Copyright © 2000 Sun Microsystems, Inc.