Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.persistence.persistencemanager.common
Interface HandlerRegistry


public interface HandlerRegistry

An HandlerRegistry is a registry of StateHandlers

See Also:
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

bind

public void bind(java.lang.String type,
StateHandler handler)
Register a StateHandler for a specific object type
Parameters:
type - The object type
handler - The StateHandler to register

unbind

public void unbind(java.lang.String type)
Unregister a StateHandler for a specific object type
Parameters:
type - The object type

lookup

public StateHandler lookup(java.lang.String type)
Find the StateHandler for a specify object type
Parameters:
type - The object type

list

public java.lang.String[] list()
Lists all object type with StateHandler registered
Returns:
a list of object type with StateHandler registered

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.