ABLE 2.3.0 07/13/2005 14:21:00

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

Packages that use AblePlatformService
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 AblePlatformService in com.ibm.able.platform
 

Subinterfaces of AblePlatformService in com.ibm.able.platform
 interface AgentLifeCycleService
          The AgentLifeCycleService interface defines the operations that can be requested of an Agent Lifecycle Service.
 interface AgentLoggingService
          The AgentLoggingService interface defines the operations that can be requested of an ABLE platform Agent Logging Service.
 interface PlatformPersistenceService
          The PlatformPersistenceService interface defines the operations that can be requested of the platform persistence service object.
 interface PlatformSupportService
          The PlatformSupportService interface defines the operations that can be requested of a Platform Support Service.
 interface VerifiableAgentDirectoryService
          A platform entity will grab a RMIVerifiableDirectoryProxy to communicate to the VerifiableDirectoryService.
 interface VerifiableAgentNamingService
          An agent name is said to be verifiable if it holds a private key that matches a public key which the VerifiableAgentNamingService holds onto and trusts.
 

Classes in com.ibm.able.platform that implement AblePlatformService
 class RmiAgentLifeCycleServiceProxy
          An RMI Agent Lifecycle Service Proxy contains a reference to an RMI version of an Agent Lifecycle Service (known as the delegate); the proxy contains methods identical to the methods in the actual service such that when a method is called on the proxy, the proxy forwards the call on to the actual service, but the proxy traps all RemoteExceptions that might be thrown by the service, turns the RemoteExceptions into AgentLifeCycleFailure exceptions, and then rethrows the new exception.
 class RmiAgentLoggingServiceProxy
          The RMIAgentLoggingServiceProxy is a proxy for the RMI implementation of the AgentLoggingService.
 class RmiPlatformPersistenceServiceProxy
          An RMI Platform Persistence Service proxy contains a reference to an RMI version of a Platform Persistence Service.
 class RmiPlatformSupportServiceProxy
          An RMI Platform Support Service Proxy contains a reference to an RMI version of a Platform Support Service (known as the delegate); the proxy contains methods identical to the methods in the actual service such that when a method is called on the proxy, the proxy forwards the call on to the actual service, but the proxy: traps all RemoteExceptions that might be thrown by the service, turns the RemoteExceptions into PlatformSupportService exceptions, and then rethrows the new exception.
 class RMIVerifiableDirectoryProxy
          An RMIVerifiableDirectoryProxy contains a reference to an RMI version of a VerifiableDirectoryService.
 class RMIVerifiableNamingProxy
          The RMIVerifiableNamingProxy is a proxy for the RMI implementation of the AgentNamingService.
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005