Uses of Class
org.glassfish.api.Async
-
Packages that use Async Package Description com.sun.enterprise.v3.admin com.sun.enterprise.v3.admin.cluster org.glassfish.admin.amx.impl.util org.glassfish.api -
-
Uses of Async in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin with annotations of type Async Modifier and Type Class Description classRestartDomainCommandFor non-verbose mode: Stop this server, spawn a new JVM that will wait for this JVM to die.classStopDomainCommandAdminCommand to stop the domain execution which mean shuting down the application server. -
Uses of Async in com.sun.enterprise.v3.admin.cluster
Classes in com.sun.enterprise.v3.admin.cluster with annotations of type Async Modifier and Type Class Description classRestartInstanceInstanceCommandclassStopInstanceInstanceCommandAdminCommand to stop the instance server. -
Uses of Async in org.glassfish.admin.amx.impl.util
Classes in org.glassfish.admin.amx.impl.util with annotations of type Async Modifier and Type Class Description classInjectedValuesUtility class that gets various useful values injected into it for use by other AMX facilities which don't have injection available to themselves. -
Uses of Async in org.glassfish.api
Methods in org.glassfish.api with parameters of type Async Modifier and Type Method Description WrappedAdminCommandAsyncImpl. createWrapper(Async async, CommandModel model, AdminCommand command, ActionReport report)
-