|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The initial references service. Used for registering references to be resolved as corbaloc addresses.
Method Summary | |
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. |
Method Detail |
public Object get(java.lang.String initRef)
initRef
- 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)
initRef
- String name of initial reference. Should be
RFC2396 encoded.obj
- the target object.BAD_PARAM
- if the initial reference
already exists.public Object resolve(byte[] key)
key
- Initial reference key.BAD_PARAM
- if the initial reference
does not exist.public void register(byte[] key, Object obj)
initRef
- 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 |