|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An HandlerRegistry is a registry of StateHandlers
StateHandler
Method Summary | |
void |
bind(java.lang.String type, StateHandler handler) Register a StateHandler for a specific object type |
java.lang.String[] |
list() Lists all object type with StateHandler registered |
StateHandler |
lookup(java.lang.String type) Find the StateHandler for a specify object type |
void |
unbind(java.lang.String type) Unregister a StateHandler for a specific object type |
Method Detail |
public void bind(java.lang.String type, StateHandler handler)
type
- The object typehandler
- The StateHandler to registerpublic void unbind(java.lang.String type)
type
- The object typepublic StateHandler lookup(java.lang.String type)
type
- The object typepublic java.lang.String[] list()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |