SCS

scs.core
Interface IReceptaclesOperations

All Known Subinterfaces:
IReceptacles
All Known Implementing Classes:
_IReceptaclesStub, EventSourceServant, HandsServant, InfoServant, InfoServant, IReceptaclesPOA, IReceptaclesPOATie, IReceptaclesServant, MonitoringReceptacles

public interface IReceptaclesOperations

scs/core/IReceptaclesOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.idl Friday, October 3, 2008 9:13:51 AM BRT


Method Summary
 int connect(java.lang.String receptacle, org.omg.CORBA.Object obj)
           
 void disconnect(int id)
           
 ConnectionDescription[] getConnections(java.lang.String receptacle)
           
 

Method Detail

connect

int connect(java.lang.String receptacle,
            org.omg.CORBA.Object obj)
            throws InvalidName,
                   InvalidConnection,
                   AlreadyConnected,
                   ExceededConnectionLimit
Throws:
InvalidName
InvalidConnection
AlreadyConnected
ExceededConnectionLimit

disconnect

void disconnect(int id)
                throws InvalidConnection,
                       NoConnection
Throws:
InvalidConnection
NoConnection

getConnections

ConnectionDescription[] getConnections(java.lang.String receptacle)
                                       throws InvalidName
Throws:
InvalidName

SCS