org.glassfish.ejb.admin.cli
Class MigrateTimers

java.lang.Object
  extended by org.glassfish.ejb.admin.cli.MigrateTimers
All Implemented Interfaces:
AdminCommand

@Service(name="migrate-timers")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@ExecuteOn(value=INSTANCE)
@TargetType(value={DAS,CLUSTERED_INSTANCE})
public class MigrateTimers
extends Object
implements AdminCommand


Field Summary
 String fromServer
           
 String target
           
 
Constructor Summary
MigrateTimers()
           
 
Method Summary
 void execute(AdminCommandContext context)
          Executes the command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public String target

fromServer

public String fromServer
Constructor Detail

MigrateTimers

public MigrateTimers()
Method Detail

execute

public void execute(AdminCommandContext context)
Executes the command

Specified by:
execute in interface AdminCommand
Parameters:
context - information


Copyright © 2012 GlassFish Community. All Rights Reserved.