com.sun.enterprise.v3.admin
Class SetCommand

java.lang.Object
  extended by com.sun.enterprise.v3.admin.V2DottedNameSupport
      extended by com.sun.enterprise.v3.admin.SetCommand
All Implemented Interfaces:
AdminCommand, org.glassfish.hk2.PostConstruct

@Service(name="set")
@ExecuteOn(value=INSTANCE)
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class SetCommand
extends V2DottedNameSupport
implements AdminCommand, org.jvnet.hk2.component.PostConstruct

User: Jerome Dochez Date: Jul 11, 2008 Time: 4:39:05 AM


Constructor Summary
SetCommand()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 void postConstruct()
           
static void setLeafElement(org.jvnet.hk2.config.ConfigBean node, String elementName, String values)
           
 
Methods inherited from class com.sun.enterprise.v3.admin.V2DottedNameSupport
applyOverrideRules, getAliasedParent, getAllDottedNodes, getAllDottedNodes, getAllSubDottedNames, getMatchingNodes, getNamedNodes, getNodeAttributes, matches, matchName, sortNodesByDottedName, sortTreeNodesByCompletePathName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCommand

public SetCommand()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct

execute

public void execute(AdminCommandContext context)
Specified by:
execute in interface AdminCommand

setLeafElement

public static void setLeafElement(org.jvnet.hk2.config.ConfigBean node,
                                  String elementName,
                                  String values)
                           throws org.jvnet.hk2.config.TransactionFailure
Throws:
org.jvnet.hk2.config.TransactionFailure


Copyright © 2012. All Rights Reserved.