org.glassfish.virtualization.config
Interface Action
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy
public interface Action
- extends org.jvnet.hk2.config.ConfigBeanProxy
Defines an action to be performed at certain event @see Action.Timing
For future use.
- Author:
- Jerome Dochez
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
getTiming
String getTiming()
setTiming
void setTiming(String timing)
getCommand
String getCommand()
setCommand
void setCommand()
getInvoker
String getInvoker()
setInvoker
void setInvoker(String invoker)
getParameters
List<String> getParameters()
Copyright © 2012. All Rights Reserved.