org.glassfish.ha.commands
Class ListPersistenceTypesCommand

java.lang.Object
  extended by org.glassfish.ha.commands.ListPersistenceTypesCommand
All Implemented Interfaces:
AdminCommand

@Service(name="list-persistence-types")
@CommandLock(value=NONE)
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class ListPersistenceTypesCommand
extends Object
implements AdminCommand

The list-persistence-types command lists different kinds of persistence options for session data when high availability is enabled for an application deployed to a cluster.


Constructor Summary
ListPersistenceTypesCommand()
           
 
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

ListPersistenceTypesCommand

public ListPersistenceTypesCommand()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.