|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This MBean is the root of Weblogic Event Server configuration MBeans.
This MBean needs to be accessed to get to the deployed application's ApplicationMBean.
This MBean is a notification emitter of AttributeChangeNotification
for attribute value changes of the ApplicationMBeans property, and of the ServerMBeans property.
The following example shows how to access the DomainMBean:
ObjectName domainBeanName = ObjectName.getInstance("com.bea.wlevs:Name="
+ domainName + ",Type=Domain");
DomainMBean domainBean = (DomainMBean) MBeanServerInvocationHandler
.newProxyInstance(mbsc, domainBeanName, DomainMBean.class, false);
| Field Summary | |
static java.lang.String |
MBEAN_TYPE
This MBean is registered using the following MBEAN_TYPE. |
| Method Summary | |
javax.management.ObjectName[] |
getApplicationMBeans()
Returns an array of ObjectName which corresponds to the
naming key of the ApplicationMBean that may have been bootstrapped |
java.lang.String[] |
getGroupNames()
|
javax.management.ObjectName[] |
getServerMBeans()
This method returns ObjectName for all
WebLogic Event Servers available in the domain. |
javax.management.ObjectName |
lookupApplicationMBean(java.lang.String name)
Returns the ObjectName of the ApplicationMBean. |
javax.management.ObjectName[] |
lookupGroupMembers(java.lang.String groupName)
|
javax.management.ObjectName |
lookupServerMBean(java.lang.String name)
Returns the ObjectName for the ServerMBean. |
| Methods inherited from interface com.bea.wlevs.management.WebLogicMBean |
getName,
getObjectName,
getType |
| Methods inherited from interface javax.management.NotificationEmitter |
removeNotificationListener |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
| Field Detail |
public static final java.lang.String MBEAN_TYPE
| Method Detail |
public javax.management.ObjectName[] getApplicationMBeans()
throws javax.management.JMException
ObjectName which corresponds to the
naming key of the ApplicationMBean that may have been bootstrapped
ApplicationMBean
public javax.management.ObjectName lookupApplicationMBean(java.lang.String name)
throws javax.management.JMException
ObjectName of the ApplicationMBean.
name - -
Name of the ApplicationMBean
public javax.management.ObjectName[] getServerMBeans()
throws javax.management.JMException
ObjectName for all
WebLogic Event Servers available in the domain.
public javax.management.ObjectName lookupServerMBean(java.lang.String name)
throws javax.management.JMException
ObjectName for the ServerMBean.
name - - server name
public java.lang.String[] getGroupNames()
throws javax.management.JMException
public javax.management.ObjectName[] lookupGroupMembers(java.lang.String groupName)
throws javax.management.JMException
groupName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||