All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.core.signalling.SignallingContext
- public interface SignallingContext
- extends Remote
An interface for the Signalling Context entity for a Calypso SwC.
The signalling context represents a single connection going through
a switch.
- Version:
- $Revision: 1.1 $
- Author:
- Juhana Räsänen
-
setupComplete()
- This method "hardens" the soft state of the connection after the
connection setup is complete.
-
teardown()
- This method tears down the connection.
setupComplete
public abstract void setupComplete() throws RemoteException
- This method "hardens" the soft state of the connection after the
connection setup is complete. The message is forwarded towards the
originating side of the connection.
- Throws: RemoteException
- If remote method call fails
teardown
public abstract void teardown() throws RemoteException
- This method tears down the connection.
- Throws: RemoteException
- If remote method call fails
All Packages Class Hierarchy This Package Previous Next Index