|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.openorb.corbaloc._CorbalocServiceStub
The initial references service. Used for registering references to be resolved as corbaloc addresses.
Constructor Summary | |
---|---|
_CorbalocServiceStub()
|
Method Summary | |
---|---|
java.lang.String[] |
_ids()
|
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.omg.CORBA.portable.ObjectImpl |
---|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
Constructor Detail |
public _CorbalocServiceStub()
Method Detail |
public java.lang.String[] _ids()
_ids
in class ObjectImpl
public Object get(java.lang.String initRef)
CorbalocServiceOperations
get
in interface CorbalocServiceOperations
initRef
- String name of initial reference. Should be
RFC2396 encoded.public void put(java.lang.String initRef, Object obj)
CorbalocServiceOperations
put
in interface CorbalocServiceOperations
initRef
- String name of initial reference. Should be
RFC2396 encoded.obj
- the target object.public Object resolve(byte[] key)
CorbalocServiceOperations
resolve
in interface CorbalocServiceOperations
key
- Initial reference key.public void register(byte[] key, Object obj)
CorbalocServiceOperations
register
in interface CorbalocServiceOperations
obj
- the target object. Null to unbind.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |