|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdminServiceConfig
Configuration for the <admin-service> element.
Field Summary | |
---|---|
static String |
J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType() . |
static String |
TYPE_DAS
Possible value for Type. |
static String |
TYPE_DAS_AND_SERVER
Possible value for Type. |
static String |
TYPE_SERVER
Possible value for Type. |
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 |
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 |
Method Summary | |
---|---|
JMXConnectorConfig |
createJMXConnectorConfig(String name,
String address,
int port,
String authRealmName,
Map<String,String> optional)
Deprecated. |
JMXConnectorConfig |
createJMXConnectorConfig(String name,
String address,
String port,
String authRealmName,
Map<String,String> optional)
Creates a new jmx-connector element. |
DASConfig |
getDASConfig()
may return null if not present |
Map<String,JMXConnectorConfig> |
getJMXConnectorConfigMap()
Calls Container.getContaineeMap( XTypes.JMX_CONNECTOR_CONFIG ). |
String |
getSystemJMXConnectorName()
|
String |
getType()
|
void |
removeJMXConnectorConfig(String name)
Removes a jmx-connector element. |
void |
setSystemJMXConnectorName(String value)
|
void |
setType(String value)
Valid values are: TYPE_DAS
TYPE_SERVER
TYPE_DAS_AND_SERVER
|
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 |
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 |
Field Detail |
---|
static final String J2EE_TYPE
AMX.getJ2EEType()
.
static final String TYPE_DAS
setType(java.lang.String)
static final String TYPE_SERVER
setType(java.lang.String)
static final String TYPE_DAS_AND_SERVER
setType(java.lang.String)
Method Detail |
---|
Map<String,JMXConnectorConfig> getJMXConnectorConfigMap()
Container.getContaineeMap(java.lang.String)
String getSystemJMXConnectorName()
void setSystemJMXConnectorName(String value)
String getType()
void setType(String value)
value
- DASConfig getDASConfig()
JMXConnectorConfig createJMXConnectorConfig(String name, String address, String port, String authRealmName, Map<String,String> optional)
name
- The name (id) of the jmx-connector.address
- The IP address or host-name.port
- The port of the jmx-connector-server.authRealmName
- The name of the auth-realm that represents the
special administrative realm. All authentication (from administraive
GUI and CLI) will be handled by this realm.optional
- Map of optional attributes
JMXConnectorConfigKeys
JMXConnectorConfig createJMXConnectorConfig(String name, String address, int port, String authRealmName, Map<String,String> optional)
void removeJMXConnectorConfig(String name)
name
- The name (id) of the jmx-connector.
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.