|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BootManagerOperations
Interface to manage bootstrapping of objects.
Method Summary | |
---|---|
void |
add_binding(byte[] oid,
Object obj)
Add a new binding to the internal table. |
void |
remove_binding(byte[] oid)
Remove a binding from the internal table. |
void |
set_locator(BootLocator locator)
Set the BootLocator. |
Method Detail |
---|
void add_binding(byte[] oid, Object obj) throws AlreadyExists
oid
- The object id to bind.obj
- The object reference.
AlreadyExists
- Thrown if binding already exists.void remove_binding(byte[] oid) throws NotFound
oid
- The object id to remove.
NotFound
- Thrown if no binding found.void set_locator(BootLocator locator)
locator
- The BootLocator reference.BootLocator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |