|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.openorb.corbaloc.CorbalocServicePOA
|
+--org.openorb.corbaloc.CorbalocServicePOATie
The initial references service. Used for registering references to be resolved as corbaloc addresses.
| Constructor Summary | |
CorbalocServicePOATie(CorbalocServiceOperations tieObject)
Constructor |
|
CorbalocServicePOATie(CorbalocServiceOperations tieObject,
POA poa)
Constructor |
|
| Method Summary | |
POA |
_default_POA()
_default_POA method |
CorbalocServiceOperations |
_delegate()
Get the delegate |
void |
_delegate(CorbalocServiceOperations delegate_)
Set the delegate |
Object |
get(java.lang.String initRef)
Operation get |
java.lang.String |
put_object(Object object,
java.lang.String path)
Operation put_object |
void |
put(java.lang.String initRef,
Object obj)
Operation put |
void |
register(byte[] key,
Object obj)
Operation register |
Object |
resolve(byte[] key)
Operation resolve |
| Methods inherited from class org.openorb.corbaloc.CorbalocServicePOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CorbalocServicePOATie(CorbalocServiceOperations tieObject)
public CorbalocServicePOATie(CorbalocServiceOperations tieObject,
POA poa)
| Method Detail |
public CorbalocServiceOperations _delegate()
public void _delegate(CorbalocServiceOperations delegate_)
public POA _default_POA()
_default_POA in class Servantpublic Object get(java.lang.String initRef)
org.openorb.corbaloc.CorbalocServiceOperationsinitRef - String name of initial reference. Should be
RFC2396 encoded.BAD_PARAM - if the initial reference
does not exist.
public void put(java.lang.String initRef,
Object obj)
org.openorb.corbaloc.CorbalocServiceOperationsinitRef - String name of initial reference. Should be
RFC2396 encoded.obj - the target object.BAD_PARAM - if the initial reference
already exists.
public java.lang.String put_object(Object object,
java.lang.String path)
org.openorb.corbaloc.CorbalocServiceOperationspath - String name of initial reference. Should be
RFC2396 encoded.object - the object to registerBAD_PARAM - if the supplied object is null.public Object resolve(byte[] key)
org.openorb.corbaloc.CorbalocServiceOperationskey - Initial reference key.BAD_PARAM - if the initial reference
does not exist.
public void register(byte[] key,
Object obj)
org.openorb.corbaloc.CorbalocServiceOperationsinitRef - String name of initial reference. Should be
RFC2396 encoded.obj - the target object. Null to unbind.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||