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

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 that return AblePlatformPreferences
 AblePlatformPreferences AblePlatformSupportImpl.getPlatformPreferences(AbleSecureKey theSecureKey)
           
 AblePlatformPreferences AblePlatformSupport.getPlatformPreferences(AbleSecureKey theSecureKey)
          Returns the Platform Preferences under which the agent pool is running.
 

Methods in com.ibm.able.platform with parameters of type AblePlatformPreferences
 void RmiPlatformSupportServiceSystem.refreshAgentPoolPreferences(java.lang.String theAgentPoolAlias, AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
           
 void RmiPlatformSupportServiceSystem.refreshPlatformPreferences(AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
           
 void RmiPlatformSupportServiceProxy.refreshAgentPoolPreferences(java.lang.String theAgentPoolAlias, AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
           
 void RmiPlatformSupportServiceProxy.refreshPlatformPreferences(AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
           
 void RmiPlatformSupportService.refreshAgentPoolPreferences(java.lang.String theAgentPoolAlias, AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
          Refreshes the specified agent pool's platform preferences from a specified platform preference object.
 void RmiPlatformSupportService.refreshPlatformPreferences(AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
          Refreshes every agent pool's platform preferences from a specified platform preference object.
 void PlatformSupportService.refreshAgentPoolPreferences(java.lang.String theAgentPoolAlias, AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
          Refreshes the specified agent pool's platform preferences from a specified platform preference object.
 void PlatformSupportService.refreshPlatformPreferences(AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
          Refreshes every agent pool's platform preferences from a specified platform preference object.
 void AblePlatformSupportImpl.refreshPreferences(AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
           
 void AblePlatformSupport.refreshPreferences(AblePlatformPreferences thePlatformPreferences, AbleSecureKey theSecureKey)
          Causes this AblePlatformSupport object to refresh the current platform preferences from the specified preferences.
 void AblePlatformPreferences.updatePreferenceVariablesAndWritePropertiesFile(AblePlatformPreferences theNewPreferences)
          When security is off, changes all current working preferences to the values contained in the specified preferences object.
 void AblePlatformPreferences.updatePreferenceVariables(AblePlatformPreferences theNewPreferences)
          When security is off, changes all current working preferences to the values contained in the specified preferences object.
 


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

(C) Copyright IBM Corporation 1999, 2005