Uses of Package
org.beanlet

Packages that use org.beanlet
org.beanlet Contains all of the core beanlet interfaces and bootstrap classes. 
org.beanlet.event Contains all beanlet core events. 
org.beanlet.metadata Contains all beanlet core meta data objects. 
org.beanlet.transaction Adds support for JTA transaction. 
org.beanlet.web Adds web specific beanlet scopes. 
 

Classes in org.beanlet used by org.beanlet
AttributeAccessType
          Specifies the access rights for attributes.
BeanletApplicationContext
          Bootstrap class for the application container.
BeanletApplicationException
          Thrown to indicate a general application error.
BeanletCreationException
          Thrown if an instance for the specified beanlet could not be created, or obtained for some reason.
BeanletDefinitionException
          Indicates an invalid beanlet definition.
BeanletEventException
          Generic event exception.
BeanletException
          Indicates that there is an issue with the specified beanlet.
BeanletFactory
          Factory for creating beanlet references.
BeanletMetaData
          Provides information on the beanlet definition.
BeanletNotFoundException
          Thrown if no beanlet is registered for the specified name.
BeanletNotOfRequiredTypeException
          Thrown if required type does not matched found type.
BeanletReference
          Represents a reference to a beanlet.
BeanletStateException
          Indicates that beanlet is not in required state to perform operation.
BeanletWiringException
          Thrown if any of the members, for which injection is required, cannot be wired.
Event
          Root interface of all events.
InvocationContext
          Allow interceptor and lifecycle methods to control the behavior of the invocation chain.
MetaData
          Root interface of all meta data objects.
RetentionPolicy
          Beanlet retention policy.
ScopeAnnotation
          Annotations marked with the ScopeAnnotation are beanlet scope annotations.
WiringMode
          Specifies the wiring mode.
 

Classes in org.beanlet used by org.beanlet.event
Event
          Root interface of all events.
 

Classes in org.beanlet used by org.beanlet.metadata
MetaData
          Root interface of all meta data objects.
 

Classes in org.beanlet used by org.beanlet.transaction
BeanletStateException
          Indicates that beanlet is not in required state to perform operation.
FactoryBeanlet
          Beanlets implementing this interface can act as a factory.
Inject
          Members marked with this annotation are injected by the application container during beanlet instance creation.
 

Classes in org.beanlet used by org.beanlet.web
BeanletStateException
          Indicates that beanlet is not in required state to perform operation.
ScopeAnnotation
          Annotations marked with the ScopeAnnotation are beanlet scope annotations.
 



Copyright © 2006-2012. All Rights Reserved.