scs.core
Interface IReceptaclesOperations

All Known Subinterfaces:
IReceptacles
All Known Implementing Classes:
_IReceptaclesStub, IReceptaclesPOA, IReceptaclesPOATie, IReceptaclesServant

public interface IReceptaclesOperations

Generated from IDL interface "IReceptacles".

Version:
generated at Feb 10, 2014 8:09:01 AM
Author:
JacORB IDL compiler V 3.1, 19-Aug-2012

Method Summary
 int connect(String receptacle, Object obj)
           
 void disconnect(int id)
           
 ConnectionDescription[] getConnections(String receptacle)
           
 

Method Detail

connect

int connect(String receptacle,
            Object obj)
            throws InvalidConnection,
                   InvalidName,
                   ExceededConnectionLimit,
                   AlreadyConnected
Throws:
InvalidConnection
InvalidName
ExceededConnectionLimit
AlreadyConnected

disconnect

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

getConnections

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


Copyright © 2014. All Rights Reserved.