Novell exteNd
Director 5.2 API

com.sssw.fw.resource
Class EboResourceListener

com.sssw.fw.resource.EboResourceListener

public abstract class EboResourceListener


Constructor Summary
EboResourceListener()
          Runs the default initialization as described in the init() method.
 
Method Summary
 String getResourceSetName()
           
 String getSubsystemName()
           
 void init()
          This initialization method will register the subclass to listen for events with the appropriate resource set(s).
 void stateChanged(com.sssw.fw.resource.EboEvent eo)
           
 

Constructor Detail

EboResourceListener

public EboResourceListener()
Runs the default initialization as described in the init() method.
See Also:
EboResourceListener.init()
Method Detail

init

public void init()
This initialization method will register the subclass to listen for events with the appropriate resource set(s). If a resource set subsystem name is not specified, or the resource set binding for the subsystem can not be found, the listener will be registered to listen to events from ALL resource sets managed by the resource service. Please see the documentation in EboResource for important information on this topic.
See Also:
EboResource#addStateChangeListener(EbiStateChangeListener), EboResource#addStateChangeListener(String, EbiStateChangeListener)

getSubsystemName

public String getSubsystemName()

getResourceSetName

public String getResourceSetName()

stateChanged

public void stateChanged(com.sssw.fw.resource.EboEvent eo)

Novell exteNd
Director 5.2 API