Uses of Package
org.glassfish.api

Packages that use org.glassfish.api
Package
Description
 
Admin commands in GlassFish
 
  • Class
    Description
    An action report is an abstract class allowing any type of server side action like a service execution, a command execution to report on its execution to the originator of the action.
     
     
    Admin Command implementations can use this annotation to indicate asynchronous execution of their logic.
    Any execution type invocation should be passed with an instance of this context.
    Deprecated.
    A startup service may be useful during the lifetime of the application server, while others need to process a task and stop running at the end of the server startup.
  • Class
    Description
    An action report is an abstract class allowing any type of server side action like a service execution, a command execution to report on its execution to the originator of the action.
     
    Any execution type invocation should be passed with an instance of this context.
    Param is a parameter to a command.
  • Class
    Description
    An action report is an abstract class allowing any type of server side action like a service execution, a command execution to report on its execution to the originator of the action.
    Any execution type invocation should be passed with an instance of this context.
    Identify an I18n resource associated with the annotated element.
    Param is a parameter to a command.