com.ibm.able.platform
Class AblePlatformPreferences.AgentPoolEntry_
java.lang.Object
|
+--com.ibm.able.platform.AblePlatformPreferences.AgentPoolEntry_
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AblePlatformPreferences
- public final class AblePlatformPreferences.AgentPoolEntry_
- extends java.lang.Object
- implements java.io.Serializable
This class encapsulates the definition of a single agent pool as
found in a platform preference file. When used in a keyed
collection, the AgentPool's alias is used as the key.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AblePlatformPreferences.AgentPoolEntry_
public AblePlatformPreferences.AgentPoolEntry_(java.lang.String theAgentPoolAlias,
java.lang.String theIpAddress,
java.lang.String thePort,
java.lang.String thePrincipalAlias)
AblePlatformPreferences.AgentPoolEntry_
public AblePlatformPreferences.AgentPoolEntry_(AblePlatformPreferences.AgentPoolEntry_ theAgentPoolEntry)
getAgentPoolAlias
public java.lang.String getAgentPoolAlias()
getIpAddress
public java.lang.String getIpAddress()
getPort
public java.lang.String getPort()
getPrincipalAlias
public java.lang.String getPrincipalAlias()
getPrincipal
public java.lang.String getPrincipal()
prettyPrint
public java.lang.String prettyPrint()
(C) Copyright IBM Corporation 1999, 2003