|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HandlerFactoryManager
Provides methods for registering and deregistering handler factories.
Method Summary | |
---|---|
void |
deregisterHandlerFactory(HandlerFactory factory)
Deregisters a HandlerFactory from the bus. |
void |
registerHandlerFactory(HandlerFactory factory)
Registers a HandlerFactory with the bus. |
Method Detail |
---|
void registerHandlerFactory(HandlerFactory factory) throws BusException
HandlerFactory
with the bus.
factory
- - the handler factory to register.
BusException
void deregisterHandlerFactory(HandlerFactory factory) throws BusException
HandlerFactory
from the bus.
factory
- - the handler factory to deregister.
BusException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |