Uses of Package
org.objectweb.jac.core

Packages that use org.objectweb.jac.core
org.objectweb.jac.aspects.authentication Provides an aspect to handle authentication in JAC applications.  
org.objectweb.jac.aspects.cache This aspect handle caching of method results.  
org.objectweb.jac.aspects.confirmation Provides an aspect that allows the programmer to define methods that must be confirmed by the user before commiting. 
org.objectweb.jac.aspects.distrans Provides an aspect that allows to define methods that will be executed transactionaly. 
org.objectweb.jac.aspects.distrans.persistence Provides an aspect that allows to define persistent data for a distributed transaction.  
org.objectweb.jac.aspects.distribution Provides a highly configurable set of aspects to distribute JAC applications.  
org.objectweb.jac.aspects.distribution.consistency Provides a set of wrappers that implement data consistency protocols and that can be installed on objects to make them consistent.  
org.objectweb.jac.aspects.export   
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
org.objectweb.jac.aspects.hibernate Provides an aspect that allows to define persistent data.  
org.objectweb.jac.aspects.i18n   
org.objectweb.jac.aspects.idGen   
org.objectweb.jac.aspects.integrity Provides an aspect to handle data integrity whitin objects sets. 
org.objectweb.jac.aspects.naming Provides an aspect to handle the naming in the JAC system.  
org.objectweb.jac.aspects.persistence Provides a generic persistence aspect for JAC objects.  
org.objectweb.jac.aspects.queue   
org.objectweb.jac.aspects.session Provides an aspect that handles sessions within JAC programs.  
org.objectweb.jac.aspects.synchronization Provides an aspect that handles simple synchronization in a centralized way.  
org.objectweb.jac.aspects.timestamp   
org.objectweb.jac.aspects.tracing Provides an aspect which allows the users to trace their programs 
org.objectweb.jac.aspects.transaction Provides an aspect that handles transactional operations within JAC programs.  
org.objectweb.jac.aspects.user Provides a users management within an application.  
org.objectweb.jac.core Provides JAC system core classes.  
org.objectweb.jac.core.dist Provides JAC system core classes for distribution and remote communication.  
org.objectweb.jac.core.parsers.acc   
org.objectweb.jac.core.parsers.xml   
org.objectweb.jac.core.rtti Provides an aspect that contructs some RTTI (Run-Time Type Informations) for the classes that need it on the top of a structural metamodel (extending java.lang.reflect). 
org.objectweb.jac.core.translators   
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
org.objectweb.jac.ide.swing   
org.objectweb.jac.wrappers Provides a set of generic wrappers that can be used to program aspect components.  
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.authentication
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.cache
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.confirmation
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.distrans
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.distrans.persistence
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.distribution
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
SerializedJacObject
          This class defines all the needed information when (de)serializing a JAC object.
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.distribution.consistency
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
Interaction
           
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.export
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.gui
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Display
          This interface is an abstract description of how a display is defined in org.objectweb.jac.
Interaction
           
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.gui.swing
Display
          This interface is an abstract description of how a display is defined in org.objectweb.jac.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.gui.web
Display
          This interface is an abstract description of how a display is defined in org.objectweb.jac.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.hibernate
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.i18n
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.idGen
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.integrity
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.naming
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
SerializedJacObject
          This class defines all the needed information when (de)serializing a JAC object.
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.persistence
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
Interaction
           
SerializedJacObject
          This class defines all the needed information when (de)serializing a JAC object.
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.queue
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.session
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.synchronization
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.timestamp
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.tracing
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.transaction
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.aspects.user
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.core
ACConfiguration
          This class defines aspect component configurations so that the programmer or the system administrator will be able to configure the available aspects for a given application.
ACManager
          This class manages all the aspect components that are present in the JAC system.
Application
          This class represents the JAC applications.
ApplicationRepository
          This class is a repository for all the applications defined in the JAC system.
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Collaboration
          This class represents a set of contextual informations for a given thread of a running JAC system.
ConfigMethod
          This class represents configuration methods for aspect components.
Display
          This interface is an abstract description of how a display is defined in org.objectweb.jac.
Imports
           
Interaction
           
JacLoader
          The JAC specific class loader for JAC objects.
JacPropTools
          This class provides useful primitives to parse Java property files.
NameRepository
          Provides a naming repository within a running JAC system.
Parser
          Configuration file parser interface
Pointcut
          This abstract class is the definition of a pointcut in org.objectweb.jac.
SerializedJacObject
          This class defines all the needed information when (de)serializing a JAC object.
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
WrappeeTranslator
          WrappeeTranslator translates a regular java class into a wrappable one.
Wrapper
          This class is the root class for all the wrappers.
WrappingChain
           
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.core.dist
Application
          This class represents the JAC applications.
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
Interaction
           
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
Wrapper
          This class is the root class for all the wrappers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.core.parsers.acc
InputStreamParser
          Configuration file parser interface
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.core.parsers.xml
ConfigMethod
          This class represents configuration methods for aspect components.
InputStreamParser
          Configuration file parser interface
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.core.rtti
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
BaseProgramListener
          This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.core.translators
WrappeeTranslator
          WrappeeTranslator translates a regular java class into a wrappable one.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.ide
Wrappee
          This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.ide.swing
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
 

Classes in org.objectweb.jac.core used by org.objectweb.jac.wrappers
AspectComponent
          This class is the root class for the aspect components defined by a Jac application programmers.
Interaction
           
Wrapper
          This class is the root class for all the wrappers.