ABLE 2.0.0 07/02/2003 10:25:01

Uses of Interface
com.ibm.able.platform.AblePlatformServiceEventListener

Packages that use AblePlatformServiceEventListener
com.ibm.able.platform The com.ibm.able.platform package provides a set of classes that allows a distributed platform consisting of platform services and agents to be configured and run across physical systems. 
 

Uses of AblePlatformServiceEventListener in com.ibm.able.platform
 

Classes in com.ibm.able.platform that implement AblePlatformServiceEventListener
 class AblePlatformServiceEventListenerProxy
          This class defines a listener of platform service events; an instance of this class can serve as a proxy between a generator of platform service events and some listener of those events where the listener can't or doesn't want to make itself visible across a remote interface.
 

Methods in com.ibm.able.platform with parameters of type AblePlatformServiceEventListener
 void RMIVerifiableNamingProxy.addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
           
 void RMIVerifiableNamingProxy.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
           
 void RMIVerifiableDirectoryProxy.addAblePlatformServiceEventListener(AblePlatformServiceEventListener observer)
           
 void RMIVerifiableDirectoryProxy.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener observer)
           
 void RmiAblePlatformServiceEventGenerator.addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Adds a service event listener to this service.
 void RmiAblePlatformServiceEventGenerator.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Removes a service event listener from this service.
 void AblePlatformServiceEventGenerator.addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Adds a service event listener to this service.
 void AblePlatformServiceEventGenerator.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Removes a service event listener from this service.
 void AbleBasicService.addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
           
 void AbleBasicService.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
           
 void RmiAgentLifeCycleServiceProxy.addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
           
 void RmiAgentLifeCycleServiceProxy.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
           
 void RMIVerifiableDirectorySystem.addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Since this Verifiable Directory Service will be persisting listeners, AbleBasicService's addAblePlatformServiceEventListener method must be overridden to handle the adding of this service's listeners from persistence.
 void RMIVerifiableDirectorySystem.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Since this Verifiable Directory Service will be persisting listeners, AbleBasicService's removeAblePlatformServiceEventListener method must be overridden to handle the removing of this service's listeners from persistence.
 void RmiAgentLifeCycleSystem.addAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Adds a service event listener to this service, and, if persistence is on, adds the listener to persistence store.
 void RmiAgentLifeCycleSystem.removeAblePlatformServiceEventListener(AblePlatformServiceEventListener theListener)
          Removes a service event listener from this service, and, if persistence is on, removes the listener from persistence store.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003