Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policymanager
Class WLSConfig

java.lang.Object
  extended by oracle.wsm.policymanager.WLSConfig

All Implemented Interfaces:
IAppServerConfig

public class WLSConfig
extends Object
implements IAppServerConfig

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

WLS_EJB_PROTOCOL

public static final String WLS_EJB_PROTOCOL
See Also:
Constant Field Values

WLS_EJB_SSL_PROTOCOL

public static final String WLS_EJB_SSL_PROTOCOL
See Also:
Constant Field Values

WLS_IIOP_PROTOCOL

public static final String WLS_IIOP_PROTOCOL
See Also:
Constant Field Values

Constructor Detail

WLSConfig

public WLSConfig()

Method Detail

getPolicyAccessServiceName

public String getPolicyAccessServiceName()
Description copied from interface: IAppServerConfig
This will return the EJB lookup name for PolicyAccessService
Specified by:
getPolicyAccessServiceName in interface IAppServerConfig
Returns:

getPolicyServiceName

public String getPolicyServiceName()
Description copied from interface: IAppServerConfig
This will return the EJB lookup name for PolicyService
Specified by:
getPolicyServiceName in interface IAppServerConfig
Returns:

getQueryServiceName

public String getQueryServiceName()
Description copied from interface: IAppServerConfig
This method will return the EJB lookup name for Queryservice
Specified by:
getQueryServiceName in interface IAppServerConfig
Returns:

getUpdateServiceName

public String getUpdateServiceName()
Description copied from interface: IAppServerConfig
This will return the EJB lookup name for UpdateService
Specified by:
getUpdateServiceName in interface IAppServerConfig
Returns:

updatePmConfig

public void updatePmConfig(Map<String,String> pmConfig)
                    throws PolicyManagerException
Description copied from interface: IAppServerConfig
This method will update the pmConfig map with application server specific properties. Mainly the Context.INITIAL_CONTEXT_FACTORY and Context.PROVIDER_URL
Specified by:
updatePmConfig in interface IAppServerConfig
Throws:
PolicyManagerException

lookupHostAddresses

public 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
Returns:
Comma separated list of provider url combinations of all server that are targets of the wsm-pm application deployment. If none of the servers in the domain host the application, an empty string is returned

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.