org.glassfish.paas.tenantmanager
Class CreateTenantCommand

java.lang.Object
  extended by org.glassfish.paas.tenantmanager.CreateTenantCommand
All Implemented Interfaces:
AdminCommand

@Service(name="create-tenant")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
@TargetType(value=STANDALONE_INSTANCE)
@ExecuteOn(value=DAS)
public final class CreateTenantCommand
extends Object
implements AdminCommand

Create Tenant Command using zero config initialization.

Author:
Bhakti Mehta, Andriy Zhdanov

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

CreateTenantCommand

public CreateTenantCommand()
Method Detail

execute

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


Copyright © 2012. All Rights Reserved.