Skip navigation links

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

E10689-01


oracle.wsm.policymanager
Interface IAppServerConfig

All Known Implementing Classes:
OC4JConfig, WLSConfig

public interface IAppServerConfig

This interface provides common methods that are specific to application server. This will be used by PolicyManagerFactory for lookup and establishing jndi context.


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
 void updatePmConfig(Map<String,String> pmConfig)
          This method will update the pmConfig map with application server specific properties.

 

Method Detail

getQueryServiceName

String getQueryServiceName()
This method will return the EJB lookup name for Queryservice
Returns:

getUpdateServiceName

String getUpdateServiceName()
This will return the EJB lookup name for UpdateService
Returns:

getPolicyAccessServiceName

String getPolicyAccessServiceName()
This will return the EJB lookup name for PolicyAccessService
Returns:

getPolicyServiceName

String getPolicyServiceName()
This will return the EJB lookup name for PolicyService
Returns:

updatePmConfig

void updatePmConfig(Map<String,String> pmConfig)
                    throws PolicyManagerException
This method will update the pmConfig map with application server specific properties. Mainly the Context.INITIAL_CONTEXT_FACTORY and Context.PROVIDER_URL
Parameters:
mode -
pmConfig -
Throws:
PolicyManagerException

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.