org.glassfish.paas.tenantmanager.config
Interface TenantManagerConfig

All Superinterfaces:
CloudService, org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface TenantManagerConfig
extends CloudService

TenantMananager service config from CPAS domain.xml.

Author:
Andriy Zhdanov

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 String getFileStore()
           
 void setFileStore(String fileStore)
           
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getFileStore

String getFileStore()

setFileStore

void setFileStore(String fileStore)


Copyright © 2012. All Rights Reserved.