Methods Summary |
---|
public java.util.Set | getDeployedObjectsSet()Return Set of all deployed objects. Possible types include:
- {@link com.sun.appserv.management.j2ee.J2EEApplication}
- {@link com.sun.appserv.management.j2ee.WebModule}
- {@link com.sun.appserv.management.j2ee.EJBModule}
- {@link com.sun.appserv.management.j2ee.AppClientModule}
- {@link com.sun.appserv.management.j2ee.ResourceAdapterModule}
To obtain Resources of a particular type, use
{@link Container#getContaineeMap}(j2eeType).
|
public JVM | getJVM()There is always a single JVM for a J2EEServer.
|
public java.util.Set | getResourcesSet()Return Set of all resources. Possible types include:
- {@link com.sun.appserv.management.j2ee.JDBCResource}
- {@link com.sun.appserv.management.j2ee.JavaMailResource}
- {@link com.sun.appserv.management.j2ee.JCAResource}
- {@link com.sun.appserv.management.j2ee.JMSResource}
- {@link com.sun.appserv.management.j2ee.JNDIResource}
- {@link com.sun.appserv.management.j2ee.JTAResource}
- {@link com.sun.appserv.management.j2ee.RMIIIOPResource}
- {@link com.sun.appserv.management.j2ee.URLResource}
To obtain Resources of a particular type, use
{@link Container#getContaineeMap}(j2eeType).
|
public boolean | getRestartRequired()
|
public java.lang.String[] | getdeployedObjects()Note that the Attribute name is case-sensitive
"deployedObjects" as defined by JSR 77.
|
public java.lang.String[] | getjavaVMs()In 8.1, there will only ever be one JVM for a J2EEServer.
Note that the Attribute name is case-sensitive
"javaVMs" as defined by JSR 77.
|
public java.lang.String[] | getresources()Note that the Attribute name is case-sensitive
"resources" as defined by JSR 77.
|
public java.lang.String | getserverVendor()Note that the Attribute name is case-sensitive
"serverVendor" as defined by JSR 77.
|
public java.lang.String | getserverVersion()Note that the Attribute name is case-sensitive
"serverVersion" as defined by JSR 77.
|
public void | restart()Restart the server.
Enterprise Edition only.
|