org.glassfish.ha.commands
Class ListPersistenceTypesCommand
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListPersistenceTypesCommand
public ListPersistenceTypesCommand()
execute
public void execute(AdminCommandContext context)
- Specified by:
execute in interface AdminCommand
Copyright © 2012. All Rights Reserved.