|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingManager
The manager interface represents a repository for accessing
BindingFactory
s.
Provides methods necessary for registering, deregistering or retrieving of
BindingFactorys.
Method Summary | |
---|---|
void |
deregisterBinding(String name)
Deregisters the BindingFactory with the provided name. |
BindingFactory |
getBindingFactory(String name)
Retrieves the BindingFactory registered with the given name. |
void |
registerBinding(String name,
BindingFactory binding)
Registers a BindingFactory using the provided name. |
Method Detail |
---|
void registerBinding(String name, BindingFactory binding) throws BusException
name
- The name of the BindingFactory.binding
- The instance of the class that implements the
BindingFactory interface.
BusException
- If there is an error registering the BindingFactory.void deregisterBinding(String name) throws BusException
name
- The name of the BindingFactory.
BusException
- If there is an error deregistering the name.BindingFactory getBindingFactory(String name) throws BusException
name
- The name of the BindingFactory.
BusException
- If there is an error retrieving the BindingFactory.
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |