scs.core
Class IReceptaclesPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by scs.core.IReceptaclesPOA
          extended by scs.core.IReceptaclesPOATie
All Implemented Interfaces:
InvokeHandler, IReceptaclesOperations

public class IReceptaclesPOATie
extends IReceptaclesPOA

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

Constructor Summary
IReceptaclesPOATie(IReceptaclesOperations delegate)
           
IReceptaclesPOATie(IReceptaclesOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 IReceptaclesOperations _delegate()
           
 void _delegate(IReceptaclesOperations delegate)
           
 IReceptacles _this()
           
 IReceptacles _this(ORB orb)
           
 int connect(String receptacle, Object obj)
           
 void disconnect(int id)
           
 ConnectionDescription[] getConnections(String receptacle)
           
 
Methods inherited from class scs.core.IReceptaclesPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IReceptaclesPOATie

public IReceptaclesPOATie(IReceptaclesOperations delegate)

IReceptaclesPOATie

public IReceptaclesPOATie(IReceptaclesOperations delegate,
                          POA poa)
Method Detail

_this

public IReceptacles _this()
Overrides:
_this in class IReceptaclesPOA

_this

public IReceptacles _this(ORB orb)
Overrides:
_this in class IReceptaclesPOA

_delegate

public IReceptaclesOperations _delegate()

_delegate

public void _delegate(IReceptaclesOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

disconnect

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

connect

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

getConnections

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


Copyright © 2014. All Rights Reserved.