org.glassfish.api.deployment
Class OpsParams

java.lang.Object
  extended by org.glassfish.api.deployment.OpsParams
All Implemented Interfaces:
CommandParameters
Direct Known Subclasses:
DeployCommandParameters, StateCommandParameters, UndeployCommandParameters

public abstract class OpsParams
extends Object
implements CommandParameters

Support class for all types of deployment operation parameters.

Author:
Jerome Dochez

Nested Class Summary
static class OpsParams.Command
          There can be cases where the container code wants to find out the command associated with the operation when the Origin information is not sufficient
static class OpsParams.Origin
          There can be so far 6 types of events that can trigger deployment activities.
 
Field Summary
 OpsParams.Command command
          The command associated with this operation, by default it's deploy
 OpsParams.Origin origin
          Type of deployment operation, by default it's deployment
 
Constructor Summary
OpsParams()
           
 
Method Summary
abstract  String libraries()
           
abstract  String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

public OpsParams.Origin origin
Type of deployment operation, by default it's deployment


command

public OpsParams.Command command
The command associated with this operation, by default it's deploy

Constructor Detail

OpsParams

public OpsParams()
Method Detail

name

public abstract String name()

libraries

public abstract String libraries()


Copyright © 2012. All Rights Reserved.