|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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)
|
|
CorbalocServicePOATie(CorbalocServiceOperations tieObject,
POA poa)
|
Method Summary | |
---|---|
POA |
_default_POA()
|
CorbalocServiceOperations |
_delegate()
|
void |
_delegate(CorbalocServiceOperations delegate_)
|
Object |
get(java.lang.String initRef)
Resolve using the given string. |
void |
put(java.lang.String initRef,
Object obj)
Add a new initial reference. |
void |
register(byte[] key,
Object obj)
Add a new initial reference. |
Object |
resolve(byte[] key)
Resolve using given byte array. |
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 Servant
public Object get(java.lang.String initRef)
CorbalocServiceOperations
initRef
- String name of initial reference. Should be
RFC2396 encoded.public void put(java.lang.String initRef, Object obj)
CorbalocServiceOperations
initRef
- String name of initial reference. Should be
RFC2396 encoded.obj
- the target object.public Object resolve(byte[] key)
CorbalocServiceOperations
key
- Initial reference key.public void register(byte[] key, Object obj)
CorbalocServiceOperations
obj
- the target object. Null to unbind.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |