|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.modeler.BaseModelMBean
org.ow2.jonas.lib.jmbeans.J2EEServerMBean
public class J2EEServerMBean
J2EEServer MBean implementation.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.modeler.BaseModelMBean |
|---|
attributeBroadcaster, attributes, generalBroadcaster, info, oname, registry, resource, resourceType, source |
| Constructor Summary | |
|---|---|
J2EEServerMBean()
|
|
| Method Summary | |
|---|---|
String[] |
getDeployedObjects()
Implement deployedObjects attribute cf. to JSR77 requirements. |
String[] |
getResources()
Implement resources attribute. |
String[] |
getServices()
Implement services attribute. |
String |
getServiceState(String service)
Return the state of a given service. |
String |
getState()
Implement the state attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public J2EEServerMBean()
throws MBeanException,
RuntimeOperationsException
MBeanException
RuntimeOperationsException| Method Detail |
|---|
public String getState()
throws InstanceNotFoundException,
RuntimeOperationsException,
MBeanException,
InvalidTargetObjectTypeException
InstanceNotFoundException
RuntimeOperationsException
MBeanException
InvalidTargetObjectTypeException
public String[] getResources()
throws InstanceNotFoundException,
RuntimeOperationsException,
MBeanException,
InvalidTargetObjectTypeException
InstanceNotFoundException
RuntimeOperationsException
MBeanException
InvalidTargetObjectTypeException
public String[] getServices()
throws InstanceNotFoundException,
RuntimeOperationsException,
MBeanException,
InvalidTargetObjectTypeException
InstanceNotFoundException
RuntimeOperationsException
MBeanException
InvalidTargetObjectTypeException
public String[] getDeployedObjects()
throws InstanceNotFoundException,
RuntimeOperationsException,
MBeanException,
InvalidTargetObjectTypeException
InstanceNotFoundException
RuntimeOperationsException
MBeanException
InvalidTargetObjectTypeException
public String getServiceState(String service)
throws InstanceNotFoundException,
RuntimeOperationsException,
MBeanException,
InvalidTargetObjectTypeException
service - name
InstanceNotFoundException
RuntimeOperationsException
MBeanException
InvalidTargetObjectTypeException
InvalidTargetObjectTypeExceptio
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||