org.apache.yoko.orb.OB
Interface BootLocatorOperations
- All Known Subinterfaces:
- BootLocator
public interface BootLocatorOperations
Interface used by BootManager to assist in locating objects.
- See Also:
BootManager
locate
void locate(byte[] oid,
ObjectHolder obj,
BooleanHolder add)
throws NotFound
- Locate the object coresponding to the given object id.
- Parameters:
oid
- The object id.obj
- The object reference to associate with the id.add
- Whether the binding should be added to the internal
table.
- Throws:
NotFound
- Raised if no binding found.
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.