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

Method Index

 o closeConnection()
Closes the client's connection.
 o getIP1()
 o getIP2()
 o getPort1()
 o getPort2()
 o getVCC1()
 o getVCC2()
 o setSignallingContext(SignallingContext)
Sets the Signalling Context

Methods

 o closeConnection
 public abstract void closeConnection() throws RemoteException
Closes the client's connection. The resources reserved for the connection are released.

 o setSignallingContext
 public abstract void setSignallingContext(SignallingContext sc_) throws RemoteException
Sets the Signalling Context

Parameters:
sc_ - Signalling Context
 o getIP1
 public abstract InetAddress getIP1() throws RemoteException
Returns:
IP address of the server
 o getVCC1
 public abstract VPIVCI getVCC1() throws RemoteException
Returns:
VPI/VCI pair on the server's side of the switch
 o getPort1
 public abstract int getPort1() throws RemoteException
Returns:
port number on the server's side of the switch
 o getIP2
 public abstract InetAddress getIP2() throws RemoteException
Returns:
IP address of the client
 o getVCC2
 public abstract VPIVCI getVCC2() throws RemoteException
Returns:
VPI/VCI pair on the client's side of the switch
 o 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