UpdateStatuspublic interface UpdateStatus implements com.sun.appserv.management.base.Utility, com.sun.appserv.management.base.Singleton, com.sun.appserv.management.base.AMXProvides information about the updates from the Update Center Server. |
Fields Summary |
---|
public static final String | J2EE_TYPEThe j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}. |
Methods Summary |
---|
public int | getNumModules()Return the number of available updated modules. These modules could be
can be addon component installer or configurator jar file as specified
in Addon installer and configurator plug-in which can perform an update.
Alternatively, these also can be jar or zip archive containing
component files archived relative to Glassfish
main installation directory. For example, they could be non-runtime
components such as documentation, tutorials, sample applications
packaged as zip or jar archive files.
|
|