|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This Configuration object is used to configure the default ManagementInterceptor. It configures what MBeanServerService to use and whether or not to send notifications during lifecycle changes. Copyright 2002 Sapient
Field Summary | |
static String |
mBeanServerService
/manage/DefaultMBeanServer |
static String |
ObjectNameDomain
CarbonComponent |
static boolean |
sendNotifications
true |
static boolean |
UsingVMID
false |
Method Summary | |
String |
getEnvironmentName()
Gets the object environment name |
String |
getInstanceName()
Gets the object instance name |
String |
getMBeanServerServiceLocation()
Gets the config location of teh MBeanServerService. |
String |
getObjectNameDomain()
Gets the object name domain |
boolean |
isSendNotifications()
Indicates if the interceptor sends notifications. |
boolean |
isUsingVMID()
Indicates if the interceptor is using the VM id |
void |
setEnvironmentName(String environmentName)
Sets the object environment name |
void |
setInstanceName(String instanceName)
Sets the object instance name |
void |
setMBeanServerServiceLocation(String serverServiceLocation)
Sets the config location of teh MBeanServerService. |
void |
setObjectNameDomain(String domainName)
Sets the object name domain |
void |
setSendNotifications(boolean shouldSend)
Sets if the interceptor sends notifications. |
void |
setUsingVMID(boolean useVMID)
Sets if the interceptor is using the VM id |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Field Detail |
public static final String mBeanServerService
public static final boolean sendNotifications
public static final String ObjectNameDomain
public static final boolean UsingVMID
Method Detail |
public String getMBeanServerServiceLocation()
public void setMBeanServerServiceLocation(String serverServiceLocation)
serverServiceLocation
- config location of teh MBeanServerServicepublic boolean isSendNotifications()
public void setSendNotifications(boolean shouldSend)
shouldSend
- if the interceptor sends notificationspublic String getObjectNameDomain()
public void setObjectNameDomain(String domainName)
domainName
- the object name domainpublic String getEnvironmentName()
public void setEnvironmentName(String environmentName)
environmentName
- the object environment namepublic String getInstanceName()
public void setInstanceName(String instanceName)
instanceName
- the object instance namepublic boolean isUsingVMID()
public void setUsingVMID(boolean useVMID)
useVMID
- if the interceptor is using the VM id
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |