All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.core.connmanager.VCConnectionDescr
- public interface VCConnectionDescr
- extends Remote
Interface for virtual channel connection descriptors
- Author:
- Jukka Aro / TCM Laboratory / HUT
- See Also:
- PPConnectionDescr, MCConnectionDescr
-
closeConnection()
- Closes the client's connection.
-
getIP1()
-
-
getIP2()
-
-
getPort1()
-
-
getPort2()
-
-
getVCC1()
-
-
getVCC2()
-
-
setSignallingContext(SignallingContext)
- Sets the Signalling Context
closeConnection
public abstract void closeConnection() throws RemoteException
- Closes the client's connection. The resources reserved
for the connection are released.
setSignallingContext
public abstract void setSignallingContext(SignallingContext sc_) throws RemoteException
- Sets the Signalling Context
- Parameters:
- sc_ - Signalling Context
getIP1
public abstract InetAddress getIP1() throws RemoteException
- Returns:
- IP address of the server
getVCC1
public abstract VPIVCI getVCC1() throws RemoteException
- Returns:
- VPI/VCI pair on the server's side of the switch
getPort1
public abstract int getPort1() throws RemoteException
- Returns:
- port number on the server's side of the switch
getIP2
public abstract InetAddress getIP2() throws RemoteException
- Returns:
- IP address of the client
getVCC2
public abstract VPIVCI getVCC2() throws RemoteException
- Returns:
- VPI/VCI pair on the client's side of the switch
getPort2
public abstract int getPort2() throws RemoteException
- Returns:
- port number on the router's side of the switch
All Packages Class Hierarchy This Package Previous Next Index