org.glassfish.api.deployment
Class StateCommandParameters

java.lang.Object
  extended by org.glassfish.api.deployment.OpsParams
      extended by org.glassfish.api.deployment.StateCommandParameters
All Implemented Interfaces:
CommandParameters

public class StateCommandParameters
extends OpsParams

parameters passed to commands changing the state of a deployed application


Nested Class Summary
 
Nested classes/interfaces inherited from class org.glassfish.api.deployment.OpsParams
OpsParams.Command, OpsParams.Origin
 
Field Summary
 String component
           
 String target
           
 
Fields inherited from class org.glassfish.api.deployment.OpsParams
command, origin
 
Constructor Summary
StateCommandParameters()
           
 
Method Summary
 String libraries()
           
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

public String component

target

public String target
Constructor Detail

StateCommandParameters

public StateCommandParameters()
Method Detail

name

public String name()
Specified by:
name in class OpsParams

libraries

public String libraries()
Specified by:
libraries in class OpsParams


Copyright © 2012. All Rights Reserved.