com.sun.enterprise.v3.admin
Class RuntimeInfo

java.lang.Object
  extended by com.sun.enterprise.v3.admin.RuntimeInfo
All Implemented Interfaces:
AdminCommand

@Service(name="_get-runtime-info")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@CommandLock(value=NONE)
@ExecuteOn(value=INSTANCE)
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTERED_INSTANCE})
public class RuntimeInfo
extends Object
implements AdminCommand

https://glassfish.dev.java.net/issues/show_bug.cgi?id=12483

Author:
Byron Nevins, Ludovic Champenois

Constructor Summary
RuntimeInfo()
           
 
Method Summary
 void execute(AdminCommandContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeInfo

public RuntimeInfo()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.