|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policymanager.WLSConfig
public class WLSConfig
This class provides properties and utility operation specific to Weblogic server
Field Summary | |
---|---|
static String |
WLS_EJB_PROTOCOL |
static String |
WLS_EJB_SSL_PROTOCOL |
static String |
WLS_IIOP_PROTOCOL |
Constructor Summary | |
---|---|
WLSConfig() |
Method Summary | |
---|---|
String |
getPolicyAccessServiceName() This will return the EJB lookup name for PolicyAccessService |
String |
getPolicyServiceName() This will return the EJB lookup name for PolicyService |
String |
getQueryServiceName() This method will return the EJB lookup name for Queryservice |
String |
getUpdateServiceName() This will return the EJB lookup name for UpdateService |
static String |
lookupHostAddresses(Map<String,String> config) Constructs the provider url for servers that host the wsm-pm applications within the current application's domain |
void |
updatePmConfig(Map<String,String> pmConfig) This method will update the pmConfig map with application server specific properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WLS_EJB_PROTOCOL
public static final String WLS_EJB_SSL_PROTOCOL
public static final String WLS_IIOP_PROTOCOL
Constructor Detail |
---|
public WLSConfig()
Method Detail |
---|
public String getPolicyAccessServiceName()
IAppServerConfig
getPolicyAccessServiceName
in interface IAppServerConfig
public String getPolicyServiceName()
IAppServerConfig
getPolicyServiceName
in interface IAppServerConfig
public String getQueryServiceName()
IAppServerConfig
getQueryServiceName
in interface IAppServerConfig
public String getUpdateServiceName()
IAppServerConfig
getUpdateServiceName
in interface IAppServerConfig
public void updatePmConfig(Map<String,String> pmConfig) throws PolicyManagerException
IAppServerConfig
updatePmConfig
in interface IAppServerConfig
PolicyManagerException
public static String lookupHostAddresses(Map<String,String> config)
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |