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

Uses of Class
com.ibm.able.platform.AblePlatformPreferences

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

Fields in com.ibm.able.platform declared as AblePlatformPreferences
static AblePlatformPreferences AblePlatform.Preferences
          The current set of preferences, as loaded from the preferences file.
 

Methods in com.ibm.able.platform with parameters of type AblePlatformPreferences
 void AblePlatformPreferences.updatePreferenceVariablesAndWritePropertiesFile(AblePlatformPreferences theNewPreferences)
          When security is off, changes all current working preferences to the values contained in the specified preferences object.
 

Constructors in com.ibm.able.platform with parameters of type AblePlatformPreferences
AblePlatformPreferences.PrincipalEntry_(java.lang.String thePrincipalAlias, java.lang.String thePrincipal)
           
AblePlatformPreferences.PrincipalEntry_(AblePlatformPreferences.PrincipalEntry_ thePrincipalEntry)
           
AblePlatformPreferences.TrustLevelEntry_(java.lang.String theTrustLevelAlias, int theTrustLevelRank, java.util.Vector thePrincipalAliases)
           
AblePlatformPreferences.TrustLevelEntry_(AblePlatformPreferences.TrustLevelEntry_ theTrustLevelEntry)
           
AblePlatformPreferences.AgentPoolEntry_(java.lang.String theAgentPoolAlias, java.lang.String theIpAddress, java.lang.String thePort, java.lang.String thePrincipalAlias)
           
AblePlatformPreferences.AgentPoolEntry_(AblePlatformPreferences.AgentPoolEntry_ theAgentPoolEntry)
           
AblePlatformPreferences.ServiceEntry_(java.lang.String theServiceAlias, java.lang.String theAgentPoolAlias, java.lang.String theFactoryClassName, boolean thePersistenceFlag, java.lang.String thePersistenceDatabase, java.lang.String thePersistenceTable, long thePersistenceRetry, java.util.HashMap theServiceProperties)
           
AblePlatformPreferences.ServiceEntry_(AblePlatformPreferences.ServiceEntry_ theServiceEntry)
           
 


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

(C) Copyright IBM Corporation 1999, 2003