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 java.lang.Object
implements AdminCommand


Field Summary
 java.lang.String fromServer
           
 java.lang.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 java.lang.String target

fromServer

public java.lang.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.