Uses of Interface
org.ow2.bonita.pvm.internal.util.Observable

Packages that use Observable
org.ow2.bonita.pvm.internal.util   
org.ow2.bonita.pvm.internal.wire   
org.ow2.bonita.pvm.internal.wire.descriptor   
 

Uses of Observable in org.ow2.bonita.pvm.internal.util
 

Classes in org.ow2.bonita.pvm.internal.util that implement Observable
 class DefaultObservable
          default implementation of the Observable interface.
 

Uses of Observable in org.ow2.bonita.pvm.internal.wire
 

Subinterfaces of Observable in org.ow2.bonita.pvm.internal.wire
 interface Descriptor
          knows how an object can be created.
 

Classes in org.ow2.bonita.pvm.internal.wire that implement Observable
 class WireContext
          object factory that creates, initializes, wires and caches objects based on descriptors (aka IoC container).
 

Uses of Observable in org.ow2.bonita.pvm.internal.wire.descriptor
 

Classes in org.ow2.bonita.pvm.internal.wire.descriptor that implement Observable
 class AbstractDescriptor
          base class for Descriptors.
 class BusinessCalendarDescriptor
           
 class ByteDescriptor
           
 class CharacterDescriptor
           
 class ClassDescriptor
          loads the class with the specified class name using the WireContext class loader.
 class ClassLoaderDescriptor
          returns the class loader of the wire context.
 class CollectionDescriptor
           
 class CommandServiceDescriptor
           
 class ContextRefDescriptor
           
 class ContextTypeRefDescriptor
           
 class DeployerManagerDescriptor
           
 class DoubleDescriptor
           
 class EnvironmentDescriptor
          parses a descriptor for obtaining a reference to the environment See schema docs for more details.
 class EnvironmentFactoryDescriptor
          the EnvironmentFactory of the current WireContext.
 class EnvironmentInterceptorDescriptor
           
 class EnvironmentTypeRefDescriptor
           
 class ExpressionDescriptor
           
 class FalseDescriptor
           
 class FloatDescriptor
           
 class HibernateConfigurationDescriptor
           
 class HibernateJobDbSessionDescriptor
           
 class HibernatePvmDbSessionDescriptor
           
 class HibernateSessionDescriptor
           
 class HibernateSessionFactoryDescriptor
           
 class IntegerDescriptor
           This Descriptor specifies an Integer.
 class JndiDescriptor
           
 class JobExecutorDescriptor
           
 class ListDescriptor
           This Descriptor creates a List.
 class LongDescriptor
           
 class MapDescriptor
           This Descriptor creates a Map.
 class NullDescriptor
           This Descriptor creates a null object.
 class ObjectDescriptor
           This Descriptor creates and initializes an object.
 class PropertiesDescriptor
           
 class ProvidedObjectDescriptor
           
 class ReferenceDescriptor
           This Descriptor specifies a reference to an object.
 class RetryInterceptorDescriptor
           
 class SeamHibernateSessionDescriptor
           
 class SetDescriptor
           This Descriptor creates a Set.
 class ShortDescriptor
           This Descriptor creates a Short.
 class StringDescriptor
           This Descriptor creates a String.
 class TransactionRefDescriptor
           
 class TrueDescriptor
           
 class UrlDescriptor
           
 class VariableTypeResolverDescriptor
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.