| com.sun.portal.sra.admin.mbeans.SRAMBean
All known Subclasses: com.sun.portal.sra.admin.mbeans.SRA,
SRAMBean | public interface SRAMBean extends PSMBean(Code) | | Author: fa151985 Date: Feb 25, 2005 Time: 2:37:36 PM
|
Method Summary | |
public Boolean | ChangeLogUserPassword(String instance, String password) | public Boolean | CreateGWInstance(Properties properties) | public Boolean | CreateNLPInstance(Properties properties) | public Boolean | CreateRWPInstance(Properties properties) | public String | GetInstancePlatformConfProperty(String profileName, String propertyName) | public String | GetNetletProxyPort(String profileName) | public String | GetRewriterProxyPort(String profileName) | public Boolean | IsInstanceStarted(String instanceType, String profileName, String hostname, Integer portNumber) | public Boolean | IsInstanceStopped(String instanceType, String profileName, String hostname, Integer portNumber) | public List | ListAllKnownProfiles() | public String[] | ListGatewayInstances() | public String[] | ListNLPInstances() | public String[] | ListRWPInstances() | public Boolean | RemoveGWInstance(String instance) | public Boolean | RemoveNLPInstance(String instance) | public Boolean | RemoveRWPInstance(String instance) | public Boolean | SraWatchdog(String type, String password, Boolean toSet) | public Boolean | StartGateway(String s) | public Boolean | StartNetletd(String s) | public Boolean | StartRWProxy(String s) | public Boolean | StopGateway(String instance) | public Boolean | StopNetletd(String instance) | public Boolean | StopRWProxy(String instance) | public Boolean | changeSRAStatus(String sSRAStatus) | public Boolean | checkProfileExists(String host, String instanceName) | public Boolean | createNewProfile(String oldProfileName, String newProfileName) | public Boolean | deleteProfile(String profileName) | public Boolean | isServiceAssignedToOrg(String serviceName, String dn) | public String | retrieveSRAStatus() |
|
|