Java EE 5 SDK

com.sun.appserv.management.config
Interface ProviderConfig

All Superinterfaces:
AMX, AMXConfig, AMXMBeanLogging, ConfigElement, Container, NamedConfigElement, NotificationBroadcaster, NotificationEmitter, PropertiesAccess

public interface ProviderConfig
extends NamedConfigElement, PropertiesAccess, Container

Configuration for the <provider-config> element.


Field Summary
static String AUTH_RECIPIENT_KEY
          Key for use with createRequestPolicyConfig(java.util.Map) and createResponsePolicyConfig(java.util.Map)
static String AUTH_SOURCE_KEY
          Key for use with createRequestPolicyConfig(java.util.Map) and createResponsePolicyConfig(java.util.Map)
static String J2EE_TYPE
          The j2eeType as returned by AMX.getJ2EEType().
 
Fields inherited from interface com.sun.appserv.management.config.AMXConfig
CONFIG_CREATED_NOTIFICATION_TYPE, CONFIG_OBJECT_NAME_KEY, CONFIG_REMOVED_NOTIFICATION_TYPE
 
Fields inherited from interface com.sun.appserv.management.base.AMX
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME
 
Fields inherited from interface com.sun.appserv.management.config.PropertiesAccess
PROPERTY_PREFIX
 
Fields inherited from interface com.sun.appserv.management.base.Container
ATTR_CONTAINEE_J2EE_TYPES
 
Method Summary
 RequestPolicyConfig createRequestPolicyConfig(Map<String,String> optional)
          Creates new request-policy-config element.
 ResponsePolicyConfig createResponsePolicyConfig(Map<String,String> optional)
          Creates new response-policy-config element.
 String getClassName()
           
 String getProviderId()
           
 String getProviderType()
           
 RequestPolicyConfig getRequestPolicyConfig()
          Get the RequestPolicyConfig MBean.
 ResponsePolicyConfig getResponsePolicyConfig()
          Get the ResponsePolicyConfig MBean.
 void removeRequestPolicyConfig()
          Removes request-policy-config element.
 void removeResponsePolicyConfig()
          Removes response-policy-config element.
 void setClassName(String value)
           
 void setProviderType(String value)
           
 
Methods inherited from interface com.sun.appserv.management.base.AMX
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName, isDAS
 
Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel
 
Methods inherited from interface com.sun.appserv.management.config.PropertiesAccess
createProperty, existsProperty, getProperties, getPropertyNames, getPropertyValue, removeProperty, setPropertyValue
 
Methods inherited from interface com.sun.appserv.management.base.Container
getByNameContaineeSet, getContainee, getContainee, getContaineeJ2EETypes, getContaineeMap, getContaineeSet, getContaineeSet, getContaineeSet, getMultiContaineeMap
 

Field Detail

J2EE_TYPE

static final String J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType().

See Also:
Constant Field Values

AUTH_SOURCE_KEY

static final String AUTH_SOURCE_KEY
Key for use with createRequestPolicyConfig(java.util.Map) and createResponsePolicyConfig(java.util.Map)

See Also:
Constant Field Values

AUTH_RECIPIENT_KEY

static final String AUTH_RECIPIENT_KEY
Key for use with createRequestPolicyConfig(java.util.Map) and createResponsePolicyConfig(java.util.Map)

See Also:
Constant Field Values
Method Detail

getClassName

String getClassName()

setClassName

void setClassName(String value)

getProviderId

String getProviderId()

getProviderType

String getProviderType()

setProviderType

void setProviderType(String value)

createRequestPolicyConfig

RequestPolicyConfig createRequestPolicyConfig(Map<String,String> optional)
Creates new request-policy-config element.

Parameters:
optional - Map of optional attributes whose keys are defined here. (eg:- AUTH_RECIPIENT_KEY)
Returns:
A proxy to the RequestPolicyConfig MBean.

removeRequestPolicyConfig

void removeRequestPolicyConfig()
Removes request-policy-config element.


getRequestPolicyConfig

RequestPolicyConfig getRequestPolicyConfig()
Get the RequestPolicyConfig MBean.


createResponsePolicyConfig

ResponsePolicyConfig createResponsePolicyConfig(Map<String,String> optional)
Creates new response-policy-config element.

Parameters:
optional - Map of optional attributes whose keys are defined here. (eg:- AUTH_RECIPIENT_KEY)
Returns:
A proxy to the ResponsePolicyConfig MBean.

removeResponsePolicyConfig

void removeResponsePolicyConfig()
Removes response-policy-config element.


getResponsePolicyConfig

ResponsePolicyConfig getResponsePolicyConfig()
Get the ResponsePolicyConfig MBean.


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.