org.glassfish.paas.tenantmanager.impl
Class TenantConfigBean

java.lang.Object
  extended by com.sun.hk2.component.AbstractInhabitantImpl<T>
      extended by com.sun.hk2.component.EventPublishingInhabitant<T>
          extended by com.sun.hk2.component.LazyInhabitant
              extended by org.jvnet.hk2.config.Dom
                  extended by org.jvnet.hk2.config.ConfigBean
                      extended by org.glassfish.paas.tenantmanager.impl.TenantConfigBean
All Implemented Interfaces:
com.sun.hk2.component.ClassLoaderHolder, com.sun.hk2.component.Holder, InvocationHandler, org.glassfish.hk2.Binding, org.glassfish.hk2.Factory, org.glassfish.hk2.ManagedComponentProvider, org.glassfish.hk2.Provider, org.glassfish.hk2.Releasable, org.jvnet.hk2.component.Inhabitant, org.jvnet.hk2.config.ConfigView, org.jvnet.hk2.config.ObservableBean

public class TenantConfigBean
extends org.jvnet.hk2.config.ConfigBean

Global lock.

Author:
Andriy Zhdanov

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.hk2.component.Holder
com.sun.hk2.component.Holder.Impl<T>
 
Field Summary
 
Fields inherited from class org.jvnet.hk2.config.Dom
document, model
 
Fields inherited from class com.sun.hk2.component.LazyInhabitant
habitat
 
Fields inherited from class com.sun.hk2.component.EventPublishingInhabitant
real
 
Fields inherited from class com.sun.hk2.component.AbstractInhabitantImpl
descriptor, logger
 
Constructor Summary
TenantConfigBean(org.jvnet.hk2.config.Dom source, org.jvnet.hk2.config.Dom parent)
           
TenantConfigBean(org.jvnet.hk2.component.Habitat habitat, TenantDocument document, org.jvnet.hk2.config.ConfigBean parent, org.jvnet.hk2.config.ConfigModel model, XMLStreamReader in)
           
 
Method Summary
 TenantDocument getDocument()
           
 Lock getLock()
           
 
Methods inherited from class org.jvnet.hk2.config.ConfigBean
addInterceptor, allocate, copy, getMasterView, getObjectName, getOptionalFeature, getProxy, getter, parent, setMasterView, setObjectName, setter
 
Methods inherited from class org.jvnet.hk2.config.Dom
addDefaultChildren, addLeafElement, addListener, attribute, attribute, attributes, changeLeafElement, convertName, createCreator, createProxy, createProxy, digAnnotation, digAnnotation, domNodeByTypeElements, element, getAttributeNames, getBaseServiceLocator, getElementNames, getHabitat, getInjector, getKey, getLocation, getProxyType, getSymbolSpaceRoot, initializationCompleted, inject, injectInto, insertAfter, invoke, invoke, leafElement, leafElements, nodeByTypeElement, nodeByTypeElements, nodeElement, nodeElements, rawAttribute, rawLeafElement, rawLeafElements, release, removeChild, removeLeafElement, removeListener, replaceChild, resolveReference, setLeafElements, setNodeElements, unwrap, writeTo
 
Methods inherited from class com.sun.hk2.component.LazyInhabitant
fetch, getClassLoader, lead, loadClass, metadata, type, typeName
 
Methods inherited from class com.sun.hk2.component.EventPublishingInhabitant
addInhabitantListener, get, isActive, notify, removeInhabitantListener, toString
 
Methods inherited from class com.sun.hk2.component.AbstractInhabitantImpl
companions, dispose, get, getAnnotation, getAnnotation, getAnnotations, getByType, getDescriptor, getDescriptorFor, getProvider, getProvider, getSerializedMetadata, getSerializedMetadata, matches, setCompanions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jvnet.hk2.config.ConfigView
getProxyType
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Constructor Detail

TenantConfigBean

public TenantConfigBean(org.jvnet.hk2.component.Habitat habitat,
                        TenantDocument document,
                        org.jvnet.hk2.config.ConfigBean parent,
                        org.jvnet.hk2.config.ConfigModel model,
                        XMLStreamReader in)

TenantConfigBean

public TenantConfigBean(org.jvnet.hk2.config.Dom source,
                        org.jvnet.hk2.config.Dom parent)
Method Detail

getDocument

public TenantDocument getDocument()
Returns:

getLock

public Lock getLock()
Overrides:
getLock in class org.jvnet.hk2.config.ConfigBean


Copyright © 2012. All Rights Reserved.