JAC project
AOPSYS
CEDRIC & LIP6 labs
A B C D E F G H I J K L M N O P Q R S T U V W X _

A

a2iAlignment(String) - Static method in class org.objectweb.jac.aspects.gui.Border
Converts a string representation of the alignment to an int.
a2iStyle(String) - Static method in class org.objectweb.jac.aspects.gui.Border
Converts a string representation of the style to an int.
abort() - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
Quit search tool, reset position to saved one.
AbstractCodeEditor - class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor.
A base class for source code editors
AbstractCodeEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
AbstractCollection - class org.objectweb.jac.aspects.gui.web.AbstractCollection.
 
AbstractCollection - class org.objectweb.jac.aspects.gui.swing.AbstractCollection.
Base class to implement ListView and TableView
AbstractCollection() - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
AbstractCollection(ViewFactory, DisplayContext, CollectionItem, Object, CollectionModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
AbstractCollection(ViewFactory, DisplayContext, CollectionItem, Object, CollectionModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
AbstractCollectionItemView - interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView.
Interface for the component used to display elements of a collection, with "prev" and "next" buttons to go to the previous or next element of the collection easily.
AbstractCompositeView - class org.objectweb.jac.aspects.gui.web.AbstractCompositeView.
 
AbstractCompositeView - class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView.
 
AbstractCompositeView() - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
AbstractCompositeView() - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
AbstractFieldEditor - class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor.
 
AbstractFieldEditor - class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor.
 
AbstractFieldEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
AbstractFieldEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
AbstractFieldView - class org.objectweb.jac.aspects.gui.web.AbstractFieldView.
 
AbstractFieldView - class org.objectweb.jac.aspects.gui.swing.AbstractFieldView.
 
AbstractFieldView() - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
AbstractFieldView() - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
AbstractFieldView(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
AbstractFieldView(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
AbstractJacRequest - class org.objectweb.jac.aspects.gui.web.AbstractJacRequest.
This class represents a multi-part HttpRequest.
AbstractJacRequest(HttpServletRequest) - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
AbstractMap - class org.objectweb.jac.util.AbstractMap.
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class org.objectweb.jac.util.AbstractMap
Sole constructor.
AbstractMenu - class org.objectweb.jac.aspects.gui.web.AbstractMenu.
 
AbstractMenu(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractMenu
 
AbstractMethodItem - class org.objectweb.jac.core.rtti.AbstractMethodItem.
This class defines a meta item that corresponds to the java.lang.reflect.Method and to the java.lang.reflect.Constructor meta elements.
AbstractMethodItem(Object, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.AbstractMethodItem
Default contructor to create a new abstract method item.
AbstractNode - class org.objectweb.jac.aspects.gui.AbstractNode.
This tree node caches the text and the icon to display so that calls to the wrappee are not needed every time tree is painted
AbstractNode() - Constructor for class org.objectweb.jac.aspects.gui.AbstractNode
 
AbstractNode(TreeView, Object) - Constructor for class org.objectweb.jac.aspects.gui.AbstractNode
 
AbstractPage - class org.objectweb.jac.aspects.gui.web.AbstractPage.
An HTML page containing a View
AbstractPage(View, boolean) - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractPage
 
AbstractView - class org.objectweb.jac.aspects.gui.web.AbstractView.
 
AbstractView - class org.objectweb.jac.aspects.gui.swing.AbstractView.
 
AbstractView() - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractView
 
AbstractView() - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractView
 
AbstractView(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.web.AbstractView
 
AbstractView(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.swing.AbstractView
 
ac - Variable in class org.objectweb.jac.core.Wrapper
The AC of the wrapper.
acceptRemoteCall(RemoteRef, Object[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This role method can called by the whenCall wrapping method of a remote replica.
acceptRemoteCall(Wrappee, RemoteRef, Object[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ClientServerConsistencyWrapper
Calls the method on the server.
acceptRemoteRead(Wrappee, RemoteRef, Object[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.StrongPullConsistencyWrapper
Try to read the method asked by whenRead.
acceptRemoteRead(Wrappee, RemoteRef, Object[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This role method can called by the whenRead wrapping method of a remote replica.
acceptRemoteWrite(Wrappee, RemoteRef, Object[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.StrongPushConsistencyWrapper
This method is called by whenWrite to push the needed data when a state is writen in a remote replica.
acceptRemoteWrite(Wrappee, RemoteRef, Object[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.WeakConsistencyWrapper
The current object is not the owner anymore and returns the object state so that the new owner can be consistent
acceptRemoteWrite(Wrappee, RemoteRef, Object[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This role method can called by the whenWrite wrapping method of a remote replica.
AccessDeniedException - exception org.objectweb.jac.aspects.authentication.AccessDeniedException.
This exception is thrown when the access to a given method is denied for the current user.
AccessDeniedException() - Constructor for class org.objectweb.jac.aspects.authentication.AccessDeniedException
Constructs a new exception with no particular message.
AccessDeniedException(String) - Constructor for class org.objectweb.jac.aspects.authentication.AccessDeniedException
Constructs a new exception.
accessedFields - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
ACConfiguration - class 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.
ACConfiguration(Application, String, String, boolean) - Constructor for class org.objectweb.jac.core.ACConfiguration
Creates a new aspect component configuration.
AccParser - class org.objectweb.jac.core.parsers.acc.AccParser.
CUP v0.10k generated parser.
AccParser() - Constructor for class org.objectweb.jac.core.parsers.acc.AccParser
Default constructor.
AccParser(Scanner) - Constructor for class org.objectweb.jac.core.parsers.acc.AccParser
Constructor which sets the default scanner.
AccParserWrapper - class org.objectweb.jac.core.parsers.acc.AccParserWrapper.
 
AccParserWrapper() - Constructor for class org.objectweb.jac.core.parsers.acc.AccParserWrapper
 
AccScanner - class org.objectweb.jac.core.parsers.acc.AccScanner.
 
AccScanner(Reader, String, Set) - Constructor for class org.objectweb.jac.core.parsers.acc.AccScanner
 
AccScanner(String, Set) - Constructor for class org.objectweb.jac.core.parsers.acc.AccScanner
 
AccSymbols - class org.objectweb.jac.core.parsers.acc.AccSymbols.
CUP generated class containing symbol constants.
AccSymbols() - Constructor for class org.objectweb.jac.core.parsers.acc.AccSymbols
 
ACElementInterpreter - class org.objectweb.jac.core.parsers.xml.ACElementInterpreter.
 
ACElementInterpreter() - Constructor for class org.objectweb.jac.core.parsers.xml.ACElementInterpreter
 
acInfos - Variable in class org.objectweb.jac.core.SerializedJacObject
Extra Aspect Component related infos to be serialized.
acManager - Static variable in class org.objectweb.jac.core.ACManager
Stores the sole instance of Aspect Component Manager.
ACManager - class org.objectweb.jac.core.ACManager.
This class manages all the aspect components that are present in the JAC system.
ACManager() - Constructor for class org.objectweb.jac.core.ACManager
The default constructor will set the acManager field to the right value and bind the JAC internal MOP to it so that it will be notified of the base program events.
acquire() - Method in class org.objectweb.jac.util.Semaphore
Acquires a resource on this semaphore with no timeout.
acquire(long) - Method in class org.objectweb.jac.util.Semaphore
Acquires a resource on this semaphore.
acs_count - Static variable in class org.objectweb.jac.core.JacPropLoader
 
acsProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The jac.prop property string to declare initially woven aspect components.
action_obj - Variable in class org.objectweb.jac.core.parsers.acc.AccParser
Instance of action encapsulation class.
action_obj - Variable in class org.objectweb.jac.core.parsers.acc.ToolParser
Instance of action encapsulation class.
action_table() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
Access to parse-action table.
action_table() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
Access to parse-action table.
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.FileEditor
Handles the actions performed by the users on this view.
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.DirectoryURLEditor
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ReferenceView
Handles the actions on this view.
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.URLEditor
Handles the actions performed by the users on this view.
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
Handles the actions on this view.
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Implements what is done when a button is pressed (may be either OK or CANCEL).
actionPerformed(ActionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
Handles the actions performed by the users on this view.
Actions - class org.objectweb.jac.aspects.gui.Actions.
This class is a container of commonly used GUI actions static methods.
Actions() - Constructor for class org.objectweb.jac.aspects.gui.Actions
 
adaptClass(String) - Static method in class org.objectweb.jac.core.JacPropLoader
Returns true if the specified class matches the toAdapt property.
add(Interaction) - Method in class org.objectweb.jac.aspects.persistence.SetWrapper
 
add(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
add(int, Object[]) - Method in class org.objectweb.jac.core.WrappingChain
 
add(int, Object, Object[]) - Static method in class org.objectweb.jac.util.ExtArrays
Insert an object into an array
add(Object) - Method in class org.objectweb.jac.util.WeakList
 
add(Object, Object[]) - Static method in class org.objectweb.jac.util.ExtArrays
Append an object at the end of an array
add(Object, Object, Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Adds an item to the collection.
add(View) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
ADDABLE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
addAccessedField(FieldItem) - Method in class org.objectweb.jac.core.rtti.MethodItem
 
addAccessedField(FieldItem) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Adds a new accessed field for this method.
addAccessedField(String, String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
addAccessedFields(Class, String, String[]) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Adds a set of accessed fields to a method.
addAccessedFields(MethodItem, String[]) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
addAccessedFields(MethodItem, String[]) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Adds some accessed fields to a given method.
addAccessingMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.FieldItem
Add a new accessing method for this field.
addAcConfiguration(ACConfiguration) - Method in class org.objectweb.jac.core.Application
Adds an aspect component configuration for this application.
addAction(String, String, Callback) - Method in class org.objectweb.jac.aspects.gui.web.ToolBar
 
addAction(String, String, Callback) - Method in class org.objectweb.jac.aspects.gui.web.AbstractMenu
 
addAction(String, String, Callback) - Method in interface org.objectweb.jac.aspects.gui.MenuView
Adds an action to this menu.
addAction(String, String, Callback) - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
addAction(String, String, Callback) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
addAction(String, String, Callback) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
addAddable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addAddable(String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Adds an addable resources set to a profile (collection dedicated).
addAddable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addAddedCollection(CollectionItem) - Method in class org.objectweb.jac.core.rtti.MethodItem
Adds a new added collection for this method.
addAddedCollection(String, String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
addAddedCollections(Class, String, String[]) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Adds a set of added collections to a method.
addAdder(CollectionItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
addAdder(CollectionItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Adds an adding method for a collection
addAddingMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Adds a new adding method for this field.
addAddRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
addApplication(Application) - Method in class org.objectweb.jac.core.ApplicationRepository
Adds an application within the repository.
addAttribute(String, Object) - Method in class org.objectweb.jac.core.Collaboration
Add a persistent attribute to the collaboration (can be done by any Jac object).
addBaseWord(String) - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
addBaseWords(Collection) - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
addBlockKeywords(Collection) - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
 
addBroadcaster(String, String, String, String) - Method in class org.objectweb.jac.aspects.distribution.BroadcastingAC
 
addBroadcaster(String, String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.BroadcastingConf
This configuration method allows the user to define a broacaster.
addButton(Container, String) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
addCaretListener(CaretListener) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Adds a caret listener for notification of any changes to the caret.
addChild(ClassItem) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
addChild(String, Class) - Method in class org.objectweb.jac.core.CompositeAspectComponent
Declares a new child for this composite (should be invoked from the constructor).
addChild(SyntaxElement) - Method in class org.objectweb.jac.core.parsers.acc.NonTerminal
Add child at the end
addChoices(ComboBoxModel, ClassItem, FieldItem, boolean, Predicate) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Adds choices within a container containing a combobox and sort them.
addClass(Class) - Method in class org.objectweb.jac.aspects.hibernate.HibernateHelper
Add a class to the Hibernate configuration.
addClass(ClassItem) - Method in class org.objectweb.jac.aspects.user.UserWrapper
 
addConstructor(ConstructorItem) - Method in class org.objectweb.jac.core.rtti.ClassItem
Add a constructor item to this class item.
addContainer(RemoteContainer) - Method in class org.objectweb.jac.core.dist.Topology
Add a container to the topology if not already present.
addContainer(String) - Method in class org.objectweb.jac.core.dist.Topology
Adds a container from its name.
addContainers(RemoteContainer[]) - Method in class org.objectweb.jac.core.dist.Topology
Add a set of containers to the topology.
addContextualProfiledUser(Object, Object, Profile) - Static method in class org.objectweb.jac.aspects.user.UserAC
Adds a contextually profiled user.
addCounter(String, String, String, String) - Method in interface org.objectweb.jac.aspects.tracing.TracingConf
This configuration method makes all the matching methods invocations to be counted.
addCounter(String, String, String, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
 
addCreatable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addCreatable(String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Adds a creatable resources set to a profile (collection dedicated).
addCreatable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addCreateRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
addDependentACPair(AspectComponent, AspectComponent) - Method in class org.objectweb.jac.core.CompositionAspect
Add a new dependent aspect component pair.
addDependentField(FieldItem) - Method in class org.objectweb.jac.core.rtti.FieldItem
 
addDependentField(FieldItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
addDependentField(FieldItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Declares a field dependency.
addDependentMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.MemberItem
 
addDisplay(String, Display) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Adds a new display for this GUI.
addedCollections - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
addEditor(FieldEditor) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectView
 
addEditor(Object) - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
addEditor(Object) - Method in interface org.objectweb.jac.aspects.gui.EditorContainer
Add an editor to the container.
addEditor(Object) - Method in class org.objectweb.jac.aspects.gui.DisplayContext
 
addEditor(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
addEmbeddedEditorColumn(MemberItem) - Method in class org.objectweb.jac.aspects.gui.CollectionItemView
 
ADDER - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Constant to represent collection adders.
adderPrefixes - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Store default collection adder prefixes (add..., put...).
addExceptionHandler(Wrappee, Wrapper, String) - Static method in class org.objectweb.jac.core.Wrapping
 
addExceptionHandler(Wrappee, Wrapper, String, AbstractMethodItem) - Static method in class org.objectweb.jac.core.Wrapping
 
addField(String, Object) - Method in class org.objectweb.jac.core.SerializedJacObject
Add a field to be serialized.
addFilter(ClassItem, String, MethodItem) - Method in interface org.objectweb.jac.aspects.user.UserConf
For the specified collection, apply a filter on its getter, so that some items can be hidden depending on the user.
addFilter(ClassItem, String, MethodItem) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addHorizontalStrut(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
addHorizontalStrut(int) - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Adds an horizontal separator in the composite in order to insert blanks between components.
addHorizontalStrut(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
addHorizontalStrut(int) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
addHorizontalStrut(int) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
addIncompatibleACPair(AspectComponent, AspectComponent) - Method in class org.objectweb.jac.core.CompositionAspect
Add a new exlusive aspect component pair.
addInvokedMethod(String, InvokeInfo) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
addInvokedMethod(String, String, InvokeInfo) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method invokes another method
addInvokedMethod(String, String, InvokeInfo) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
addKeyAndContainerListenerRecursively(Component) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
Register as a KeyListener and ContainerListener on the component and its children recursively.
addKeyAndContainerListenerRecursively(Component) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Register as a KeyListener and ContainerListener on the component and its children recursively.
addKeywords(Set) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Define some new keywords
addKeywords(String[]) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Define some new keywords
addKnownReplica(RemoteRef) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Adds a known replica.
addltAccessedField(String, String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method reads a field
addltAccessedField(String, String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Adds an accessed field for a given method.
addltAddedCollection(String, String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method calls add on a collection field
addltAddedCollection(String, String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
addltModifiedCollection(String, String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method calls modifies the content of a collection field
addltModifiedCollection(String, String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
addltModifiedField(String, String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method modifies a field
addltModifiedField(String, String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Adds a modified field for a given method.
addltRemovedCollection(String, String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method calls remove on a collection field
addltRemovedCollection(String, String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
addltReturnedField(String, String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method returns the value of field
addltReturnedField(String, String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
addltSetField(String, String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method is the setter of a field (sets the field with the value of a parameter)
addltSetField(String, String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
addMember(RemoteRef) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Add a replica to the knowledge graph.
addMenuItem(String, String[], Callback) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Add an item in a menu
addMenuItem(String, String, String[], AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a menu item to a menu bar.
addMenuItem(String, String, String[], AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addMenuItem(String, String, String[], AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a menu item to a menu bar.
addMenuItem(String, String, String[], AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addMenuItem(String, String, String[], String, AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a menu item to a menu bar.
addMenuItem(String, String, String[], String, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addMenuItem(String, String, String[], String, AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a menu item to a menu bar.
addMenuItem(String, String, String[], String, AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addMenuSeparator(String, String[]) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Add a separator in a menu
addMenuSeparator(String, String, String[]) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a separator in a menu.
addMenuSeparator(String, String, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.ClassItem
Add a method item to this class item.
addMethodItem(Object, MethodItem, String) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectPopup
 
addModifiedCollection(CollectionItem) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Adds a new modified collection for this method.
addModifiedCollection(String, String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
addModifiedField(String, String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
addModifiers(String[]) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Define some new keywords
addNamedTrace(String, String, String) - Method in interface org.objectweb.jac.aspects.tracing.TracingConf
This configuration method makes a method call to be traced.
addNamedTrace(String, String, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
 
addNode(AbstractNode, AbstractNode) - Method in interface org.objectweb.jac.aspects.gui.TreeView
Add a child node to a node
addNode(AbstractNode, AbstractNode) - Method in class org.objectweb.jac.aspects.gui.TreeModel
 
addNodes(AbstractNode, String, Object, FieldItem) - Method in class org.objectweb.jac.aspects.gui.TreeModel
 
addNodes(TreeView, ObjectNode, Object, boolean) - Static method in class org.objectweb.jac.aspects.gui.TreeModel
Add the children nodes for a node.
addObject(Object) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Add an object in the list.
addObject(Object, String) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Add an object in the list with a given label to be displayed.
addObject(Object, String) - Method in class org.objectweb.jac.aspects.gui.ComboBoxModel
Adds an object in the combo box.
addOptimizedCounter(String, String, String, String, String, String) - Method in interface org.objectweb.jac.aspects.tracing.TracingConf
This configuration method makes all the matching methods invocations to be counted in an optimized fashion.
addOptimizedCounter(String, String, String, String, String, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
 
addOwnerFilter(String, ClassItem, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
For the specified collection, users will only see the objects that they own.
addOwnerFilter(String, ClassItem, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addPath(String) - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
addPostCondition(ClassItem, String, MethodItem, Object[], String) - Method in interface org.objectweb.jac.aspects.integrity.IntegrityConf
Use this configuration method to add a postcondition on a object's field.
addPostCondition(ClassItem, String, MethodItem, Object[], String) - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
addPreCondition(ClassItem, String, MethodItem, Object[], String) - Method in interface org.objectweb.jac.aspects.integrity.IntegrityConf
Use this configuration method to add a precondition on a object's field.
addPreCondition(ClassItem, String, MethodItem, Object[], String) - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
addProfile(String, Profile) - Method in class org.objectweb.jac.aspects.user.UserManager
Add a news profile.
addProps(Properties) - Static method in class org.objectweb.jac.core.JacPropLoader
Add some properties.
addRandomLoadBalancer(String, String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.LoadBalancingConf
This configuration method allows the user to define a random load-balancer on a replication group.
addRandomLoadBalancer(String, String, String, String) - Method in class org.objectweb.jac.aspects.distribution.LoadBalancingAC
 
addReadable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addReadable(String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Adds a readable resources set to a profile.
addReadable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addReadRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
addRecording(String, String, String) - Method in interface org.objectweb.jac.aspects.tracing.TracingConf
This configuration method creates a new recording on a set of methods.
addRecording(String, String, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
 
addReferenceToPane(MemberItem, String, String[], String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Tells a referenced object to open in a given panel when a view is asked by the user (instead of opening in a popup).
addReferenceToPane(String, MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Specify in which pane to open the view of a reference, collection, or a method's result.
addReferenceToPane(String, MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addReferenceToPane(String, MemberItem, String, String[], Boolean, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method delegates to the corresponding customized GUI.
addReferenceToPane(String, MemberItem, String, String[], Boolean, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addRemovable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addRemovable(String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Adds an removable resources set to a profile (collection dedicated).
addRemovable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addRemovedCollection(CollectionItem) - Method in class org.objectweb.jac.core.rtti.MethodItem
Adds a new removed collection for this method.
addRemovedCollection(String, String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
addRemovedCollections(Class, String, String[]) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Adds a set of removed collections to a method.
addRemover(CollectionItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
addRemover(CollectionItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Adds a removing method for a collection
addRemoveRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
addRemovingMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Adds a new removing method for this field.
addRestrictedMethods(String, String, String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
addRestrictedMethods(String, String, String) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
This configuration method restricts a given set of methods.
addRestrictedObjects(String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
addRestrictedObjects(String) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
Restricts some objects for authentication (all their methods).
addRestrictedObjects(String, String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
addRestrictedObjects(String, String) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
Restricts some objects for authentication.
addRoot(String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
addRoot(String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
This configuration method defines root objects.
addRoundTripLoadBalancer(String, String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.LoadBalancingConf
This configuration method allows the user to define a round-trip load-balancer on a replication group.
addRoundTripLoadBalancer(String, String, String, String) - Method in class org.objectweb.jac.aspects.distribution.LoadBalancingAC
 
addRow(Object, Object[]) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
addSeparator() - Method in class org.objectweb.jac.aspects.gui.web.ToolBar
 
addSeparator() - Method in class org.objectweb.jac.aspects.gui.web.AbstractMenu
 
addSeparator() - Method in class org.objectweb.jac.aspects.gui.Menu
Adds a separator in this menu.
addSeparator() - Method in interface org.objectweb.jac.aspects.gui.MenuView
Adds a separator in this menu.
addSeparator() - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
addSeparator() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
addSetField(String, String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
addSlashes(String) - Static method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
addStackTrace(String, String, String) - Method in interface org.objectweb.jac.aspects.tracing.TracingConf
This configuration method makes a method call to be traced by a verbose wrapper.
addStackTrace(String, String, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
 
addStatusBar(MethodItem, String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Adds a status bar to the GUI.
addStatusBar(String, MethodItem, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method allows the programmer to actually show a status bar in a declared personal UI.
addStatusBar(String, MethodItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addStatusBar(String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method allows the programmer to actually show an empty status bar in a declared personal UI.
addStatusBar(String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addStrongPullConsistency(String, String, String) - Method in class org.objectweb.jac.aspects.distribution.ConsistencyAC
Adds a strong-pull consistency protocol on a set of replicas called wrappeeName.
addStrongPullConsistency(String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.ConsistencyConf
Adds a strong-pull consistency protocol on a set of replicas called wrappeeName.
addStrongPushConsistency(String, String, String) - Method in class org.objectweb.jac.aspects.distribution.ConsistencyAC
Adds a strong-push consistency protocol on a set of replicas called wrappeeName.
addStrongPushConsistency(String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.ConsistencyConf
Adds a strong-push consistency protocol on a set of replicas called wrappeeName.
addStyleSheetURL(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
addStyleSheetURL(String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Adds a style-sheet URL for the generated html pages (for WEB GUIs).
addStyleSheetURL(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addStyleSheetURL(String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Adds a style-sheet URL for the generated html pages (for WEB GUIs).
addStyleSheetURL(String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addSubMenu(String, String, MenuView) - Method in class org.objectweb.jac.aspects.gui.web.ToolBar
 
addSubMenu(String, String, MenuView) - Method in class org.objectweb.jac.aspects.gui.web.AbstractMenu
 
addSubMenu(String, String, MenuView) - Method in interface org.objectweb.jac.aspects.gui.MenuView
Adds a sub-menu in this menu.
addSubMenu(String, String, MenuView) - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
addSubMenu(String, String, MenuView) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
addSubMenu(String, String, MenuView) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
addTab(View, String, String) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
 
addTab(View, String, String) - Method in interface org.objectweb.jac.aspects.gui.TabsView
Add a view in tab
addTab(View, String, String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingTabbedView
 
addTextListener(TextListener) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Adds a text listener for notification of any changes to the text.
addThroughAdder(Object, Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Adds an item to the collection, using the adder method if it has one.
addTimedoutDialog(DialogView) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
addTimedoutDialog(DialogView) - Method in interface org.objectweb.jac.aspects.gui.CustomizedDisplay
Add a dialog to the list of timedout dialogs
addTimedoutDialog(DialogView) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
addToCollection(Interaction, CollectionItem, Object) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This method stores the persistent object that is added to the collection into the storage.
addToList(OID, long, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Insert a value into an existing List.
addToList(OID, long, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
addToList(OID, long, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
addToList(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Add a value at the end of a list.
addToList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
addToList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
addToolbarAction(AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Add a button in the toolbar
addToolbarAction(String, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Add a button in the toolbar
addToolbarAction(String, AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a button in the toolbar
addToolbarAction(String, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addToolbarAction(String, String, AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a button in the toolbar
addToolbarAction(String, String, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addToolbarSeparator() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Add a separator in the toolbar
addToolbarSeparator(String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Add a separator in the toolbar
addToolbarSeparator(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addToRepository(Interaction) - Method in class org.objectweb.jac.aspects.integrity.RepositoryWrapper
Adds the object added to field to the repository
addToSet(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Add an object to a Set.
addToSet(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
addToSet(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
addTrace(String, String, String) - Method in interface org.objectweb.jac.aspects.tracing.TracingConf
This configuration method makes a method call to be traced by a verbose wrapper.
addTrace(String, String, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
 
addTranslation(String, String) - Method in class org.objectweb.jac.aspects.i18n.I18nAC
 
addTreeListener(TreeListener) - Method in class org.objectweb.jac.aspects.gui.TreeModel
 
addTrustedUser(String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
addTypes(String[]) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
addUnaddable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addUnaddable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addUnreadable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addUnreadable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addUnremovable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addUnremovable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addUnwritable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addUnwritable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addURL(URL) - Method in class org.objectweb.jac.util.URLClassLoader
 
addVerticalStrut(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
addVerticalStrut(int) - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Adds a vertical separator in the composite in order to insert blanks between components.
addVerticalStrut(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
addVerticalStrut(int) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
addVerticalStrut(int) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
addView(View) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
addView(View) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
addView(View) - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Adds a component view in the composite.
addView(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
addView(View) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
addView(View) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.web.SingleSlotContainer
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.web.Panel
Adds a view.
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
addView(View, Object) - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Adds a component view in the composite.
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingTabbedView
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SingleSlotContainer
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingPanelView
Adds a view.
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
addView(View, Object) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
addViewFieldDependency(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
addViewFieldDependency(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Specify that the object views of instances of a class depend on the value of a field.
addViewFor(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
addViewFor(Object, String, String, Object, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
Adds a view for a given Jac object.
addViewItem(Object, String, ImageIcon) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectPopup
 
addWrapper(Wrapper) - Method in class org.objectweb.jac.core.AspectComponent
Add a wrapper to the wrappers handled by this aspect component.
addWrappersTrace(String, String, String) - Method in interface org.objectweb.jac.aspects.tracing.TracingConf
This configuration method makes a method call to be traced by a verbose wrapper.
addWrappersTrace(String, String, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
 
addWritable(String) - Method in class org.objectweb.jac.aspects.user.Profile
 
addWritable(String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Adds a writable resources set to a profile.
addWritable(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
addWriteRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
addWritingMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.FieldItem
Add a new writing method for this field.
addWrittenField(FieldItem) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Adds a new written field for this method.
addWrittenFields(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
addWrittenFields(AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Adds some written fields to a given method.
addWrittenFields(Class, String, String[]) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Adds a set of written fields to a method.
afterApplicationStarted() - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the registered Aspect Components that are woven.
afterApplicationStarted() - Method in class org.objectweb.jac.core.AspectComponent
 
afterApplicationStarted() - Method in interface org.objectweb.jac.core.BaseProgramListener
Upcalled after a new application is started on the JAC system.
afterApplicationStarted() - Method in class org.objectweb.jac.aspects.gui.GuiAC
The default behavior of this BaseProgramListener method is to notify the display with the applicationStarted event.
afterRunningWrapper(Wrapper, String) - Method in class org.objectweb.jac.core.ACManager
Upcall the beforeRunningWrapper method of all the aspect component that owns the wrapper.
afterRunningWrapper(Wrapper, String) - Method in class org.objectweb.jac.core.AspectComponent
This method is called after the application of the wrapper.
afterRunningWrapper(Wrapper, String) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled by JAC after the application of the wrapper.
afterWrap(Wrappee, Wrapper, String[], String[][]) - Method in class org.objectweb.jac.core.ACManager
Upcall the beforeRunningWrapper method of all the aspect component that owns the wrapper.
afterWrap(Wrappee, Wrapper, String[], String[][]) - Method in class org.objectweb.jac.core.AspectComponent
This method is called after a new wrapper wraps a wrappee.
afterWrap(Wrappee, Wrapper, String[], String[][]) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled after the wrappee is wrapped by the wrapper.
afterWrappeeInit(Wrappee) - Method in class org.objectweb.jac.core.ACManager
 
afterWrappeeInit(Wrappee) - Method in class org.objectweb.jac.core.AspectComponent
 
afterWrappeeInit(Wrappee) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method should be called by the GUI system after an object has been created and initialized (tells the other aspects that the object is now regular).
ALL_GETTERS - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
Use to indicate that you need all the getters.
ALL_GETTERS - Static variable in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Use to indicate that you need all the getters.
ALL_METHODS - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
Use to indicate that you need all the methods.
ALL_METHODS - Static variable in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Use to indicate that you need all the methods.
ALL_MODIFIERS - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
Use to indicate that you need all the modifiers.
ALL_MODIFIERS - Static variable in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Use to indicate that you need all the modifiers.
ALLOW - Static variable in class org.objectweb.jac.aspects.user.Rule
 
analyzeClass(String) - Method in class org.objectweb.jac.core.JacLoader
Tells wether a defered class's bytecode should be analyzed
AppletView - class org.objectweb.jac.aspects.gui.AppletView.
This class allows the programmer to insert specialized object views defined as applets.
AppletView(ViewFactory, DisplayContext, Object) - Constructor for class org.objectweb.jac.aspects.gui.AppletView
The AppletView's constructor.
application - Variable in class org.objectweb.jac.core.AspectComponent
 
application - Variable in class org.objectweb.jac.core.ACConfiguration
The application this configuration belongs to.
Application - class org.objectweb.jac.core.Application.
This class represents the JAC applications.
Application(String, String, String, String[]) - Constructor for class org.objectweb.jac.core.Application
Creates a new application.
ApplicationRepository - class org.objectweb.jac.core.ApplicationRepository.
This class is a repository for all the applications defined in the JAC system.
ApplicationRepository() - Constructor for class org.objectweb.jac.core.ApplicationRepository
 
applications - Static variable in class org.objectweb.jac.aspects.session.SessionWrapper
Stores the applications (sid -> applicationName)
applicationStarted() - Method in interface org.objectweb.jac.core.Display
Notifies the display that a new application has just started.
applicationStarted() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
applicationStarted() - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
apply(Object) - Method in class org.objectweb.jac.util.NotInCollectionPredicate
 
apply(Object) - Method in class org.objectweb.jac.util.Predicate
 
applyPersistence(Interaction) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This wrapping method apply the persistence aspect for a given call on a persistent object.
applyTo(Object) - Method in class org.objectweb.jac.aspects.distribution.DeploymentRule
Applies the rule to the given object.
applyTo(Wrappee, ClassItem) - Method in class org.objectweb.jac.core.Pointcut
Applies this pointcut to the given wrappee.
applyTo(Wrappee, ClassItem) - Method in class org.objectweb.jac.core.MethodPointcut
Applies this pointcut to the given wrappee.
areChildrenUptodate() - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Returns true if the children of this node are to be updated.
areCorrectlyOrdered(String, String) - Method in class org.objectweb.jac.core.CompositionAspect
Returns true if wrapperType1 has to be run before wrapperType2.
areDependent(AspectComponent, AspectComponent) - Method in class org.objectweb.jac.core.CompositionAspect
Returns true if the aspect components are dependent.
areIncompatible(AspectComponent, AspectComponent) - Method in class org.objectweb.jac.core.CompositionAspect
Returns true if the aspect components are incompatible.
arg(int) - Method in interface org.objectweb.jac.core.CollaborationParticipant
Returns the nth argument of the current collaboration point method (see args()).
args - Variable in class org.objectweb.jac.core.Interaction
 
args() - Method in interface org.objectweb.jac.core.CollaborationParticipant
Returns the args that have been passed to the method (see method()).
ArrayEditor - class org.objectweb.jac.aspects.gui.swing.ArrayEditor.
A Swing editor component for array values.
ArrayEditor(Class) - Constructor for class org.objectweb.jac.aspects.gui.swing.ArrayEditor
 
ASK_FOR_PARAMETERS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
askForParameters(Interaction) - Method in class org.objectweb.jac.aspects.gui.InputWrapper
Calls the Display.showInput method on the current display.
askForParameters(String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Essential method for GUI, which weaves InputWrapper.askForParameters on all methods with parameters.
askForParameters(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
ASKING_SEQUENCE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
askUsername(String) - Method in class org.objectweb.jac.aspects.authentication.TrustingAuthenticator
 
askUsernameAndPassword(String, String) - Method in class org.objectweb.jac.aspects.authentication.PasswordAuthenticator
This empty method is used to popup a dialog on the current display so that the user can fill in the authentication information.
AspectComponent - class org.objectweb.jac.core.AspectComponent.
This class is the root class for the aspect components defined by a Jac application programmers.
AspectComponent() - Constructor for class org.objectweb.jac.core.AspectComponent
The default constructor of the aspect component.
ATOMIC_VALUE - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
ATOMIC_VALUE - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
AttachmentEditor - class org.objectweb.jac.aspects.gui.web.AttachmentEditor.
 
AttachmentEditor - class org.objectweb.jac.aspects.gui.swing.AttachmentEditor.
This is a special value editor that allows the user to nicely edit an File.
AttachmentEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.AttachmentEditor
 
AttachmentEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.AttachmentEditor
 
AttachmentListener - interface org.objectweb.jac.aspects.gui.web.AttachmentListener.
This interface defines a callbacks used when events occur on an Attachment.
AttachmentViewer - class org.objectweb.jac.aspects.gui.web.AttachmentViewer.
 
AttachmentViewer - class org.objectweb.jac.aspects.gui.swing.AttachmentViewer.
A Swing viewer component for date values.
AttachmentViewer() - Constructor for class org.objectweb.jac.aspects.gui.web.AttachmentViewer
 
AttachmentViewer() - Constructor for class org.objectweb.jac.aspects.gui.swing.AttachmentViewer
 
AttachmentViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.AttachmentViewer
 
AttachmentViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.AttachmentViewer
Constructs a new date editor.
ATTR_ADDED - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
 
attr(String) - Method in interface org.objectweb.jac.core.CollaborationParticipant
Get an attribute value for the current collaboration.
attr(String) - Method in class org.objectweb.jac.core.ACManager
 
attr(String) - Method in class org.objectweb.jac.core.Wrapper
 
attr(String) - Method in class org.objectweb.jac.core.AspectComponent
 
attrACs - Static variable in class org.objectweb.jac.core.rtti.MetaItem
A correspondance table between the RRTI attributes and the aspect components that set them.
attrdef(String, Object) - Method in interface org.objectweb.jac.core.CollaborationParticipant
Add an attribute to the current collaboration.
attrdef(String, Object) - Method in class org.objectweb.jac.core.ACManager
 
attrdef(String, Object) - Method in class org.objectweb.jac.core.Wrapper
 
attrdef(String, Object) - Method in class org.objectweb.jac.core.AspectComponent
 
AttributeController - interface org.objectweb.jac.core.rtti.AttributeController.
 
attributeNames() - Method in class org.objectweb.jac.core.Collaboration
Returns a collection of all attribute names
authenticate() - Method in class org.objectweb.jac.aspects.authentication.GetenvAuthenticator
 
authenticate() - Method in class org.objectweb.jac.aspects.authentication.SystemAuthenticator
 
authenticate() - Method in class org.objectweb.jac.aspects.authentication.PasswordAuthenticator
This method perform the authentication by calling the askUserNameAndPassword and checkPassword methods.
authenticate() - Method in class org.objectweb.jac.aspects.authentication.TrustingAuthenticator
 
authenticate() - Method in interface org.objectweb.jac.aspects.authentication.Authenticator
Authenticates the current user.
authenticate(String) - Method in class org.objectweb.jac.aspects.authentication.TrustingAuthentication
Performs the authentication of the user given by username.
authenticateAndControl(Interaction) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
This wrapping method authenticates a call on the wrapped method and controls that the authentcated user owns the rights to call it.
authenticateWithPassword(String, String) - Method in class org.objectweb.jac.aspects.authentication.TrustingAuthentication
 
AuthenticationAC - class org.objectweb.jac.aspects.authentication.AuthenticationAC.
This AC weaves the authentication aspect.
AuthenticationAC() - Constructor for class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
AuthenticationConf - interface org.objectweb.jac.aspects.authentication.AuthenticationConf.
This is the configuration interface of the authentication aspect.
AuthenticationFailedException - exception org.objectweb.jac.aspects.authentication.AuthenticationFailedException.
This exception is thrown when the authentication process fails.
AuthenticationFailedException() - Constructor for class org.objectweb.jac.aspects.authentication.AuthenticationFailedException
 
AuthenticationFailedException(String) - Constructor for class org.objectweb.jac.aspects.authentication.AuthenticationFailedException
Constructs a new exception.
AuthenticationWrapper - class org.objectweb.jac.aspects.authentication.AuthenticationWrapper.
This wrapper uses an authenticator and a controller to ensure that the current interaction is authenticated and allowed.
AuthenticationWrapper(AspectComponent, Authenticator, MethodItem) - Constructor for class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
Constructs a new authentication wrapper.
Authenticator - interface org.objectweb.jac.aspects.authentication.Authenticator.
The role of a class that implements this interface is to ensure that the AuthenticationAC.USER contextual attribute corresponds to an authenticated user (an existing user).
AUTHORIZED_VALUES - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
authorizedValues(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
Check if field's value is equal to one of the authorized values.
AUTO_CREATE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
AUTO_CREATE_INITIALIZER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
AUTO_CREATED_STATE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
AUTO_CREATION - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
autoInitClasses(ClassItem, String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
autoInitClasses(String) - Method in interface org.objectweb.jac.aspects.user.UserConf
This method should affect all the classes that define a reference towards a user of the application and that should be seamlessly initialized to the currently logged user (instead of been filled in interactively).
autoInitClasses(String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
autoUpdate - Variable in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
autoUpdate - Variable in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 

B

BACKWARD - Static variable in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
backwardChar(int, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves backward n characters
backwardWord(int, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves backward n words
Base64 - class org.objectweb.jac.util.Base64.
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
Base64() - Constructor for class org.objectweb.jac.util.Base64
 
BaseProgramListener - interface org.objectweb.jac.core.BaseProgramListener.
This interface specify the prototypes of the methods that can be notified when an event occurs within the base program.
baseWords - Variable in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
beforeConfiguration() - Method in class org.objectweb.jac.core.AspectComponent
To overload in order to perform some treatements before the configuration.
beforeConfiguration() - Method in class org.objectweb.jac.core.CompositeAspectComponent
This method is upcalled by the system when the composite aspect is about to be configured.
beforeReload() - Method in class org.objectweb.jac.core.AspectComponent
 
beforeReload() - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
beforeRunningWrapper(Wrapper, String) - Method in class org.objectweb.jac.core.ACManager
Forward this event to the aspect component that owns the wrapper.
beforeRunningWrapper(Wrapper, String) - Method in class org.objectweb.jac.core.AspectComponent
This method is called when a wrapper is going to be applied to a wrappee.
beforeRunningWrapper(Wrapper, String) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled by JAC when a wrapper is going to be applied to a wrappee.
beforeRunningWrapper(Wrapper, String) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
beforeRunningWrapper(Wrapper, String) - Method in class org.objectweb.jac.aspects.tracing.TracingAC
Skips the counting wrapper if this call is part of a global conting optimization performed by an OptimizedCountingWrapper
beforeWrappeeInit(Wrappee) - Method in class org.objectweb.jac.core.ACManager
 
beforeWrappeeInit(Wrappee) - Method in class org.objectweb.jac.core.AspectComponent
 
beforeWrappeeInit(Wrappee) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method should be called by the GUI system before an object is being created and initialized (but the process is not finished yet).
begin(Interaction) - Method in class org.objectweb.jac.aspects.distrans.BeginTransactionWrapper
 
begin(Interaction) - Method in class org.objectweb.jac.aspects.hibernate.BeginPersistentSessionWrapper
Wrapping method around pointcuts where a persistent session begins.
beginningOfLine(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves the caret to the beginning of the current line.
beginningOfText(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves the caret to the beginning of the text.
beginOfTransaction(Interaction) - Method in class org.objectweb.jac.aspects.transaction.TransactionAC.TransactionWrapper
Initializes the transaction.
BeginPersistentSessionWrapper - class org.objectweb.jac.aspects.hibernate.BeginPersistentSessionWrapper.
This wrapper delimits the begining of a persistent session.
BeginPersistentSessionWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.hibernate.BeginPersistentSessionWrapper
 
BeginTransactionWrapper - class org.objectweb.jac.aspects.distrans.BeginTransactionWrapper.
This wrapper delimits the begining of a transaction.
BeginTransactionWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.distrans.BeginTransactionWrapper
 
BehaviorGuiConf - interface org.objectweb.jac.aspects.gui.BehaviorGuiConf.
This configuration interface of the Gui aspect defines all the methods that handle some behavioral configurations of the widgets.
bind(Interaction) - Method in class org.objectweb.jac.aspects.naming.BindingWrapper
This wrapping method binds the wrappee.
BindClient - class org.objectweb.jac.aspects.distribution.bootstrap.BindClient.
The following class binds a new Jac client to a Jac distributed system.
BindClient() - Constructor for class org.objectweb.jac.aspects.distribution.bootstrap.BindClient
 
BindingAC - class org.objectweb.jac.aspects.naming.BindingAC.
This aspect component implements the default binding policy for the JAC system.
BindingAC() - Constructor for class org.objectweb.jac.aspects.naming.BindingAC
 
BindingErrorException - exception org.objectweb.jac.aspects.naming.BindingErrorException.
Signals that something went wrong when binding an object.
BindingErrorException(String) - Constructor for class org.objectweb.jac.aspects.naming.BindingErrorException
A constructor for this exception.
BindingErrorException(String, Exception) - Constructor for class org.objectweb.jac.aspects.naming.BindingErrorException
A constructor for this exception.
BindingWrapper - class org.objectweb.jac.aspects.naming.BindingWrapper.
This wrapper class binds an object to the actual named object by forwarder.
BindingWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.aspects.naming.BindingWrapper
Construct a new binding wrapper.
bindNewContainer(String) - Static method in class org.objectweb.jac.core.dist.RemoteContainer
This method dynamically binds the local container to a new remote container.
bindOIDToName(OID, String) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Bind an existing object to a logical name to that it can be found later on.
bindOIDToName(OID, String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
bindOIDToName(OID, String) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
bindTo(String) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
Returns a remote reference on the object corresponding to the given name.
bindTo(String) - Method in interface org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf
Returns a remote reference on the object corresponding to the given name.
bindTo(String) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
Returns a remote reference on the object corresponding to the given name.
bindTo(String) - Method in class org.objectweb.jac.core.dist.RemoteContainer
Returns a remote reference on the object corresponding to the given name.
bindToDistObj(String, Wrappee) - Static method in class org.objectweb.jac.aspects.distribution.consistency.Consistency
This method binds a new object to the group of replicas of this consistency.
Block - class org.objectweb.jac.aspects.gui.web.html.Block.
HTML Block Composite.
Block(String) - Constructor for class org.objectweb.jac.aspects.gui.web.html.Block
Construct a block using the passed string as the tag.
Block(String, String) - Constructor for class org.objectweb.jac.aspects.gui.web.html.Block
Construct a block using the passed string as the tag.
blockKeywords - Variable in class org.objectweb.jac.core.AspectComponent
Block keywords which can be used instead of "block"
Bold - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Bold
BooleanEditor - class org.objectweb.jac.aspects.gui.web.BooleanEditor.
Boolean editor component
BooleanEditor - class org.objectweb.jac.aspects.gui.swing.BooleanEditor.
A Swing editor component for boolean values.
BooleanEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.BooleanEditor
Constructs a new URL editor.
BooleanEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.BooleanEditor
Constructs a new primitive checkbox editor for booleans.
bootstrapFlag - Variable in class org.objectweb.jac.core.dist.Topology
 
bootstrapping - Variable in class org.objectweb.jac.core.dist.DistdClassLoader
Bootstrapping flag (do not load classes while true).
Border - class org.objectweb.jac.aspects.gui.Border.
This class represents borders in GUI.
BORDER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Border(String, int, int) - Constructor for class org.objectweb.jac.aspects.gui.Border
Constructs a new border.
BOTTOM - Static variable in class org.objectweb.jac.aspects.gui.Border
The label of the border if any is diplayed on the bottom constant
BOTTOM - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
BOTTOM - Static variable in class org.objectweb.jac.aspects.gui.Menu
The BOTTOM menu's position
BOTTOM - Static variable in class org.objectweb.jac.aspects.gui.Constants
 
broadcast(Interaction) - Method in class org.objectweb.jac.aspects.distribution.BroadcastingAC.BroadcastingWrapper
Performs a broadcasting.
BroadcastingAC - class org.objectweb.jac.aspects.distribution.BroadcastingAC.
This aspect component implements a simple broadcasting aspect.
BroadcastingAC.BroadcastingWrapper - class org.objectweb.jac.aspects.distribution.BroadcastingAC.BroadcastingWrapper.
This wrapper wraps the broadcaster with a wrapping method that broadcast all the calls to the remote replicas.
BroadcastingAC.BroadcastingWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.aspects.distribution.BroadcastingAC.BroadcastingWrapper
 
BroadcastingAC() - Constructor for class org.objectweb.jac.aspects.distribution.BroadcastingAC
 
BroadcastingConf - interface org.objectweb.jac.aspects.distribution.BroadcastingConf.
This aspect component implements a simple broadcasting aspect.
buildDefaultFieldRTTI(ClassItem) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
buildDefaultRTTI(Class) - Method in class org.objectweb.jac.core.rtti.ClassRepository
This method builds the default RTTI for a given class name and returns a corresponding class item.
buildFieldInfo() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
buildParameterValues(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
Button - class org.objectweb.jac.aspects.gui.web.html.Button.
 
BUTTON - Static variable in class org.objectweb.jac.aspects.gui.web.html.Button
Input types
Button(String, String) - Constructor for class org.objectweb.jac.aspects.gui.web.html.Button
 
Button(String, String, String) - Constructor for class org.objectweb.jac.aspects.gui.web.html.Button
 
bytecodeModifier - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the bytecode modifier package
bytecodeModifierProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the property in the the jac.prop file.

C

cache(Interaction) - Method in class org.objectweb.jac.aspects.cache.CacheWrapper
 
cache(String, String) - Method in class org.objectweb.jac.aspects.cache.CacheAC
Cache a method result.
cache(String, String) - Method in interface org.objectweb.jac.aspects.cache.CacheConf
 
CacheAC - class org.objectweb.jac.aspects.cache.CacheAC.
This aspect handle caching of method results.
CacheAC() - Constructor for class org.objectweb.jac.aspects.cache.CacheAC
 
CacheConf - interface org.objectweb.jac.aspects.cache.CacheConf.
This aspect handle caching of method results.
cacheKeys - Variable in class org.objectweb.jac.wrappers.CacheWrapper
Store the keys for the cache.
cacheValues - Variable in class org.objectweb.jac.wrappers.CacheWrapper
Store the cached values.
CacheWrapper - class org.objectweb.jac.wrappers.CacheWrapper.
CacheWrapper implements a wrapper that caches the wrappee methods results so that it can avoid the wrappee computations.
CacheWrapper - class org.objectweb.jac.aspects.cache.CacheWrapper.
The wrapper of the CacheAC.
CacheWrapper(AspectComponent) - Constructor for class org.objectweb.jac.wrappers.CacheWrapper
 
CacheWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.cache.CacheWrapper
 
callback - Variable in class org.objectweb.jac.aspects.gui.web.MenuItem
 
Callback - class org.objectweb.jac.aspects.gui.Callback.
This class holds a method and its parameters that can be passed to a peer object as a callback.
Callback(String, AbstractMethodItem, Object[]) - Constructor for class org.objectweb.jac.aspects.gui.Callback
Constructs the callback.
callSuper - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
capitalize(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Takes a string and returns a new capitalized one.
captureSystemErr() - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
captureSystemErr() - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Tells the swing administration gui to capture System.err so that it appears in a tab.
captureSystemOut() - Method in class org.objectweb.jac.aspects.gui.GuiAC
Tells the swing gui to capture System.out so that it appears a in tab.
captureSystemOut() - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Tells the swing administration gui to capture System.out so that it appears in a tab.
catchAccessDenied(AccessDeniedException) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
This exception handler reacts when the access is denied.
catchCancellation(OperationCanceledException) - Method in class org.objectweb.jac.aspects.confirmation.ConfirmationAC.ConfirmationWrapper
The exception handler.
catchException(Interaction, Exception) - Method in class org.objectweb.jac.aspects.transaction.TransactionAC.TransactionWrapper
Handles an exception within a transaction (rollback).
catchInputCanceled(InputCanceledException) - Method in class org.objectweb.jac.aspects.gui.InputWrapper
 
CATEGORIES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
CATEGORIES_ICONS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
CATEGORIES_LABELS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Center - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Center the block
CENTER - Static variable in class org.objectweb.jac.aspects.gui.Border
The label of the border if any is diplayed centered constant
CENTER - Static variable in class org.objectweb.jac.aspects.gui.Constants
 
CFGNAME - Static variable in class org.objectweb.jac.util.preparse.Preparse
 
cguis - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
Stores the cusomized GUI (class -> display).
chain - Variable in class org.objectweb.jac.core.WrappingChain
Each element of this array is a two elements array whose 1st element is the wrapper, and whose 2nd element is the wrappingMethod
check() - Method in class org.objectweb.jac.aspects.gui.web.html.Button
 
checkCategories(ClassItem, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
checkDoubles(Interaction) - Method in class org.objectweb.jac.aspects.integrity.PrimaryKeyWrapper
This wrapping method checks if the added Object's fields match with an Object in the added collection, and throws an exception if there is one.
checkModel() - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
checkOid(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
 
checkPrePost(Interaction) - Method in class org.objectweb.jac.aspects.integrity.PrePostWrapper
This wrapping method checks if pre and post conditions are validated for modified fields.
checkStorage() - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
Throw an exception if storage is null or invalid
checkUnload() - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
This method is a callback for the timer that defines the max idle time.
childAdded(SyntaxElement) - Method in class org.objectweb.jac.core.parsers.acc.NonTerminal
 
ChoiceListener - interface org.objectweb.jac.aspects.gui.web.ChoiceListener.
 
CLASS - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
CLASS - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
ClassAppearenceGuiConf - interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf.
This configuration interface of the Gui aspect defines all the methods that handle the appearence of the classes in the GUI.
ClassChooser - class org.objectweb.jac.aspects.gui.ClassChooser.
Used to choose a class to instantiate
ClassChooser(ClassItem) - Constructor for class org.objectweb.jac.aspects.gui.ClassChooser
 
Classes - class org.objectweb.jac.util.Classes.
 
Classes() - Constructor for class org.objectweb.jac.util.Classes
 
classID - Variable in class org.objectweb.jac.aspects.persistence.StorageField
 
ClassInfo - class org.objectweb.jac.core.rtti.ClassInfo.
 
ClassInfo() - Constructor for class org.objectweb.jac.core.rtti.ClassInfo
 
classIsToBeAdapted(String) - Static method in class org.objectweb.jac.core.JacLoader
Tell wether a class is to be adapted or not.
ClassItem - class org.objectweb.jac.core.rtti.ClassItem.
This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
ClassItem.AmbiguousMethodNameException - exception org.objectweb.jac.core.rtti.ClassItem.AmbiguousMethodNameException.
The exception that is thrown when the accessed method has some synonymes (methods with same names but different parameter types).
ClassItem.AmbiguousMethodNameException() - Constructor for class org.objectweb.jac.core.rtti.ClassItem.AmbiguousMethodNameException
 
ClassItem.AmbiguousMethodNameException(String) - Constructor for class org.objectweb.jac.core.rtti.ClassItem.AmbiguousMethodNameException
 
ClassItem(Class) - Constructor for class org.objectweb.jac.core.rtti.ClassItem
Default contructor to create a new class item object.
classLoader - Static variable in class org.objectweb.jac.core.Jac
The Javassist class loader.
className - Variable in class org.objectweb.jac.core.rtti.InvokeInfo
 
ClasspathResource - class org.objectweb.jac.aspects.gui.web.ClasspathResource.
 
ClasspathResource() - Constructor for class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
ClasspathResource(String) - Constructor for class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
classRepository - Static variable in class org.objectweb.jac.core.rtti.ClassRepository
Store the sole instance of class repository.
ClassRepository - class org.objectweb.jac.core.rtti.ClassRepository.
This class defines the class repository of the rtti aspect.
ClassRepository() - Constructor for class org.objectweb.jac.core.rtti.ClassRepository
The default constructor will set the classRepository field to the right value (singleton pattern).
classRepositoryName - Static variable in class org.objectweb.jac.core.dist.DistdClassLoader
The class repository site.
cleanDirectory(File) - Static method in class org.objectweb.jac.core.Jac
This method is internally used to clean the cache directory of the translated classes (to use the cache, use the -w option and clean it with the -c option).
cleanup() - Method in class org.objectweb.jac.aspects.gui.web.JacLocalServlet.ActionThread
Cleanup instance variables so that no views are kept i memory
clear() - Method in class org.objectweb.jac.util.WeakHashMap
Removes all mappings from this map.
clear() - Method in class org.objectweb.jac.util.AbstractMap
Removes all mappings from this map (optional operation).
clear() - Method in class org.objectweb.jac.aspects.gui.WrappableMap
 
clear() - Method in class org.objectweb.jac.aspects.user.Profile
Clear all rules
clear(Interaction) - Method in class org.objectweb.jac.aspects.persistence.SetWrapper
Remove all instances from the collection
clear(Interaction) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
Remove all instances from the collection
clear(Interaction) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
Remove all instances from the collection
clear(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
Remove all instances from the collection
clear(Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Clears the collection on the given object.
clearBaseWords() - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
clearCache(Interaction) - Method in class org.objectweb.jac.wrappers.CacheWrapper
Clear the cache.
clearCellEditors() - Method in class org.objectweb.jac.aspects.gui.web.Table
Removes editors of embedded added object
clearCurrentSessionAttribute(String) - Method in class org.objectweb.jac.aspects.session.SessionWrapper
Removes a session attribute.
clearCurrentSessionAttribute(String) - Method in class org.objectweb.jac.aspects.session.SessionAC
 
clearDefaultEditors() - Method in class org.objectweb.jac.aspects.gui.web.Table
Removes editors of embedded added object
clearEmbeddedEditors() - Method in class org.objectweb.jac.aspects.gui.web.Table
Removes editors of embedded added object
clearKeywords() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
clearList(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove all objects from a list.
clearList(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
clearList(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
clearMap(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove all objects from a set.
clearMap(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
clearMap(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
clearMethods() - Method in class org.objectweb.jac.core.rtti.FieldItem
Remove accessing and writing methods
clearMethods() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Clears all the methods that has been set to be removers or adders for this collection item.
clearProfile(String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Use this config method to clear a profile so that it can be reinitialized from the config file.
clearProfile(String) - Method in class org.objectweb.jac.aspects.user.UserAC
Use this config method to clear a profile so that it can be reinitialized from the config file.
clearSet(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove all objects from a set.
clearSet(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
clearSet(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
ClientServerConsistencyWrapper - class org.objectweb.jac.aspects.distribution.consistency.ClientServerConsistencyWrapper.
This wrapper implements a client-server consistency protocol.
ClientServerConsistencyWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.ClientServerConsistencyWrapper
An empty constructor for the Consistency class.
ClientServerConsistencyWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.ClientServerConsistencyWrapper
A friendly constructor for a client-server consistency wrapper.
clone() - Method in class org.objectweb.jac.util.SharedMap
 
clone() - Method in class org.objectweb.jac.util.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class org.objectweb.jac.core.ConfigMethod
 
clone(ClassItem) - Method in class org.objectweb.jac.core.rtti.FieldItem
 
clone(ClassItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
 
clone(Object) - Static method in class org.objectweb.jac.core.Wrapping
 
CLONED_FIELDS - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
close() - Method in interface org.objectweb.jac.core.Display
Closes this display.
close() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
close() - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
close() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
close() - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
close() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
close() - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
 
close() - Method in class org.objectweb.jac.aspects.gui.web.Table
 
close() - Method in class org.objectweb.jac.aspects.gui.web.AbstractPage
 
close() - Method in class org.objectweb.jac.aspects.gui.web.Panel
 
close() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
close() - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
close() - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
close() - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
 
close() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
close() - Method in class org.objectweb.jac.aspects.gui.TableModel
 
close() - Method in class org.objectweb.jac.aspects.gui.TemplateReader
 
close() - Method in interface org.objectweb.jac.aspects.gui.Model
Unregisters the model from the event it is currently listening to.
close() - Method in interface org.objectweb.jac.aspects.gui.View
Close this view.
close() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.SwingPanelView
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.ReferenceView
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
 
close() - Method in class org.objectweb.jac.aspects.gui.swing.SwingEmptyView
 
close() - Method in interface org.objectweb.jac.aspects.persistence.Storage
Closes the storage.
close() - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
close() - Method in class org.objectweb.jac.aspects.persistence.FSStorage
Safely close the storage.
closeWindow(View) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
closeWindow(View) - Method in interface org.objectweb.jac.aspects.gui.CustomizedDisplay
Close a window.
closeWindow(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
Collaboration - class org.objectweb.jac.core.Collaboration.
This class represents a set of contextual informations for a given thread of a running JAC system.
Collaboration() - Constructor for class org.objectweb.jac.core.Collaboration
Creates an new collaboration.
Collaboration(Collaboration) - Constructor for class org.objectweb.jac.core.Collaboration
Create a new Collaboration and initialiaze it's attribute from a parent Collaboration.
CollaborationInitializer - class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer.
 
CollaborationInitializer() - Constructor for class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer
 
CollaborationParticipant - interface org.objectweb.jac.core.CollaborationParticipant.
The classes that implement this interface are objects that can participate to a collaboration.
collection - Variable in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
collection - Variable in class org.objectweb.jac.aspects.gui.CollectionWrapper
The displayed collection.
COLLECTION_TYPE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
collectionContains(String, OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
collectionIndexArgument - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
CollectionItem - class org.objectweb.jac.core.rtti.CollectionItem.
This class defines a meta item that corresponds to a java.lang.reflect.Field meta element that is of an array, a collection, or a map type.
CollectionItem(Field, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.CollectionItem
Creates a CollectionItem for a real field
CollectionItem(String, List, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.CollectionItem
Creates a CollectionItem for an expression field.
CollectionItem(String, MethodItem, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.CollectionItem
Creates a CollectionItem for a calculated field.
CollectionItemView - class org.objectweb.jac.aspects.gui.web.CollectionItemView.
Component used to display elements of a collection, with "prev" and "next" buttons to go to the previous or next element of the collection easily.
CollectionItemView - class org.objectweb.jac.aspects.gui.CollectionItemView.
Defines a generic member view (is embedded, ...)
CollectionItemView - class org.objectweb.jac.aspects.gui.swing.CollectionItemView.
 
CollectionItemView(CollectionItem, String) - Constructor for class org.objectweb.jac.aspects.gui.CollectionItemView
 
CollectionItemView(View, CollectionPosition, String, String[], View) - Constructor for class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
CollectionItemView(View, CollectionPosition, String, String[], View) - Constructor for class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
CollectionItemViewListener - interface org.objectweb.jac.aspects.gui.web.CollectionItemViewListener.
This interface defines a callbacks used when events occur on a collection.
CollectionListener - interface org.objectweb.jac.aspects.gui.web.CollectionListener.
This interface defines a callbacks used when events occur on a collection.
CollectionModel - interface org.objectweb.jac.aspects.gui.CollectionModel.
An abstract representation of a collection.
CollectionPosition - class org.objectweb.jac.aspects.gui.CollectionPosition.
A class that represents a position in a given collection.
CollectionPosition(CollectionView, CollectionItem, int, Object) - Constructor for class org.objectweb.jac.aspects.gui.CollectionPosition
Constructs a new position.
CollectionSelector - class org.objectweb.jac.aspects.gui.web.CollectionSelector.
Selects objects from a collection with check boxes
CollectionSelector(String) - Constructor for class org.objectweb.jac.aspects.gui.web.CollectionSelector
 
CollectionUpdate - interface org.objectweb.jac.aspects.gui.CollectionUpdate.
This interface defines callback methods used to notify that a collection was updated (that is, an object was added to it or removed from it).
CollectionView - interface org.objectweb.jac.aspects.gui.CollectionView.
This interface implements common methods for view of collections.
CollectionWrapper - class org.objectweb.jac.aspects.gui.CollectionWrapper.
This class is just a wrappable delegator used to display collections.
CollectionWrapper - class org.objectweb.jac.aspects.persistence.CollectionWrapper.
Base class for collection wrappers
CollectionWrapper(AspectComponent, boolean) - Constructor for class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
CollectionWrapper(Collection) - Constructor for class org.objectweb.jac.aspects.gui.CollectionWrapper
Construct a new delegator.
column - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
ComboBoxModel - class org.objectweb.jac.aspects.gui.ComboBoxModel.
This is an abstract representation of a combo box.
ComboBoxModel() - Constructor for class org.objectweb.jac.aspects.gui.ComboBoxModel
The constructor for an independent combobox model.
ComboBoxModel(CollectionItem, Object) - Constructor for class org.objectweb.jac.aspects.gui.ComboBoxModel
The constructor for a combobox model that is linked to a collection (values will be consistent).
COMMA - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
COMMA - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
commit() - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
Commit editing by calling the setter method.
commit() - Method in interface org.objectweb.jac.aspects.gui.web.HTMLEditor
Commit the change made on the field by calling the setter method.
commit() - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
commit() - Method in interface org.objectweb.jac.aspects.gui.FieldEditor
Commits the changes in this editor.
commit() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
Commit editing by calling the setter method.
commit() - Method in interface org.objectweb.jac.aspects.persistence.Storage
Commit started transaction
commit() - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
commit() - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
commit(Wrappee, Integer) - Method in class org.objectweb.jac.aspects.transaction.DispatchTransactionWrapper
Commits the transaction on the wrappee (role method).
CompactList - class org.objectweb.jac.aspects.gui.web.CompactList.
 
CompactList - class org.objectweb.jac.aspects.gui.swing.CompactList.
Base class to implement ListView and TableView
CompactList() - Constructor for class org.objectweb.jac.aspects.gui.web.CompactList
 
CompactList(ViewFactory, DisplayContext, CollectionItem, Object, CollectionModel) - Constructor for class org.objectweb.jac.aspects.gui.swing.CompactList
 
CompactList(ViewFactory, DisplayContext, CollectionItem, Object, CollectionModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.web.CompactList
 
compare(int, int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
compareRowsByColumn(int, int, int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
CompletionEngine - class org.objectweb.jac.aspects.gui.swing.CompletionEngine.
This class must be subclassed to implement specific completion engines for code editors.
CompletionEngine() - Constructor for class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
componentAdded(ContainerEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
componentAdded(ContainerEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
componentRemoved(ContainerEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
componentRemoved(ContainerEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
componentType - Variable in class org.objectweb.jac.core.rtti.CollectionItem
 
CompositeAspectComponent - class org.objectweb.jac.core.CompositeAspectComponent.
This class is the root class for the composite aspect components defined by JAC aspect programmers.
CompositeAspectComponent() - Constructor for class org.objectweb.jac.core.CompositeAspectComponent
The default constructor.
CompositeView - interface org.objectweb.jac.aspects.gui.CompositeView.
This view is a composite view (i.e.
compositeViewIsEmpty(CompositeView) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Returns true is the CompositeView contains a view other than CompositeView.
compositionAspect - Static variable in class org.objectweb.jac.core.JacPropLoader
 
CompositionAspect - class org.objectweb.jac.core.CompositionAspect.
This special aspect component is used by the system to solve inter-aspect composition issues.
CompositionAspect() - Constructor for class org.objectweb.jac.core.CompositionAspect
The default contructor (reads the jac.prop file to initialize the composition aspect).
compositionAspectProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The jac.prop property string to set the composition aspect class name.
CONDITION - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
conf - Variable in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
ConfigMethod - class org.objectweb.jac.core.ConfigMethod.
This class represents configuration methods for aspect components.
ConfigMethod(String, Object[]) - Constructor for class org.objectweb.jac.core.ConfigMethod
 
ConfigMethod(String, Object[], String) - Constructor for class org.objectweb.jac.core.ConfigMethod
 
configure() - Method in class org.objectweb.jac.core.ACConfiguration
Configures the aspect component.
configure(String, String) - Method in class org.objectweb.jac.core.AspectComponent
Configures this aspect component with a given configuration file.
configures(String) - Method in class org.objectweb.jac.core.Application
Tells if this application configures a given aspect component.
configureStorage(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Specify which storage class to use and the parameters to use to instanciate it.
configureStorage(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
confirm(Interaction) - Method in class org.objectweb.jac.aspects.confirmation.ConfirmationAC.ConfirmationWrapper
The wrapping method.
confirm(String, String, String) - Method in class org.objectweb.jac.aspects.confirmation.ConfirmationAC
 
confirm(String, String, String) - Method in interface org.objectweb.jac.aspects.confirmation.ConfirmationConf
This configuration method allows the user to set some methods to be confirmed.
ConfirmationAC - class org.objectweb.jac.aspects.confirmation.ConfirmationAC.
The confirmation aspect implementation (allows the user to add confirmation popups before committing.
ConfirmationAC.ConfirmationWrapper - class org.objectweb.jac.aspects.confirmation.ConfirmationAC.ConfirmationWrapper.
A confirmation wrapper that wraps methods to show a confirmation message box before actually performing the call.
ConfirmationAC.ConfirmationWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.confirmation.ConfirmationAC.ConfirmationWrapper
 
ConfirmationAC() - Constructor for class org.objectweb.jac.aspects.confirmation.ConfirmationAC
 
ConfirmationConf - interface org.objectweb.jac.aspects.confirmation.ConfirmationConf.
The confirmation aspect implementation (allows the user to add confirmation popups before committing.
Consistency - class org.objectweb.jac.aspects.distribution.consistency.Consistency.
This class handles any type of consistency protocol on a replicaction group.
Consistency(Class, int, int[]) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.Consistency
Creates a new consistency.
ConsistencyAC - class org.objectweb.jac.aspects.distribution.ConsistencyAC.
This aspect component provides some consistency protocols that can be settled on a set of replicas.
ConsistencyAC() - Constructor for class org.objectweb.jac.aspects.distribution.ConsistencyAC
 
ConsistencyConf - interface org.objectweb.jac.aspects.distribution.ConsistencyConf.
This aspect component provides some consistency protocols that can be settled on a set of replicas.
ConsistencyWrapper - class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper.
This wrapper class is the base class for all the consistency wrappers that implement a consistency protocol.
ConsistencyWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Default constructor.
ConsistencyWrapper(AspectComponent, Class, String[], String[], String[], String) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Contructor for initialization.
Constants - class org.objectweb.jac.aspects.gui.Constants.
 
Constants() - Constructor for class org.objectweb.jac.aspects.gui.Constants
 
constraint - Variable in class org.objectweb.jac.aspects.integrity.Constraint
 
Constraint - class org.objectweb.jac.aspects.integrity.Constraint.
 
Constraint(FieldItem, int) - Constructor for class org.objectweb.jac.aspects.integrity.Constraint
 
ConstraintDescriptor - class org.objectweb.jac.aspects.integrity.ConstraintDescriptor.
Just a simple container to transmit data in ConstraintWrapper
ConstraintDescriptor(MethodItem, Object[], String) - Constructor for class org.objectweb.jac.aspects.integrity.ConstraintDescriptor
 
CONSTRAINTS - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
CONSTRAINTS - Static variable in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
constraintToString(int) - Static method in class org.objectweb.jac.aspects.integrity.Constraint
 
ConstraintWrapper - class org.objectweb.jac.aspects.integrity.ConstraintWrapper.
This wrapper provides a constraints scheme to limit fields modifications.
ConstraintWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.integrity.ConstraintWrapper
 
construct() - Method in class org.objectweb.jac.aspects.gui.web.Panel
 
construct() - Method in class org.objectweb.jac.aspects.gui.swing.SwingPanelView
 
ConstructorItem - class org.objectweb.jac.core.rtti.ConstructorItem.
This class defines a meta item that corresponds to the java.lang.reflect.Constructor meta element.
ConstructorItem(Constructor, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.ConstructorItem
Default contructor to create a new constructor item object.
consume(Instruction) - Method in class org.objectweb.jac.core.translators.VMStack
Consume values from the stack for the given instruction
container - Variable in class org.objectweb.jac.aspects.gui.HandlerResult
 
Container - class org.objectweb.jac.aspects.gui.web.Container.
 
Container(int) - Constructor for class org.objectweb.jac.aspects.gui.web.Container
 
containers - Variable in class org.objectweb.jac.core.dist.Topology
Store the containers of the topology.
containers - Static variable in class org.objectweb.jac.core.dist.Distd
Containers hold by the current daemon.
contains(Interaction) - Method in class org.objectweb.jac.aspects.persistence.SetWrapper
 
contains(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
contains(Object[]) - Method in class org.objectweb.jac.core.WrappingChain
 
contains(Object[], Object) - Static method in class org.objectweb.jac.util.ExtArrays
Tells wether an array of objects contains a given value
contains(Object, Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Tells wether an object's collection contains an given object
contains(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
Check if a named part is present
containsContainer(RemoteContainer) - Static method in class org.objectweb.jac.core.dist.Distd
Test whether the daemon contains a given container.
containsKey(Interaction) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
containsKey(Object) - Method in class org.objectweb.jac.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.objectweb.jac.util.LinkedMap
 
containsKey(Object) - Method in class org.objectweb.jac.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class org.objectweb.jac.aspects.gui.Menu
Returns true if this menu contains a given element.
containsLocal() - Method in class org.objectweb.jac.core.dist.Topology
Tells if the current topology contains the local container.
containsValue(Interaction) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
containsValue(Object) - Method in class org.objectweb.jac.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.objectweb.jac.util.AbstractMap
Returns true if this map maps one or more keys to this value.
context - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
context - Variable in class org.objectweb.jac.aspects.gui.AppletView
 
CONTEXTUAL_LABEL - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
CONTEXTUAL_PROFILE - Static variable in class org.objectweb.jac.aspects.user.UserAC
 
CONTEXTUAL_TO_STRING - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
CONTEXTUAL_TOOLTIP - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
controlAttribute(Object, MetaItem, String, Object) - Method in interface org.objectweb.jac.core.rtti.AttributeController
 
controlAttribute(Object, MetaItem, String, Object) - Method in class org.objectweb.jac.aspects.user.UserAC
This method controls the access to a given meta item of the RTTI.
convertArray(Object[], Class) - Static method in class org.objectweb.jac.core.ACConfiguration
 
convertPrimitiveArray(Object) - Static method in class org.objectweb.jac.util.Classes
Convert an array of a primitive type to an array of Object.
convertValue(Object, Class) - Static method in class org.objectweb.jac.core.ACConfiguration
 
copy() - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
copy() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Preformes a copy action on the JJAvaPane.
copy(int, String[], byte[][]) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainer
Copy a state into a base object.
copy(int, String[], Object[]) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainerStub
Copy a state into a base object.
copy(String, int, String[], byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
Copy a state into a base object.
copy(String, int, String[], byte[], byte[]) - Method in interface org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf
Copy a state into a base object.
copy(String, int, String[], byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
Copy a state into a base object.
copy(String, int, String[], byte[], byte[]) - Method in class org.objectweb.jac.core.dist.RemoteContainer
Copy a state into a base object.
CopyResource - class org.objectweb.jac.util.res.CopyResource.
 
CopyResource() - Constructor for class org.objectweb.jac.util.res.CopyResource
 
CORBADistd - class org.objectweb.jac.core.dist.corba.CORBADistd.
CORBADistd is a jac daemon that support the IIOP communication protocol.
CORBADistd(String[]) - Constructor for class org.objectweb.jac.core.dist.corba.CORBADistd
The is the main constructor.
CORBARemoteContainer - class org.objectweb.jac.core.dist.corba.CORBARemoteContainer.
CORBARemoteContainer is a container for remote objects that can be accessed with CORBA.
CORBARemoteContainer(boolean) - Constructor for class org.objectweb.jac.core.dist.corba.CORBARemoteContainer
Create a new container.
CORBARemoteContainer(String, boolean) - Constructor for class org.objectweb.jac.core.dist.corba.CORBARemoteContainer
Create a new container.
CORBARemoteContainerStub - class org.objectweb.jac.core.dist.corba.CORBARemoteContainerStub.
CORBARemoteContainerStub acts as a client stub to access a remote container.
CORBARemoteContainerStub(CORBARemoteContainerInterf) - Constructor for class org.objectweb.jac.core.dist.corba.CORBARemoteContainerStub
Create a new remote container stub.
CORBARemoteRef - class org.objectweb.jac.core.dist.corba.CORBARemoteRef.
CORBARemoteRef stores the reference of a remote object that can be accessed by the CORBA/IIOP protocol.
CORBARemoteRef() - Constructor for class org.objectweb.jac.core.dist.corba.CORBARemoteRef
 
cosNamingEntryType - Static variable in class org.objectweb.jac.core.dist.corba.CORBARemoteRef
The string used to identify the type of objects registered in the COS Naming.
cosNamingEntryType - Static variable in class org.objectweb.jac.core.dist.corba.CORBADistd
The string used to identify the type of objects registered in the COS Naming.
count - Variable in class org.objectweb.jac.util.Semaphore
The available resources count.
countChar(char, int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns the number of a char in a the text between to positions.
countContainers() - Method in class org.objectweb.jac.core.dist.Topology
Returns the number of containers in this topology.
counter - Variable in class org.objectweb.jac.wrappers.LimiterWrapper
Store the counter of the limiter.
Counter - class org.objectweb.jac.aspects.tracing.Counter.
The functional part of the counting aspect: a counter object.
COUNTER - Static variable in class org.objectweb.jac.aspects.idGen.IdGenAC
 
Counter() - Constructor for class org.objectweb.jac.aspects.tracing.Counter
 
Counters - class org.objectweb.jac.aspects.idGen.Counters.
Stores counters
Counters() - Constructor for class org.objectweb.jac.aspects.idGen.Counters
 
CREATABLE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
create(ClassItem, Display) - Method in class org.objectweb.jac.aspects.gui.InputWrapper
This method performs all the inputs operations for an instance creation.
create(String) - Static method in class org.objectweb.jac.core.dist.RemoteRef
This class method returns a new RemoteRef object.
create(String, Object) - Static method in class org.objectweb.jac.core.dist.RemoteRef
Create a remote reference from a local JAC object (in order, for example, to transmit it to a remote container).
create(String, RemoteContainer, int) - Static method in class org.objectweb.jac.core.dist.RemoteRef
This class method returns a remote reference for an existing remote JAC object.
createAsynchronousStubsFor(String, String, String) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
 
createAsynchronousStubsFor(String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.DeploymentConf
This configuration method creates the stubs with an asynchronous type (org.objectweb.jac.core.dist.NonBlockingStubWrapper).
createCompositeView(String, String, DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
 
createCompositeView(String, String, Object[], DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
 
createDelegator(Class) - Static method in class org.objectweb.jac.util.WrapLib
Creates a class that present the same interface that the original class but that delegates all the work to an instance of the original class.
createDisplay(String, Class, ViewFactory) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
This configuration method creates a new display and registers its.
createEditor(String, String, Object[], DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
 
createIcon(String) - Static method in class org.objectweb.jac.aspects.gui.ResourceManager
Creates an icon from a path string.
createInputDialog(Object, AbstractMethodItem, Object[], DisplayContext) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
 
createMenu(ViewFactory, DisplayContext, Menu) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Creates a menu in a a customized gui.
createNameReps() - Method in class org.objectweb.jac.core.dist.Topology
Creates the remote references on the name repositories.
createObject(String) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Create an object in the storage.
createObject(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
Creates a new object using a PostgreSQL sequance.
createObject(String) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
createObjectView(String, Object, DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
Creates a view for an object, using the most specific view constructor available for the type of the object.
createObjectView(String, Object, Object, FieldItem, DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
Creates a view for an object, using the most specific view constructor available for the type of the object.
createObjectView(ViewFactory, DisplayContext, ObjectView, Object, String) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Create a view of an object, including only the attributes of a category.
createObjectView(ViewFactory, DisplayContext, String, Object) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Creates a view on an object.
createObjectViewNoTab(ViewFactory, DisplayContext, Object) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Creates a view of an object (containing no tabs).
createParameters(ViewFactory, DisplayContext, AbstractMethodItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Create a view containing editor components for the parameters of a method
createPathString(Collection) - Static method in class org.objectweb.jac.util.Strings
Create a path string, using the appropriate path separator
createReferenceEditor(ViewFactory, DisplayContext, Object, FieldItem, String, ClassItem, Predicate, boolean, boolean) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
A generic view builder for a reference editor.
createRemoteAccess(String, String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.RemoteAccessConf
This conficuration method creates remote-access stubs for the objects matching names and classes on a server host.
createRemoteAccess(String, String, String, String) - Method in class org.objectweb.jac.aspects.distribution.RemoteAccessAC
 
createStubsFor(String, String, String) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
 
createStubsFor(String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.DeploymentConf
This configuration method creates the stubs with the default type (org.objectweb.jac.core.dist.StubWrapper).
createSwingDisplays(String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
createThumb(byte[], int, int, int, OutputStream) - Static method in class org.objectweb.jac.util.Thumbnail
Create a reduced jpeg version of an image.
createThumb(Image, int, int, int, OutputStream) - Static method in class org.objectweb.jac.util.Thumbnail
Create a scaled jpeg of an image.
createThumbArray(byte[], int, int, int) - Static method in class org.objectweb.jac.util.Thumbnail
Create a reduced jpeg version of an image.
createTypedStubsFor(String, String, String, String) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
 
createTypedStubsFor(String, String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.DeploymentConf
This configuration method creates remote-access stubs for the object called name on all the client-hosts defined by the hosts expression.
createView(String, String, DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
 
createView(String, String, Object[], DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
Create a view of a given type.
createView(String, String, String[], DisplayContext) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
Convert Strings into the type expected by the view constructor.
createWebDisplays(String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
CREATION_ALLOWED_PARAMETERS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
CREATION_ATTRIBUTES_ORDER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
cur_AC - Variable in class org.objectweb.jac.core.Interaction
 
Currency - class org.objectweb.jac.aspects.gui.Currency.
Holds information about a currency: its name, display precision and change rate.
Currency(String, int, double) - Constructor for class org.objectweb.jac.aspects.gui.Currency
Constructs the currency.
CurrencyEditor - class org.objectweb.jac.aspects.gui.swing.CurrencyEditor.
A Swing editor component for fields values (primitive types).
CurrencyEditor(Class) - Constructor for class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
Constructs a new primitive field editor.
CurrencyViewer - class org.objectweb.jac.aspects.gui.swing.CurrencyViewer.
A Swing viewer for the currency abstract type.
CurrencyViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.CurrencyViewer
 
Customized - class org.objectweb.jac.aspects.gui.web.Customized.
 
Customized(ViewFactory, DisplayContext, CustomizedGUI, Map) - Constructor for class org.objectweb.jac.aspects.gui.web.Customized
Builds a customized view.
CustomizedDisplay - interface org.objectweb.jac.aspects.gui.CustomizedDisplay.
Defines a display which contains customized GUI windows.
CustomizedGUI - class org.objectweb.jac.aspects.gui.CustomizedGUI.
This interface allows the programmer to create simple customized GUIs.
CustomizedGUI(String) - Constructor for class org.objectweb.jac.aspects.gui.CustomizedGUI
Creates a new customized GUI.
CustomizedView - interface org.objectweb.jac.aspects.gui.CustomizedView.
 
cut() - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
cut() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Preformes a cut action on the SHEditor.

D

DataSource - class org.objectweb.jac.aspects.distrans.DataSource.
A struct to hold data source name data.
DataSource(String, String, String, String) - Constructor for class org.objectweb.jac.aspects.distrans.DataSource
 
DATE_FORMAT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DateEditor - class org.objectweb.jac.aspects.gui.web.DateEditor.
HTML editor and viewer for dates.
DateEditor - class org.objectweb.jac.aspects.gui.swing.DateEditor.
A Swing editor component for date values.
DateEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.DateEditor
 
DateEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.DateEditor
Constructs a new date editor.
DATEHOUR_FORMAT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DateHourEditor - class org.objectweb.jac.aspects.gui.web.DateHourEditor.
HTML editor for dates.
DateHourEditor - class org.objectweb.jac.aspects.gui.swing.DateHourEditor.
A Swing editor component for date values.
DateHourEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.DateHourEditor
 
DateHourEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.DateHourEditor
Constructs a new date editor.
DateHourViewer - class org.objectweb.jac.aspects.gui.web.DateHourViewer.
 
DateHourViewer - class org.objectweb.jac.aspects.gui.swing.DateHourViewer.
A Swing viewer component for date values.
DateHourViewer() - Constructor for class org.objectweb.jac.aspects.gui.web.DateHourViewer
 
DateHourViewer() - Constructor for class org.objectweb.jac.aspects.gui.swing.DateHourViewer
 
DateHourViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.DateHourViewer
 
DateHourViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.DateHourViewer
Constructs a new date editor.
DateStringConverter - class org.objectweb.jac.aspects.persistence.DateStringConverter.
String converter for java.util.Date.
DateStringConverter() - Constructor for class org.objectweb.jac.aspects.persistence.DateStringConverter
 
DateViewer - class org.objectweb.jac.aspects.gui.web.DateViewer.
 
DateViewer - class org.objectweb.jac.aspects.gui.swing.DateViewer.
A Swing viewer component for date values.
DateViewer() - Constructor for class org.objectweb.jac.aspects.gui.web.DateViewer
 
DateViewer() - Constructor for class org.objectweb.jac.aspects.gui.swing.DateViewer
 
DateViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.DateViewer
 
DateViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.DateViewer
Constructs a new date editor.
db - Variable in class org.objectweb.jac.aspects.persistence.SQLStorage
The SQL connection to the database that is use by this storage.
debugger - Variable in class org.objectweb.jac.aspects.tracing.DebuggingWrapper
The actual debugger.
Debugger - class org.objectweb.jac.aspects.tracing.Debugger.
This class is a simple debugger that can by used by a program to step the called methods and print some informations.
Debugger() - Constructor for class org.objectweb.jac.aspects.tracing.Debugger
The debugger constructor.
DebuggingAC - class org.objectweb.jac.aspects.tracing.DebuggingAC.
Implements a simple debugging aspect for JAC applications.
DebuggingAC() - Constructor for class org.objectweb.jac.aspects.tracing.DebuggingAC
 
DebuggingWrapper - class org.objectweb.jac.aspects.tracing.DebuggingWrapper.
This wrapper upcalls the debugger when a method that have to be debugged is called and returns.
DebuggingWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.tracing.DebuggingWrapper
The wrapper constructor.
dec(Interaction) - Method in class org.objectweb.jac.wrappers.LimiterWrapper
This wrapping method decrements the limiter counter and calls the wrappee method.
decide() - Method in class org.objectweb.jac.aspects.distrans.EndTransactionWrapper
Method to decide whether the transaction is to be commited or rollbacked.
declareAC(String, String) - Method in class org.objectweb.jac.core.ACManager
Declares a new aspect component.
declareAssociation(ClassItem, String, ClassItem, String) - Method in interface org.objectweb.jac.aspects.integrity.IntegrityConf
Declares an association made of two roles.
declareAssociation(ClassItem, String, ClassItem, String) - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
declareCalculatedField(ClassItem, String, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
declareCalculatedField(ClassItem, String, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Declare a calculated field, which is a field with only a getter and no actual field.
declareConstraint(ClassItem, String, FieldItem, String) - Method in interface org.objectweb.jac.aspects.integrity.IntegrityConf
Declare a referential integrity contraint.
declareConstraint(ClassItem, String, FieldItem, String) - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
declareCurrency(String, int, double) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Declare a currency and it's change rate with the default currency
declareCurrency(String, int, double) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
declaredACs - Variable in class org.objectweb.jac.core.ACManager
Stores all the declared aspect components.
declaredACs - Static variable in class org.objectweb.jac.core.JacPropLoader
Stores all the declared aspect components.
declareDirectionalAssociation(ClassItem, String, ClassItem, String) - Method in interface org.objectweb.jac.aspects.integrity.IntegrityConf
Same as declareAssociation but integrity will only take place when the field of classA is modified.
declareDirectionalAssociation(ClassItem, String, ClassItem, String) - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
declareProfile(String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Declares a new profile (that has no parent).
declareProfile(String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
declareProfile(String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Declares a new profile that inherits from the caracteristics of its parent.
declareProfile(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
declareRepository(String, CollectionItem, FieldItem) - Method in interface org.objectweb.jac.aspects.integrity.IntegrityConf
This method declares a repository collection.
declareRepository(String, CollectionItem, FieldItem) - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
declareStoredAttributes(String[]) - Method in class org.objectweb.jac.aspects.session.SessionAC
 
declareStoredAttributes(String[]) - Method in interface org.objectweb.jac.aspects.session.SessionConf
Add some attributes to the list of attributes of the context to be saved and restored by the session aspect.
declareView(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
declareView(ClassItem, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
decode(char[]) - Static method in class org.objectweb.jac.util.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decode(String) - Static method in class org.objectweb.jac.util.Base64
 
DEF_SORT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DEFAULT_REQUEST_TIMEOUT - Static variable in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
DEFAULT_VALUES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DEFAULT_VIEW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
Name of the default generic object view
DefaultCompletionEngine - class org.objectweb.jac.aspects.gui.swing.DefaultCompletionEngine.
This class implements a default completion engines for editors.
DefaultCompletionEngine() - Constructor for class org.objectweb.jac.aspects.gui.swing.DefaultCompletionEngine
 
DefaultDocumentInterpreter - class org.objectweb.jac.core.parsers.xml.DefaultDocumentInterpreter.
 
DefaultDocumentInterpreter() - Constructor for class org.objectweb.jac.core.parsers.xml.DefaultDocumentInterpreter
 
DEFAULTS_ATTRIBUTES_ORDER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
defaultShowRowNumbers - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
defaultSortOrder() - Method in class org.objectweb.jac.aspects.gui.TableSorter
Sets the sort column for the collection from the context or from RTTI configuration.
deferClass(String) - Method in class org.objectweb.jac.core.JacLoader
Tells wether to defer loading of a class to the parent ClassLoader
defineAdministrator(String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Create an administrator user.
defineAdministrator(String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
defineDataSource(String, String, String, String, String) - Method in class org.objectweb.jac.aspects.distrans.persistence.PersistenceAC
Define a data source name that will be later on used by the remaining configuration methods of this AC.
defineEnum(String, String[], int, int) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Define an enumeration.
defineEnum(String, String[], int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
defineHabilitation(ClassItem, MethodItem) - Method in interface org.objectweb.jac.aspects.user.UserConf
Defines a contextual habilitation test for instances of given class (This is a generic method to be used when the habilitation does not fit any simple scheme).
defineHabilitation(ClassItem, MethodItem) - Method in class org.objectweb.jac.aspects.user.UserAC
 
defineHabilitation(MethodItem) - Method in interface org.objectweb.jac.aspects.user.UserConf
Defines a contextual habilitation test (this is a generic method to be used when the habilitation does not fit any simple scheme).
defineHabilitation(MethodItem) - Method in class org.objectweb.jac.aspects.user.UserAC
 
defineMaxIdleCheckPeriod(long) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Defines the period that is used to check that the collection max idle time has not been reached.
defineMaxIdleCheckPeriod(long) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
definePerSessionObjects(String, String) - Method in class org.objectweb.jac.aspects.session.SessionAC
 
definePerSessionObjects(String, String) - Method in interface org.objectweb.jac.aspects.session.SessionConf
This configuration method defines per-session objects.
definePrimaryKey(CollectionItem, String[]) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
definePrimaryKey(CollectionItem, String[]) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Defines primary keys for a collection.
defineRepository(ClassItem, String, CollectionItem) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
defineRepository(ClassItem, String, CollectionItem) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Declare a repository to which all instances of type will be automatically added.
defineResource(String, String) - Static method in class org.objectweb.jac.aspects.gui.ResourceManager
Define a resource.
defineResource(String, String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method allows the user to define new resources that can be used by the GUI later-on.
defineResource(String, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
The wrapper that logs methods into a Swing console.
defines(String) - Static method in class org.objectweb.jac.core.Wrapper
Returns true if the method is defined in the wrapper class.
defines(String) - Static method in class org.objectweb.jac.core.AspectComponent
Returns true if the method is defined in the aspect component class.
defineSessionHandlers(String, String, String) - Method in class org.objectweb.jac.aspects.session.SessionAC
 
defineSessionHandlers(String, String, String) - Method in interface org.objectweb.jac.aspects.session.SessionConf
This configuration method tells which methods of which objects must handdle the sessions (wrapped by the session wrapper).
defineTimer(long, MethodItem, Object[]) - Method in class org.objectweb.jac.core.AspectComponent
A common configuration method that defines a timer and its callback.
defineTransactionalMethods(String, String, String) - Method in interface org.objectweb.jac.aspects.transaction.TransactionConf
Tells which methods of which objects must be transactional.
defineTransactionalMethods(String, String, String) - Method in class org.objectweb.jac.aspects.transaction.TransactionAC
 
delegate - Variable in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
The remote container to which most of the job is delegated.
delegate - Variable in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
The RMI stub where the job is to be delegated.
delegate - Variable in class org.objectweb.jac.core.dist.corba.CORBARemoteContainerStub
The CORBA stub where the job is to be delegated.
delegate - Variable in class org.objectweb.jac.core.rtti.MetaItemDelegate
Stores the corresponding jav.lang.reflect meta item.
DELETE_CASCADE - Static variable in class org.objectweb.jac.aspects.integrity.Constraint
 
delete() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
delete(Wrappee) - Static method in class org.objectweb.jac.core.ObjectRepository
This method deletes the given JAC object by removing it from the different collections it has been inserted into by the system.
deleteName(String) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Delete a name from the storage.
deleteName(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
deleteName(String) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
deleteObject(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Delete an object from the storage.
deleteObject(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
deleteObject(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
delimitPersistentSession(String, String, String, String, String, String, String) - Method in class org.objectweb.jac.aspects.hibernate.HibernateAC
Delimit a persistent session with Hibernate.
delimitTransaction(String, String, String, String, String, String, String, String) - Method in class org.objectweb.jac.aspects.distrans.DisTransAC
Delimit a transaction.
DENY - Static variable in class org.objectweb.jac.aspects.user.Rule
 
dependentACs - Variable in class org.objectweb.jac.core.CompositionAspect
Store the dependent aspect component pairs.
dependentACs - Static variable in class org.objectweb.jac.core.JacPropLoader
Store the dependent aspect component pairs.
dependentACsProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the dependent property in the prop file.
deploy(Interaction) - Method in class org.objectweb.jac.aspects.distribution.DeploymentWrapper
Actually performs the deployment on a constructor interaction.
deploy(Object[]) - Method in class org.objectweb.jac.core.dist.Deployment
Equals to deploy( objects, false ).
deploy(Object[], boolean) - Method in class org.objectweb.jac.core.dist.Deployment
Deploys a set of JAC object that are centralized on the local host to the Topology.
deploy(RemoteRef[], Class, String[], String[], String[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.Consistency
Deploy the consistency on a set of remote objects.
deploy(String, String, String) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
Actually deploys an object with a target host expression.
deploy(String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.DeploymentConf
This configuration method creates a deployment rule that tells that the objects that match are deployed on a given remote container.
Deployment - class org.objectweb.jac.core.dist.Deployment.
This class deploies a set of objects on a set of host given a deployment mapping style (a function that gives the objects location in the topology).
Deployment(AspectComponent, Topology) - Constructor for class org.objectweb.jac.core.dist.Deployment
Creates a new deployment.
DeploymentAC - class org.objectweb.jac.aspects.distribution.DeploymentAC.
This aspect component implements a generic deployment aspect.
DeploymentAC() - Constructor for class org.objectweb.jac.aspects.distribution.DeploymentAC
 
DeploymentConf - interface org.objectweb.jac.aspects.distribution.DeploymentConf.
This aspect is configuration interface of the Deployment aspect.
DeploymentRule - class org.objectweb.jac.aspects.distribution.DeploymentRule.
A deployment rule parametrizes the deployment scheme of a set of objects identified by a regular expression.
DeploymentRule(AspectComponent, String, String, String, boolean) - Constructor for class org.objectweb.jac.aspects.distribution.DeploymentRule
Creates a new deployment rule in the general case.
DeploymentWrapper - class org.objectweb.jac.aspects.distribution.DeploymentWrapper.
This wrapper wraps constructors in order to deploy the objects on remote host(s) after their initialization.
DeploymentWrapper(AspectComponent, String, Boolean) - Constructor for class org.objectweb.jac.aspects.distribution.DeploymentWrapper
The constructor.
deployStruct(Object[]) - Method in class org.objectweb.jac.core.dist.Deployment
Equals to deployStruct( objects, false ).
deployStruct(Object[], boolean) - Method in class org.objectweb.jac.core.dist.Deployment
Deploys a set of JAC object that are centralized on the local host to the Topology.
description - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
DESCRIPTION - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
deserialize(byte[]) - Static method in class org.objectweb.jac.core.SerializedJacObject
Deserialize an object from an array of bytes.
deserialize(byte[]) - Static method in class org.objectweb.jac.core.utils.Lib
Deserialize an object from an array of bytes.
deserialize(byte[], Class) - Static method in class org.objectweb.jac.core.utils.Lib
Deserialize an object from an array of bytes.
deserializeArgs(byte[]) - Static method in class org.objectweb.jac.core.SerializedJacObject
Deserialize the arguments of a method.
DESKTOP_VIEW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DesktopView - class org.objectweb.jac.aspects.gui.swing.DesktopView.
This class defines a Swing component tree view for objects that are related to a root object through relations or collections.
DesktopView() - Constructor for class org.objectweb.jac.aspects.gui.swing.DesktopView
 
Dialog - class org.objectweb.jac.aspects.gui.web.Dialog.
An HTML page containing a View, and an OK and a close Button
Dialog - class org.objectweb.jac.aspects.gui.swing.Dialog.
This dialog is used to ask the parameters values when a method is called on a viewed JAC object.
Dialog(View, Object, String, String) - Constructor for class org.objectweb.jac.aspects.gui.web.Dialog
 
Dialog(View, Object, String, String) - Constructor for class org.objectweb.jac.aspects.gui.swing.Dialog
Construct a dialog window.
DialogListener - interface org.objectweb.jac.aspects.gui.web.DialogListener.
This interface defines events for a dialog window
dialogTimeout - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DialogView - interface org.objectweb.jac.aspects.gui.DialogView.
A dialog box interface.
diffFields(Wrappee, Wrappee) - Static method in class org.objectweb.jac.aspects.transaction.Merging
 
DimensionStringConverter - class org.objectweb.jac.aspects.persistence.DimensionStringConverter.
String converter for java.awt.Dimension.
DimensionStringConverter() - Constructor for class org.objectweb.jac.aspects.persistence.DimensionStringConverter
 
DIRECT_COLLECTION_METHODS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DirectoryEditor - class org.objectweb.jac.aspects.gui.swing.DirectoryEditor.
This is a special value editor that allows the user to nicely choose a directory on the local file system
DirectoryEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.DirectoryEditor
 
DirectoryURLEditor - class org.objectweb.jac.aspects.gui.swing.DirectoryURLEditor.
This is a special value editor that allows the user to nicely edit an URL.
DirectoryURLEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.DirectoryURLEditor
 
DISABLE_ADD_TO_REPOSITORY - Static variable in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
DISABLE_PRELOAD - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
disableCache(CollectionItem) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
This configuration method allows to disable the cache for a given collection.
disableCache(CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
disableDefaultConfigs(String) - Method in class org.objectweb.jac.core.CompositeAspectComponent
Invoke this method in the constructor in order to disable the application of the default configuration for a given child aspect component.
disableForwarding() - Method in class org.objectweb.jac.core.SerializedJacObject
Disable the forwarding.
disableRoleUpdate(FieldItem) - Static method in class org.objectweb.jac.aspects.integrity.RoleWrapper
Disable opposite role updating
disableStepping() - Method in class org.objectweb.jac.aspects.tracing.Debugger
Disable stepping.
dispatch(Interaction) - Method in class org.objectweb.jac.aspects.transaction.DispatchTransactionWrapper
Dispatches a call on a wrappee transaction-clone depending on the current transaction if any (if not, it performs a regular call).
DispatchTransactionWrapper - class org.objectweb.jac.aspects.transaction.DispatchTransactionWrapper.
This wrapper wraps all JAC objects that can be part of a transaction in order to dispatch the transactions to local clones and to commit them.
DispatchTransactionWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.transaction.DispatchTransactionWrapper
 
Display - interface org.objectweb.jac.core.Display.
This interface is an abstract description of how a display is defined in org.objectweb.jac.
DISPLAY_CONTEXT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
DISPLAY_LABEL - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
displayClassInfo(String) - Static method in class org.objectweb.jac.core.JacLoader
display some information about a class
Only use for debug purpose to verify that the class has been patched correctly.
DisplayContext - class org.objectweb.jac.aspects.gui.DisplayContext.
This class implements a display context.
DisplayContext(CustomizedDisplay, CustomizedView) - Constructor for class org.objectweb.jac.aspects.gui.DisplayContext
Construct a new display context from a display and a customized.
DisplayContext(CustomizedDisplay, Object) - Constructor for class org.objectweb.jac.aspects.gui.DisplayContext
Construct a new display context from a display and an existing window that can be of any type.
displayedValue() - Method in class org.objectweb.jac.aspects.gui.web.PrimitiveFieldEditor
 
displayLaunchingHelp() - Static method in class org.objectweb.jac.core.Jac
Print the help (displayed when the -h option is set).
displays - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
Stores the displays of the GUI (displayID -> display).
DistBootstrap - class org.objectweb.jac.aspects.distribution.bootstrap.DistBootstrap.
The following class bootstraps the Jac distributed system.
DistBootstrap() - Constructor for class org.objectweb.jac.aspects.distribution.bootstrap.DistBootstrap
 
Distd - class org.objectweb.jac.core.dist.Distd.
Distd is an abstract class for all daemon objects.
Distd(String[]) - Constructor for class org.objectweb.jac.core.dist.Distd
The is the main constructor of Distd.
DistdArray - class org.objectweb.jac.core.dist.utils.DistdArray.
DistdArray is an utility class used to marshall/unmarshall array objects in remote invocations.
DistdArray(String, int) - Constructor for class org.objectweb.jac.core.dist.utils.DistdArray
 
DistdClassLoader - class org.objectweb.jac.core.dist.DistdClassLoader.
DistdClassLoader is a class loader that load classes from a remote JAC container (the class repository site).
DistdClassLoader() - Constructor for class org.objectweb.jac.core.dist.DistdClassLoader
 
DisTransAC - class org.objectweb.jac.aspects.distrans.DisTransAC.
This AC implements some transactional behaviors for business methods.
DisTransAC() - Constructor for class org.objectweb.jac.aspects.distrans.DisTransAC
 
Div - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Basic Division
do_action(int, lr_parser, Stack, int) - Method in class org.objectweb.jac.core.parsers.acc.AccParser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
Invoke a user supplied parse action.
doAddToRepository(Interaction) - Method in class org.objectweb.jac.aspects.integrity.RepositoryWrapper
Disables addToRepository
doCheck() - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
Activates constraints checking.
DocumentInterpreter - interface org.objectweb.jac.core.parsers.xml.DocumentInterpreter.
 
doDelete(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Delete selected objects.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.objectweb.jac.aspects.gui.web.JacLocalServlet
 
doLoad(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.SetWrapper
 
doLoad(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
Really load the whole collection.
doLoad(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
doLoad(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
done() - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
Quit search tool, sets the position at the beginning of the found occurrence.
doNotAdaptClass(String) - Static method in class org.objectweb.jac.core.JacPropLoader
Returns true if the specified class matches the toNotAdapt property.
dontCare - Static variable in class org.objectweb.jac.core.translators.VMStack
 
dontTranslateFields - Static variable in class org.objectweb.jac.core.JacPropLoader
Store the classes whose fields must not be translated
dontTranslateFieldsProp - Static variable in class org.objectweb.jac.core.JacPropLoader
property name for classes whose fields must not be translated
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.objectweb.jac.aspects.gui.web.JacLocalServlet
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.DateEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.PrimitiveFieldEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.AttachmentEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.PasswordFieldEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.URLEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.TextEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.DateHourEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.IndexSelector
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.BooleanEditor
 
doReadValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
doRegister() - Method in class org.objectweb.jac.core.AspectComponent
This method is upcalled by the system when the aspect is actually registered in the AC manager.
doRegister() - Method in class org.objectweb.jac.core.CompositeAspectComponent
This method is upcalled by the system when the composite aspect is actually registered in the AC manager.
doUnregister() - Method in class org.objectweb.jac.core.AspectComponent
This method is upcalled by the system when the aspect is actually registered in the AC manager.
doUnregister() - Method in class org.objectweb.jac.core.CompositeAspectComponent
This method is upcalled by the system when the composite aspect is actually unregistered in the AC manager.
doUpdate(Interaction) - Method in class org.objectweb.jac.aspects.integrity.RoleWrapper
 
dragDropEnd(DragSourceDropEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dragEnter(DragSourceDragEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dragEnter(DropTargetDragEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dragExit(DragSourceEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dragExit(DropTargetEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dragGestureRecognized(DragGestureEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dragOver(DragSourceDragEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dragOver(DropTargetDragEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
draw() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
driver - Variable in class org.objectweb.jac.aspects.distrans.DataSource
 
drop(DropTargetDropEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dropActionChanged(DragSourceDragEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dropActionChanged(DropTargetDragEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
dummyController(String, Object, MethodItem) - Static method in class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
Always return true.
dump() - Static method in class org.objectweb.jac.util.Log
 
dump() - Method in class org.objectweb.jac.util.Repository
Dump all the registered objects.
dump() - Method in class org.objectweb.jac.core.ObjectRepository
 
dump() - Method in class org.objectweb.jac.core.dist.Topology
Dump the containers of the topology.
dump() - Method in class org.objectweb.jac.core.rtti.ClassRepository
Dump all the registered classes in this class repository.
DYN_DEFAULT_VALUE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 

E

EDITABLE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITABLE_CHOICE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITABLE_CHOICES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITABLE_DEFAULT_VALUES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
editor - Variable in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
editor - Variable in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
EDITOR_COLS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITOR_HEIGHT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITOR_ROWS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITOR_SMALL_COLS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITOR_SMALL_HEIGHT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITOR_SMALL_ROWS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITOR_SMALL_WIDTH - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EDITOR_WIDTH - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EditorContainer - class org.objectweb.jac.aspects.gui.web.EditorContainer.
 
EditorContainer - interface org.objectweb.jac.aspects.gui.EditorContainer.
A container for editor components.
EditorContainer(boolean) - Constructor for class org.objectweb.jac.aspects.gui.web.EditorContainer
 
EditorScrollPane - class org.objectweb.jac.aspects.gui.swing.EditorScrollPane.
 
ElementInterpreter - interface org.objectweb.jac.core.parsers.xml.ElementInterpreter.
 
EMBEDDED_EDITOR - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
EMBEDDED_EDITORS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
Boolean value to force the use of embedded editors.
EmbeddedMethod - class org.objectweb.jac.aspects.gui.web.EmbeddedMethod.
 
EmbeddedMethod(Object, AbstractMethodItem, EditorContainer) - Constructor for class org.objectweb.jac.aspects.gui.web.EmbeddedMethod
 
Empty - class org.objectweb.jac.aspects.gui.web.Empty.
 
Empty() - Constructor for class org.objectweb.jac.aspects.gui.web.Empty
 
emptyArray - Static variable in class org.objectweb.jac.core.Wrapping
 
enableForwarding() - Method in class org.objectweb.jac.core.SerializedJacObject
Enable the forwarding.
enableRoleUpdate(FieldItem) - Static method in class org.objectweb.jac.aspects.integrity.RoleWrapper
 
enableStepping() - Method in class org.objectweb.jac.aspects.tracing.Debugger
Enable stepping
encode(byte[]) - Static method in class org.objectweb.jac.util.Base64
returns an array of base64-encoded characters to represent the passed data array.
encodeAttribute(String) - Method in class org.objectweb.jac.aspects.gui.web.html.Button
 
encodeToString(byte[]) - Static method in class org.objectweb.jac.util.Base64
 
end(Interaction) - Method in class org.objectweb.jac.aspects.distrans.EndTransactionWrapper
 
end(Interaction) - Method in class org.objectweb.jac.aspects.hibernate.EndPersistentSessionWrapper
Wrapping method around pointcuts where a persistent session ends.
endCurrentRequest() - Method in class org.objectweb.jac.aspects.gui.web.Session
Ends the current request (same as getRequests().pop()).
endOfLine(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves the caret to the end of the current line.
endOfMethod(String, String, String, Object[], Object, long) - Method in class org.objectweb.jac.aspects.tracing.Debugger
This must be called at the end of a stepped method to print the execution informations of the method.
endOfText(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves the caret to the end of the text.
endOfTransaction(Interaction) - Method in class org.objectweb.jac.aspects.transaction.TransactionAC.TransactionWrapper
Ends the transaction (when success).
EndPersistentSessionWrapper - class org.objectweb.jac.aspects.hibernate.EndPersistentSessionWrapper.
This wrapper delimits the end of a persistent session.
EndPersistentSessionWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.hibernate.EndPersistentSessionWrapper
 
EndTransactionWrapper - class org.objectweb.jac.aspects.distrans.EndTransactionWrapper.
This wrapper delimits the end of a transaction.
EndTransactionWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.distrans.EndTransactionWrapper
 
entrySet() - Method in class org.objectweb.jac.util.WeakHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class org.objectweb.jac.util.AbstractMap
Returns a set view of the mappings contained in this map.
Enum - class org.objectweb.jac.util.Enum.
 
Enum(String[], int, int) - Constructor for class org.objectweb.jac.util.Enum
 
enumToArray(Enumeration) - Static method in class org.objectweb.jac.core.utils.Lib
Transform object stored as a enumeration object into an array of object.
EnumViewer - class org.objectweb.jac.aspects.gui.web.EnumViewer.
 
EnumViewer - class org.objectweb.jac.aspects.gui.swing.EnumViewer.
 
EnumViewer(Enum) - Constructor for class org.objectweb.jac.aspects.gui.web.EnumViewer
 
EnumViewer(Enum) - Constructor for class org.objectweb.jac.aspects.gui.swing.EnumViewer
 
EnumViewer(Object, Enum, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.EnumViewer
 
EnumViewer(Object, Enum, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.EnumViewer
 
EOF - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
EOF - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
EOF_sym() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
EOF Symbol index.
EOF_sym() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
EOF Symbol index.
EOL - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
EOL - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
equals(Object) - Method in class org.objectweb.jac.util.ObjectArray
 
equals(Object) - Method in class org.objectweb.jac.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class org.objectweb.jac.core.dist.RemoteContainer
Check the equality of two containers (on the name).
equals(Object) - Method in class org.objectweb.jac.core.dist.RemoteRef
Test the equality of 2 remote references.
equals(Object) - Method in class org.objectweb.jac.core.rtti.MemberItem
Two members are equal if the class of one is a subclass of the other's class and they have the same name
equals(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
equals(Object) - Method in class org.objectweb.jac.aspects.gui.SortCriteria
 
equals(Object) - Method in class org.objectweb.jac.aspects.persistence.OID
Test if two OIDs are equal.
equals(Object) - Method in class org.objectweb.jac.aspects.persistence.StringOID
 
equals(Object) - Method in class org.objectweb.jac.aspects.persistence.LongOID
 
equals(Object) - Method in class org.objectweb.jac.aspects.distrans.DataSource
 
equalsUSAsciiNoCase(String, String) - Static method in class org.objectweb.jac.util.Strings
Compares the USAscii representation of two strings in a case insensitive manner.
error - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
error - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
error_sym() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
error Symbol index.
error_sym() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
error Symbol index.
error(String) - Static method in class org.objectweb.jac.util.Log
Traces an error into the System.err stream.
error(WebDisplay, JacRequest, String) - Method in class org.objectweb.jac.aspects.gui.web.JacLocalServlet
 
ETCHED - Static variable in class org.objectweb.jac.aspects.gui.Border
The style is etched constant
EventHandler - class org.objectweb.jac.aspects.gui.EventHandler.
This handler manages events received from GUIs (web and swing for now).
EventHandler() - Constructor for class org.objectweb.jac.aspects.gui.EventHandler
 
eventURL(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Build the base URL for an event
eventURL(String, String, String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Build an HTML element for an event.
Exceptions - class org.objectweb.jac.util.Exceptions.
Various often used Exception functions
Exceptions() - Constructor for class org.objectweb.jac.util.Exceptions
 
exec(String) - Static method in class org.objectweb.jac.core.utils.Lib
Execute a command in a process and dump its standard output and error.
execute() - Method in class org.objectweb.jac.util.res.CopyResource
 
execute(Instruction, InstructionHandle) - Method in class org.objectweb.jac.core.translators.VMStack
 
execute(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
executeQuery(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
executeUpdate(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
exist(String) - Method in class org.objectweb.jac.core.dist.Topology
Says if an object exist on one of the container of the topology (excluding the local one).
exists() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
exit(DisplayContext) - Static method in class org.objectweb.jac.aspects.gui.Actions
Quit the application by shutting down the server.
expandMethods(Class, String[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.Consistency
Construct a real methods array with an array that can contain consistency specific strings (like the one that indicates that we need all the modifiers).
expandMethods(String[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Construct a real methods array with an array that can contain consistency specific strings (like the one that indicates that we need all the modifiers).
expandRoot() - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Expands nodes linked to the tree root.
ExtArrays - class org.objectweb.jac.util.ExtArrays.
Various often used array functions
ExtArrays() - Constructor for class org.objectweb.jac.util.ExtArrays
 
ExtBoolean - class org.objectweb.jac.util.ExtBoolean.
Various often used boolean methods
ExtBoolean() - Constructor for class org.objectweb.jac.util.ExtBoolean
 
extend(String, String) - Method in class org.objectweb.jac.core.ApplicationRepository
Extends an application with a given aspect (only if this application has a configuration for this aspect and if this aspect is not yet woven).
ExtendedTableModel - interface org.objectweb.jac.aspects.gui.ExtendedTableModel.
Data model for tables.
EXTENSION - Static variable in class org.objectweb.jac.util.preparse.Preparse
 
extraOption - Variable in class org.objectweb.jac.aspects.gui.HandlerResult
 

F

factory - Variable in class org.objectweb.jac.aspects.gui.AppletView
 
field - Variable in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
field - Variable in class org.objectweb.jac.aspects.gui.HandlerResult
 
FIELD_CHOICE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FIELD_DEPENDENCIES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FIELD_ENUM - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FIELD_TYPE - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
FieldAppearenceGuiConf - interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf.
This configuration interface of the Gui aspect defines all the methods that handle the appearence of the fields in objects views.
fieldChange(Interaction) - Method in class org.objectweb.jac.aspects.queue.MessageQueueWrapper
 
fieldChanged(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.queue.MessageQueue
Send a message to the queue saying that the field of an object has changed, so that it will be sent to all registered clients.
FieldChangeEvent - class org.objectweb.jac.aspects.queue.FieldChangeEvent.
 
FieldChangeEvent(Object, FieldItem, Object, Object) - Constructor for class org.objectweb.jac.aspects.queue.FieldChangeEvent
 
FieldEditor - interface org.objectweb.jac.aspects.gui.FieldEditor.
This interface is implemented to define different value editors depending on the type of the value to edit.
fieldForMethod(Class, String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the field name for a given method (modifier or getter).
fieldID - Variable in class org.objectweb.jac.aspects.persistence.StorageField
 
FieldItem - class org.objectweb.jac.core.rtti.FieldItem.
This class defines a meta item that corresponds to the java.lang.reflect.Field meta element.
FieldItem(ClassItem) - Constructor for class org.objectweb.jac.core.rtti.FieldItem
 
FieldItem(Field, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.FieldItem
Default contructor to create a new field item object.
FieldItem(String, List, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.FieldItem
Creates an expression FieldItem
FieldItem(String, MethodItem, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.FieldItem
Creates a calculated FieldItem
FieldItem(String, MethodItem, MethodItem, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.FieldItem
Creates a FieldItem with specific getter and setter
FieldItemView - class org.objectweb.jac.aspects.gui.FieldItemView.
 
FieldItemView(FieldItem, String) - Constructor for class org.objectweb.jac.aspects.gui.FieldItemView
 
fields - Variable in class org.objectweb.jac.core.SerializedJacObject
The serialized fields for this JAC object.
fields - Variable in class org.objectweb.jac.core.rtti.ClassItem
Stores the fields of the class.
FieldUpdate - interface org.objectweb.jac.aspects.gui.FieldUpdate.
This interface defines a callback method used to notify that a field was updated.
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
 
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.ObjectNode
 
fieldUpdated(Object, FieldItem, Object, Object) - Method in interface org.objectweb.jac.aspects.gui.FieldUpdate
Upcalled when a field was modified.
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.EventHandler
 
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
fieldUpdated(Object, FieldItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.swing.ReferenceView
 
FieldView - interface org.objectweb.jac.aspects.gui.FieldView.
This interface represents viewers for field items.
FILE_CHOOSER_VIEW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FILE_EXTENSIONS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FILE_EXTENSIONS_DESCRIPTION - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FILE_SELECTION_MODE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FileEditor - class org.objectweb.jac.aspects.gui.swing.FileEditor.
This is a special value editor that allows the user to nicely edit an File.
FileEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.FileEditor
Constructs a new URL editor.
FilePasswordAuthenticator - class org.objectweb.jac.aspects.authentication.FilePasswordAuthenticator.
This Authenticator ask for a username and password and compares them to declared ones stored in a file.
FilePasswordAuthenticator(String, String) - Constructor for class org.objectweb.jac.aspects.authentication.FilePasswordAuthenticator
The constructor.
filePath - Variable in class org.objectweb.jac.core.ACConfiguration
The configuration file's URL.
fillClassRTTI(String) - Method in interface org.objectweb.jac.core.WrappeeTranslator
Computes RTTI info for a class and gets its bytecode
fillClassRTTI(String) - Method in class org.objectweb.jac.core.translators.WrappeeTranslator_BCEL
Computes RTTI info for a class and gets its bytecode
fillDirectFieldAccess(Class) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Fill the direct access to fields hashtable for a given class.
fillDirectMethodAccess(Class) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Fill the direct access to methods hashtable for a given class.
fillListStringProps(List, Properties, String, boolean) - Static method in class org.objectweb.jac.core.JacPropTools
Extract a specific vector (ordered) property from a property list.
fillMapProps(Map, Properties, String, int, boolean) - Static method in class org.objectweb.jac.core.JacPropTools
Extract a specific hashTable property from a property list.
fillObjectView(CompositeView, ClassItem, String, Object) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
 
fillSetProps(Set, Properties, String, boolean) - Static method in class org.objectweb.jac.core.JacPropTools
Extract a specific hash set property from a property list.
fillStringProp(Properties, String) - Static method in class org.objectweb.jac.core.JacPropTools
Extract a specific String properpy from a property list.
FILTER - Static variable in class org.objectweb.jac.aspects.user.UserAC
 
filterFields(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
filterMethodKeywords(Object, ClassItem, String, boolean, Collection, Collection) - Method in class org.objectweb.jac.core.MethodPointcut
Adds methods from source that match an expression to a collection
filterObjects(Collection, String) - Static method in class org.objectweb.jac.core.MethodPointcut
Filters a collection of objects regarding an expression.
filterResult(Interaction) - Method in class org.objectweb.jac.aspects.user.UserAC.FilterWrapper
 
filterResult(Interaction) - Method in class org.objectweb.jac.aspects.user.UserWrapper
Filters the result of a collection's getter to keep only the object that are owned by the currently logged user.
findCollectionFor(Object, Object) - Method in class org.objectweb.jac.core.rtti.ClassItem
Finds the collection of this class item that contains the given object.
findNode(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.ObjectNode
Find a node in the children.
findPanel() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
findPanel() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
findParent(String) - Method in class org.objectweb.jac.core.parsers.acc.SyntaxElement
Find a parent element of this element with a given name
fireCaretUpdate() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
fireTextUpdate() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
fireTopologyChangeEvent() - Method in class org.objectweb.jac.core.dist.Topology
Notifies everybody that the topology changed.
firstCall - Variable in class org.objectweb.jac.core.AspectComponent
Memorize how many calls have been performed on start_weaving_type.start_weaving_method.
firstFreeCell - Variable in class org.objectweb.jac.core.dist.NonBlockingStubWrapper
Index of the 1st free cell in results.
fixed() - Method in class org.objectweb.jac.aspects.gui.web.html.Button
 
flags - Static variable in class org.objectweb.jac.core.dist.Distd
Registered flags.
FLOAT_FORMAT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FloatViewer - class org.objectweb.jac.aspects.gui.web.FloatViewer.
 
FloatViewer - class org.objectweb.jac.aspects.gui.swing.FloatViewer.
A Swing viewer component for float values.
FloatViewer() - Constructor for class org.objectweb.jac.aspects.gui.web.FloatViewer
 
FloatViewer() - Constructor for class org.objectweb.jac.aspects.gui.swing.FloatViewer
 
FloatViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.FloatViewer
 
FloatViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.FloatViewer
Constructs a new float viewer.
focusGained(FocusEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
focusGained(FocusEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
The SHEditor has gained focus.
focusLost(FocusEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
focusLost(FocusEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
The SHEditor has lost focus.
FORBIDDEN - Static variable in class org.objectweb.jac.aspects.integrity.Constraint
 
FORBIDDEN_VALUES - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
forbiddenValues(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
Check if field's value is not equal to the forbidden values.
FORCE_NAME - Static variable in class org.objectweb.jac.core.Naming
 
format - Variable in class org.objectweb.jac.aspects.gui.web.DateViewer
Stores the default format of the date
format - Variable in class org.objectweb.jac.aspects.gui.web.FloatViewer
Stores the default format of the float
format - Variable in class org.objectweb.jac.aspects.gui.web.DateHourViewer
Stores the default format of the date
format - Variable in class org.objectweb.jac.aspects.gui.swing.DateEditor
Stores the default format of the date
format - Variable in class org.objectweb.jac.aspects.gui.swing.DateViewer
Stores the default format of the date
format - Variable in class org.objectweb.jac.aspects.gui.swing.DateHourEditor
Stores the default format of the date
format - Variable in class org.objectweb.jac.aspects.gui.swing.FloatViewer
Stores the default format of the float
format - Variable in class org.objectweb.jac.aspects.gui.swing.DateHourViewer
Stores the default format of the date
FORMAT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
FORWARD - Static variable in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
forward(Interaction) - Method in class org.objectweb.jac.wrappers.ForwardingWrapper
Forwards all the incoming calls to the forwardee.
forwardChar(int, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves forward n characters
forwardee - Variable in class org.objectweb.jac.wrappers.ForwardingWrapper
The forwardee.
forwarder - Variable in class org.objectweb.jac.core.SerializedJacObject
If true, the deserialized object will be a forwarder towards the actual object.
ForwardingException - exception org.objectweb.jac.wrappers.ForwardingException.
Signals that the forwarding wrapper was not able to forward.
ForwardingException(String) - Constructor for class org.objectweb.jac.wrappers.ForwardingException
A constructor for this exception.
ForwardingException(String, Exception) - Constructor for class org.objectweb.jac.wrappers.ForwardingException
A constructor for this exception.
ForwardingWrapper - class org.objectweb.jac.wrappers.ForwardingWrapper.
This wrapper forwards the method calls that arrive on the wrappee to another object.
ForwardingWrapper(AspectComponent, Object) - Constructor for class org.objectweb.jac.wrappers.ForwardingWrapper
Construct a new forwarding wrapper.
forwardWord(int, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Moves forward n words
FOUND_OBJECT - Static variable in interface org.objectweb.jac.core.BaseProgramListener
 
found(int) - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
Repaint editor when an occurrence is found
free(Wrappee) - Static method in class org.objectweb.jac.core.ObjectRepository
 
FSStorage - class org.objectweb.jac.aspects.persistence.FSStorage.
A FileSystem storage
FSStorage(String) - Constructor for class org.objectweb.jac.aspects.persistence.FSStorage
Create a new file system storage
fullRefresh() - Method in interface org.objectweb.jac.core.Display
Rebuilds all customized GUI windows.
fullRefresh() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
fullRefresh() - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 

G

genAdderAndRemover(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
Generate HTML for adder, remover, and prev/next buttons
genBody(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Override this method to generate the body of an HTML page.
genBody(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
genBody(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Page
 
genBody(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
genDescription(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
generateName(String) - Method in class org.objectweb.jac.aspects.naming.NameGenerator
 
GenericConditions - class org.objectweb.jac.aspects.integrity.GenericConditions.
Some basic methods for constraints on fields values.
GenericConditions() - Constructor for class org.objectweb.jac.aspects.integrity.GenericConditions
 
GenericFactory - class org.objectweb.jac.aspects.gui.GenericFactory.
This class implements static methods that generically create GUI items.
GenericFactory() - Constructor for class org.objectweb.jac.aspects.gui.GenericFactory
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.DateEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.ToolBar
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.EmbeddedMethod
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.ImageURLViewer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Label
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.ObjectView
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.DateViewer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.StatusBar
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.PrimitiveFieldEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.CompactList
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AttachmentEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Table
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.PasswordFieldEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.URLEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.TextEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.MenuBar
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
 
genHTML(PrintWriter) - Method in interface org.objectweb.jac.aspects.gui.web.HTMLViewer
Generate the HTML code for the editor.
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Empty
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Container
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Menu
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractPage
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.List
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AttachmentViewer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Method
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.PrimitiveField
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.TextViewer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Panel
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.DateHourEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.EnumViewer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.IndexSelector
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.FloatViewer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.BooleanEditor
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.DateHourViewer
 
genHTML(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
genHTML(PrintWriter, Object) - Method in class org.objectweb.jac.aspects.gui.web.CollectionSelector
Generate a checkbox for an item of the collection
genId(ClassItem, String, String) - Method in class org.objectweb.jac.aspects.idGen.IdGenAC
 
genId(Interaction) - Method in class org.objectweb.jac.aspects.idGen.IdGenAC.IdGenWrapper
 
genId(String) - Method in class org.objectweb.jac.aspects.idGen.Counters
Generate an ID
genMessage(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
genNode(PrintWriter, AbstractNode, String) - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
genPage(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Generate an HTML page, with full headers
genReport(String, File) - Static method in class org.objectweb.jac.aspects.gui.Actions
Generate a PDF report
genStyleSheets(PrintWriter, CustomizedView) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
get() - Static method in class org.objectweb.jac.util.OrderedRepository
Get the sole repository instance for this class.
get() - Static method in class org.objectweb.jac.util.Repository
Get the sole repository instance for this class.
get() - Static method in class org.objectweb.jac.core.ACManager
Get the sole instance of Aspect Component Manager for this JAC container.
get() - Static method in class org.objectweb.jac.core.NameRepository
Get the sole instance of name repository.
get() - Static method in class org.objectweb.jac.core.ApplicationRepository
Gets the sole instance of the application repository within the local JAC system.
get() - Static method in class org.objectweb.jac.core.Collaboration
Get the collaboration for the current thread.
get() - Static method in class org.objectweb.jac.core.dist.Topology
This method returns the gobal topology of the JAC distributed middleware.
get() - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Get the sole instance of class repository.
get() - Static method in class org.objectweb.jac.aspects.gui.EventHandler
 
get() - Static method in class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer
 
get() - Static method in class org.objectweb.jac.aspects.distrans.JOTMHelper
 
get() - Static method in class org.objectweb.jac.aspects.tracing.Recorder
 
get() - Method in class org.objectweb.jac.aspects.tracing.Counter
Gets the counter value.
get() - Static method in class org.objectweb.jac.aspects.hibernate.HibernateHelper
 
get(int) - Method in class org.objectweb.jac.util.WeakList
 
get(int) - Method in class org.objectweb.jac.core.WrappingChain
 
get(Interaction) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
get(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
get(Object) - Method in class org.objectweb.jac.util.WeakHashMap
Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class org.objectweb.jac.util.SharedMap
 
get(Object) - Method in class org.objectweb.jac.util.LinkedMap
 
get(Object) - Method in class org.objectweb.jac.util.AbstractMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class org.objectweb.jac.core.rtti.FieldItem
Get the value of this field item for a given object.
get(String) - Method in class org.objectweb.jac.aspects.gui.Menu
Gets an action or sub-menu from its name.
getAbstractMethod(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets an abstract method from its name.
getAbstractMethods(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets a set of homonym methods (including constructors) from their names.
getAC() - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
 
getAC(String) - Method in class org.objectweb.jac.core.ACManager
Returns an AC of a given name for the current application.
getAccessedCollections() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
getAccessedFields() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Gets the value of the fields that are written by this method.
getAccessedReferences() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Gets the value of the fields that are written by this method.
getAccessingMethods() - Method in class org.objectweb.jac.core.rtti.FieldItem
Get the methods that access this field for reading.
getAcConfiguration(String) - Method in class org.objectweb.jac.core.Application
Gets a configurations from its name (the name of the aspect as defined in the jac.prop file.
getAcConfigurations() - Method in class org.objectweb.jac.core.Application
Returns all the configurations for the current application.
getACFromFullName(String) - Method in class org.objectweb.jac.core.ACManager
Returns an AC of a given name
getACInfos(String) - Method in class org.objectweb.jac.core.SerializedJacObject
Get some aspect component related infos to be deserialized.
getACM() - Static method in class org.objectweb.jac.core.ACManager
 
getACPathFromName(String) - Method in class org.objectweb.jac.core.ACManager
Gets a declared aspect component path from its name.
getActualClass() - Method in class org.objectweb.jac.core.Interaction
 
getActualClass() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets the class represented by this class item.
getActualCollection(Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Gets the collection object represented by this collection item.
getActualCollectionThroughAccessor(Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Gets the collection object represented by this collection item by using the accessor defined in the class containing this collection if any.
getActualConstructor() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
Get the constructor represented by this constructor item.
getActualField() - Method in class org.objectweb.jac.core.rtti.FieldItem
Get the field represented by this field item.
getActualIndex(int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
getActualMethod() - Method in class org.objectweb.jac.core.rtti.MethodItem
Gets the method represented by this method item.
getActualType() - Method in class org.objectweb.jac.core.rtti.VirtualClassItem
 
getAddedCollection() - Method in class org.objectweb.jac.core.rtti.MethodItem
Get the value of the collection that is added by this method (the method is the unique adder of the collection).
getAddedCollections() - Method in class org.objectweb.jac.core.rtti.MethodItem
Get the value of the collections that are added by this method.
getAddedCollections() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
getAddedCollections() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
getAdder() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Returns the adder of the collection, or null if it has no adder.
getAddingMethods() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Gets the method items that access this collection for adding.
getAddRules() - Method in class org.objectweb.jac.aspects.user.Profile
 
getAlignment() - Method in class org.objectweb.jac.aspects.gui.Border
Get the value of alignment.
getAllAccessors() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the method items that access the state of the instances for this class item.
getAllAdders() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the method items that adds an object from a collection of this class item.
getAllFields() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the fields for this class item
getAllGetters() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the getter methods of the class.
getAllInstanceMethods() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getAllMembers() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getAllMethods() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the method items for this class item.
getAllModifiers() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the method items that modify the state of the instances for this class item.
getAllow() - Method in class org.objectweb.jac.aspects.user.Rule
Get rule mode (allow or deny).
getAllRemovers() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the method items that removes an object from a collection of this class item.
getAllSetters() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the method items that modify the state of the instances for this class item.
getAllStaticMethods() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getAllWriters() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the method items that modify a field of the instances for this class item.
getApplication() - Method in class org.objectweb.jac.core.AspectComponent
Gets the application that declares this aspect component.
getApplication() - Method in class org.objectweb.jac.core.ACConfiguration
Gets the owning application.
getApplication() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Get the value of application.
getApplication(String) - Method in class org.objectweb.jac.core.ApplicationRepository
Gets an application from its name.
getApplications() - Method in class org.objectweb.jac.core.ApplicationRepository
Returns the applications that have been added to the repository.
getArgs() - Method in class org.objectweb.jac.core.ConfigMethod
 
getArgs() - Method in class org.objectweb.jac.aspects.gui.PanelContent
Gets the arguments of the view
getAspectClass() - Method in class org.objectweb.jac.core.ACConfiguration
Return the class item for the configured aspect component.
getAspectComponent() - Method in class org.objectweb.jac.core.Wrapper
Returns the Aspect Component the wrapper belongs to by resolving the name.
getAspectComponentName() - Method in class org.objectweb.jac.core.Wrapper
Returns the Aspect Component name the wrapper belongs to.
getAspectComponents() - Method in class org.objectweb.jac.core.ACManager
 
getAttribute(Object, String) - Method in class org.objectweb.jac.core.rtti.MetaItem
Gets the value of an attribute.
getAttribute(String) - Method in class org.objectweb.jac.core.Collaboration
Return the value of an attribute for the current collaboration.
getAttribute(String) - Method in class org.objectweb.jac.core.rtti.FieldItem
If the field does not have a value for the request attribute, tries on the superclass.
getAttribute(String) - Method in class org.objectweb.jac.core.rtti.VirtualClassItem
 
getAttribute(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Get an attribute by searching recursively through all super classes.
getAttribute(String) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
If the field does not have a value for the request attribute, tries on the superclass.
getAttribute(String) - Method in class org.objectweb.jac.core.rtti.MetaItem
Gets the value of an attribute.
getAttribute(String, boolean) - Method in class org.objectweb.jac.core.rtti.MetaItem
Gets the value of an attribute.
getAttributeAlways(String) - Method in class org.objectweb.jac.core.rtti.MetaItem
Gets the value of an attribute even if the aspect if not yet configured and weaved.
getAttributes() - Method in class org.objectweb.jac.core.Collaboration
Returns the map of attribute's name -> value
getAttributesOrder() - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
getBackgroundColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getBaseWords() - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
getBlockKeywords() - Method in class org.objectweb.jac.core.AspectComponent
 
getBoolean(String, boolean) - Method in class org.objectweb.jac.core.rtti.MetaItem
Gets the value of a boolean attribute.
getBorder() - Method in class org.objectweb.jac.aspects.gui.AppletView
Get the value of border.
getBorder(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getBottomMenuBar() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getByteCode(String) - Method in class org.objectweb.jac.core.dist.DistdClassLoader
Gets the bytecode for a given remotely loaded class name.
getByteCodeFor(String) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
 
getByteCodeFor(String) - Method in interface org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf
 
getByteCodeFor(String) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
 
getByteCodeFor(String) - Method in class org.objectweb.jac.core.dist.RemoteContainer
Gets the bytecode for the given class by using the current loader.
getCacheValue(int) - Method in class org.objectweb.jac.wrappers.CacheWrapper
Get a cached value.
getCacheValue(Object[]) - Method in class org.objectweb.jac.wrappers.CacheWrapper
Get the memorized value of the method when called with the given (method, args) key.
getCalls() - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
getCaretPos(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns a rectangle representation of the caret at a given position.
getCaretPosition() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns the caretPosition.
getCatchingChain(Wrappee, AbstractMethodItem) - Static method in class org.objectweb.jac.core.Wrapping
Returns the catching chain that wraps the given method.
getCategories() - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
getCategories(MemberItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Get the category of a member as configured with setCategory().
getCategories(Object) - Static method in class org.objectweb.jac.util.Log
 
getCategories(WrappableMap) - Static method in class org.objectweb.jac.aspects.gui.WrappableMap
 
getCategoriesIcons(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Get the categories icons (icons displayed in tabs).
getCategoriesLabels(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Get the categories labels (text displayed in tabs).
getCellRenderer(View, int, ViewFactory, DisplayContext) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getCellRenderer(View, int, ViewFactory, DisplayContext) - Method in interface org.objectweb.jac.aspects.gui.ExtendedTableModel
Build a cell render for a given column.
getCellRenderer(View, Object, MemberItem, String, ViewFactory, DisplayContext) - Static method in class org.objectweb.jac.aspects.gui.TableModel
 
getCharPos(int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns position in the text based on coordinates x and y.
getChild(int) - Method in class org.objectweb.jac.core.parsers.acc.NonTerminal
Returns the child at a given index
getChild(String) - Method in class org.objectweb.jac.core.CompositeAspectComponent
Returns a child aspect component from its name.
getChild(String) - Method in class org.objectweb.jac.core.parsers.acc.NonTerminal
Returns a child with a given name, or null.
getChildActualName(String) - Method in class org.objectweb.jac.core.CompositeAspectComponent
Returns the internal name of a child (applicationName.name).
getChildRegisteredName(String) - Method in class org.objectweb.jac.core.CompositeAspectComponent
Returns the internal name of a child, as it is registered in the JAC ACManager.
getChildren() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getChoice() - Method in class org.objectweb.jac.aspects.gui.ClassChooser
 
getChoices() - Method in class org.objectweb.jac.aspects.gui.ClassChooser
 
getClampColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getClass(Class) - Method in class org.objectweb.jac.core.rtti.ClassRepository
This method returns the class item that corresponds to the given class.
getClass(Object) - Method in class org.objectweb.jac.core.rtti.ClassRepository
This method returns the class item that corresponds to the given object class.
getClass(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
This method returns an existing class from its name.
getClasses() - Method in class org.objectweb.jac.core.rtti.ClassRepository
Return all the registered classes as an array.
getClasses(Object[]) - Static method in class org.objectweb.jac.core.utils.Lib
Get classes.
getClassID(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the class ID of a given object.
getClassID(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getClassID(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getClassInfo(String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Returns the class info of a class
getClassInfo(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
getClassItem() - Method in class org.objectweb.jac.core.Interaction
 
getClassItem() - Method in class org.objectweb.jac.core.rtti.MemberItem
Returns the class item that owns the field (like getParent).
getClassItem() - Method in class org.objectweb.jac.core.rtti.NoSuchFieldException
 
getClientStubWrappingChain(int) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainerStub
Get a client stub wrapping chain for a given object.
getClientStubWrappingChain2(int) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainer
Get a client stub wrapping chain for a given object.
getCloseBorder() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getCollection() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Returns the actual collection item.
getCollection() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
getCollection() - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
 
getCollection() - Method in class org.objectweb.jac.aspects.gui.CollectionPosition
Returns the collection.
getCollection() - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Gets the collection item associated with the view
getCollection() - Method in class org.objectweb.jac.aspects.gui.CollectionWrapper
Gets the delegated collection.
getCollection() - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getCollection() - Method in interface org.objectweb.jac.aspects.gui.CollectionModel
Get the collection item represented by the model
getCollection() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
getCollection(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets a collection from its name.
getCollection(Wrappee, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This method loads alls the persistent objects that are contained in this collection from the storage.
getCollectionID(OID, CollectionItem) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the ID of a collection
getCollectionID(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getCollectionID(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getCollectionIndexArgument() - Method in class org.objectweb.jac.core.rtti.MethodItem
Returns the number of the argument which is the index of a modified collection if any, -1 otherwise.
getCollectionModel() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
getCollectionModel() - Method in interface org.objectweb.jac.aspects.gui.CollectionView
Gets the associated collection model.
getCollectionModel() - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
getCollectionModel() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
getCollectionPane(ViewFactory, DisplayContext, Object, ObjectView, CollectionItemView, CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Builds a view that will display a given collection field of an object.
getCollections() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the collections for this class item.
getCollectionSize() - Method in class org.objectweb.jac.aspects.persistence.SetIterator
 
getCollectionSize() - Method in class org.objectweb.jac.aspects.persistence.StorageIterator
Returns the size of the collection
getCollectionSize() - Method in class org.objectweb.jac.aspects.persistence.ListIterator
 
getCollectionSize() - Method in class org.objectweb.jac.aspects.persistence.MapIterator
 
getCollectionSize(OID) - Method in class org.objectweb.jac.aspects.persistence.SetWrapper
 
getCollectionSize(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getCollectionSize(OID) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
getCollectionSize(OID) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
getCollectionSize(OID) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
getCollectionUpdate() - Method in class org.objectweb.jac.aspects.gui.swing.SwingTableView
 
getCollectionUpdate() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
getCollectionUpdate() - Method in class org.objectweb.jac.aspects.gui.swing.List
 
getCollectionValues(OID, CollectionItem, String, String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getCollectionView() - Method in class org.objectweb.jac.aspects.gui.CollectionPosition
Returns the collection view.
getColumn() - Method in class org.objectweb.jac.aspects.gui.SortCriteria
 
getColumnClass(int) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getColumnCount() - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getColumnName(int) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getCommitOnFocusLost() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getCompletionColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getCompletionEngine() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
Used by getTableCellRendererComponent.
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.SwingFieldView
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLViewer
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.DateViewer
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.AttachmentViewer
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.TextViewer
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyViewer
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.FloatViewer
 
getComponent() - Method in class org.objectweb.jac.aspects.gui.swing.DateHourViewer
 
getComponentType() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Returns the type of the objects contained in this collection.
getComponentTypeName() - Method in class org.objectweb.jac.core.dist.utils.DistdArray
 
getConcreteMethod() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Returns the method item who really holds the byte code.
getCondition(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the condition method associated with a method, or null if there's none.
getConfig() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
getConfigurationMethods() - Method in class org.objectweb.jac.core.AspectComponent
Returns all the configuration methods of the aspect
getConfigurationMethodsName() - Method in class org.objectweb.jac.core.AspectComponent
Returns all the name of the configuration methods of the aspect
getConfigurationMethodsName(Class) - Method in class org.objectweb.jac.core.AspectComponent
Returns all the configuration methods of the aspect whose first parameter is compatible with a given type.
getConnection(StandardXADataSource) - Static method in class org.objectweb.jac.aspects.distrans.persistence.XAPoolCache
Get a connection for a XADataSource.
getConsistencyWrapperType() - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
The get method for the consistency wrapper actual type.
getConstraint() - Method in class org.objectweb.jac.aspects.integrity.ConstraintDescriptor
 
getConstraints() - Method in class org.objectweb.jac.core.rtti.ClassItem
Return all field and collection items whose component type is this class.
getConstructor(Class[]) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getConstructor(Constructor) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets the constructor item of this class item that matches the given java.lang.reflect.Constructor.
getConstructor(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getConstructorClass() - Method in class org.objectweb.jac.core.Application
Gets the path of the launching class (that implements the static main(String[]) method).
getConstructors() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the constructors items for this class item.
getConsumed(Instruction, ConstantPoolGen) - Static method in class org.objectweb.jac.core.translators.VMStack
Returns the number of elements from the stack consumed by an instruction
getContainer(int) - Method in class org.objectweb.jac.core.dist.Topology
Returns a given container.
getContainer(String) - Method in class org.objectweb.jac.core.dist.Topology
Gets a container from its name.
getContainerIndex(RemoteContainer) - Method in class org.objectweb.jac.core.dist.Topology
Get the index of a container.
getContainerIndex(String) - Method in class org.objectweb.jac.core.dist.Topology
Get the index of a container from its name.
getContainerIndexes(RE) - Method in class org.objectweb.jac.core.dist.Topology
Get the indexes of some container regarding a regular expression on the name.
getContainerIndexes(String[]) - Method in class org.objectweb.jac.core.dist.Topology
Get the indexes of some container names.
getContainers() - Method in class org.objectweb.jac.core.dist.Topology
Returns all the containers of the topology.
getContainers(RE) - Method in class org.objectweb.jac.core.dist.Topology
Get some containers regarding a regular expression on the name.
getContentView() - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
getContentView() - Method in interface org.objectweb.jac.aspects.gui.DialogView
Returns the content view of the dialog
getContentView() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getContext() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getContext() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getContext() - Method in interface org.objectweb.jac.aspects.gui.View
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getContext() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getContextAttribute(MetaItem, String, Stack, Object) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getContextualChoices(String, int, String) - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
Returns the list of the words that are potential completions for a given context.
getContextualChoices(String, int, String) - Method in class org.objectweb.jac.aspects.gui.swing.DefaultCompletionEngine
In the default completion engine, this method only returns base words (i.e.
getCount() - Method in class org.objectweb.jac.util.Semaphore
 
getCounter() - Method in class org.objectweb.jac.wrappers.LimiterWrapper
Return the current counter of the limiter.
getCounter() - Method in class org.objectweb.jac.aspects.tracing.SimpleCountingWrapper
Role method: get the counter value.
getCounters() - Method in class org.objectweb.jac.aspects.idGen.IdGenAC
 
getCreateRules() - Method in class org.objectweb.jac.aspects.user.Profile
 
getCreationAttributesOrder(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the field items to display when creation a new instance a class
getCurApp() - Method in class org.objectweb.jac.core.Collaboration
 
getCurrencies() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns an enumeration of all declared currencies, including the default currency.
getCurrency(String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the Currency object associated with a currency name.
getCurrent() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
getCurrent() - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Gets the position in the collection of the current item
getCurrent() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
getCurrentApplication() - Static method in class org.objectweb.jac.core.ApplicationRepository
Returns the application of the current thread.
getCurrentRequest() - Method in class org.objectweb.jac.aspects.gui.web.Session
Returns the current request of this session (same as getRequests().peek()).
getCurrentStep() - Method in class org.objectweb.jac.aspects.gui.InputSequence
Returns the current step (indexed from 1).
getCurrentUser() - Method in class org.objectweb.jac.aspects.user.UserAC
Returns the user that is currently logged in.
getCurrentUserLogin() - Method in class org.objectweb.jac.aspects.user.UserAC
Gets the login for the currently logged user.
getCurrentUserPassword() - Method in class org.objectweb.jac.aspects.user.UserAC
Gets the password for the currently logged user.
getCustomized(String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets a display from its ID.
getCustomizedGUI() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getCustomizedGUI() - Method in interface org.objectweb.jac.aspects.gui.CustomizedView
Returns the customized GUI, i.e.
getCustomizedGUI() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getCustomizedView() - Method in class org.objectweb.jac.aspects.gui.DisplayContext
Gets the current customized view.
getCustomizedView(String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
getCustomizedView(String) - Method in interface org.objectweb.jac.aspects.gui.CustomizedDisplay
Returns a CustomizedView identified by its id
getCustomizedView(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
getCustomizedViews() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
getCustomizedViews() - Method in interface org.objectweb.jac.aspects.gui.CustomizedDisplay
Returns a collection of all CustomizedViews contained in the display.
getCustomizedViews() - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
getData() - Method in class org.objectweb.jac.aspects.gui.web.RequestPart
 
getDateFormat() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the date format as set by setDateFormat.
getDateHourFormat() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the date format for DateHours as set by setDateHourFormat.
getDebuggingMode() - Method in class org.objectweb.jac.aspects.tracing.Debugger
The getter for the debugging mode.
getDeclaredACs() - Method in class org.objectweb.jac.core.ACManager
Gets the declared aspect components.
getDeclaredMethodByName(Class, String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns a declared method of a class c only by knowing its name.
getDefaultAdmin() - Method in class org.objectweb.jac.aspects.user.UserManager
Get the value of defaultAdmin.
getDefaultConfigs() - Method in class org.objectweb.jac.core.AspectComponent
Returns defaults configuration files that must be loaded before the user's configuration
getDefaultConfigs() - Method in class org.objectweb.jac.core.rtti.RttiAC
 
getDefaultConfigs() - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
getDefaultConfigs() - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
getDefaultConfigs() - Method in class org.objectweb.jac.aspects.user.UserAC
 
getDefaultConfigs() - Method in class org.objectweb.jac.aspects.session.SessionAC
 
getDefaultCurrency() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the default currency
getDefaultProgramName() - Method in class org.objectweb.jac.aspects.gui.GuiAC
The programmer of a new GUI aspect must overload this method to return the right default program name.
getDefaultsAttributesOrder(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getDefaultSortedColumn(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getDefaultValue(FieldItem, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Converts the a String into an object for the value of a field
getDelegate() - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
Getter method for the delegate field.
getDelegate() - Method in class org.objectweb.jac.core.rtti.MetaItemDelegate
 
getDelegate() - Method in class org.objectweb.jac.aspects.gui.WrappableMap
 
getDependentFields() - Method in class org.objectweb.jac.core.rtti.FieldItem
Returns an array of calculated fields which depend on the field.
getDependentFields(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the fields the views a class depend on.
getDependentMethods() - Method in class org.objectweb.jac.core.rtti.MemberItem
Returns an array of methods whose result depend on the member.
getDescription() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.AppletView
Get the value of description.
getDescription() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the description of this view.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Get the value of description.
getDescription() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Get the value of description.
getDescription(Object) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the description of an object if it has been set.
getDescription(Object, String, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getDialog() - Method in class org.objectweb.jac.aspects.gui.TimeoutException
 
getDirectFieldAccess(Class) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Returns a Hashtable that maps fields with their names.
getDirectMethodAccess(Class, String) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Return an array of methods that correspond to the given class and given method name.
getDisplay() - Method in class org.objectweb.jac.aspects.gui.DisplayContext
Returns the display for this context.
getDisplay(String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets a display from its ID.
getDisplayID() - Method in interface org.objectweb.jac.core.Display
Gets the ID (a unique string identifier) of the current display.
getDisplayID() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
getDisplayID() - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
getDistContainers() - Method in class org.objectweb.jac.core.dist.Topology
Returns the container of the topology minus the local one if any.
getEditButton(ViewFactory, Object, FieldItem, DisplayContext) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Constructs an edit button for reference views.
getEditorCols(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the editor's number of columns of a field or 0 if none was set.
getEditorColumns(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getEditorComponent(ViewFactory, DisplayContext, Object, AbstractMethodItem, int, boolean, Object) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Returns a ValueEditor suitable for editing the i-th parameter of a method.
getEditorRows(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the editor's number of rows of a field or 0 if none was set.
getEditorRows(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getEditors() - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
getEditors() - Method in interface org.objectweb.jac.aspects.gui.EditorContainer
Get the list of all editors of this container.
getEditors() - Method in class org.objectweb.jac.aspects.gui.DisplayContext
 
getEditors() - Method in class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
getEditors() - Method in class org.objectweb.jac.aspects.gui.swing.ObjectView
 
getEditorWidth(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the editor width of a field or 0 if none was set.
getEditorWidth(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getElementAt(int) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Returns the element at a given row.
GetenvAuthenticator - class org.objectweb.jac.aspects.authentication.GetenvAuthenticator.
This Authenticator gets the username from an envrionnement variable.
GetenvAuthenticator(String) - Constructor for class org.objectweb.jac.aspects.authentication.GetenvAuthenticator
 
getErrorMsg() - Method in class org.objectweb.jac.aspects.integrity.ConstraintDescriptor
 
getExceptionHandlers(Class) - Static method in class org.objectweb.jac.core.Wrapper
Returns the exception handlers of the given wrapper class.
getFactory() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
getFactory() - Method in interface org.objectweb.jac.aspects.gui.CustomizedDisplay
Returns the ViewFactory of the display.
getFactory() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getFactory() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the factory.
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getFactory() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getField() - Method in class org.objectweb.jac.core.rtti.FieldItem
Returns the actual field.
getField() - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
getField() - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
getField() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
getField() - Method in interface org.objectweb.jac.aspects.gui.FieldView
 
getField() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
getField() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
getField() - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
getField() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
getField() - Method in class org.objectweb.jac.aspects.gui.swing.SwingEmptyView
 
getField() - Method in class org.objectweb.jac.aspects.queue.FieldChangeEvent
Gets the modified field item.
getField(Object, String) - Static method in class org.objectweb.jac.core.dist.ObjectState
 
getField(OID, FieldItem) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the value of a field.
getField(OID, FieldItem) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getField(OID, FieldItem) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getField(String) - Method in class org.objectweb.jac.core.SerializedJacObject
Get a serialized field value.
getField(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets a field from its name.
getFieldClients() - Method in class org.objectweb.jac.aspects.queue.MessageQueue
Gets the map of field change client callbacks.
getFieldEditor(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.web.Table
Returns a cell editor for a field of an object.
getFieldName() - Method in class org.objectweb.jac.core.rtti.NoSuchFieldException
 
getFieldNoError(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets a field from its name.
getFieldPane(ViewFactory, DisplayContext, Object, ObjectView, FieldItem, boolean) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
 
getFields() - Method in class org.objectweb.jac.core.SerializedJacObject
Returns a hashtable that contains the field names to be serialized and their values.
getFields() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the fields for this class item.
getFields(Object) - Static method in class org.objectweb.jac.core.dist.ObjectState
 
getFields(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getFields(OID, ClassItem, FieldItem[]) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the values of several fields.
getFields(OID, ClassItem, FieldItem[]) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getFields(OID, ClassItem, FieldItem[]) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getFields(String[]) - Method in class org.objectweb.jac.core.rtti.ClassItem
Returns a FieldItem array.
getFieldsName(Object) - Static method in class org.objectweb.jac.core.utils.Lib
Get fields name.
getFieldsValue(Object) - Static method in class org.objectweb.jac.core.utils.Lib
Get fields value.
getFieldsValue(Object, String[]) - Static method in class org.objectweb.jac.core.utils.Lib
Get fields value.
getFieldTargets(MemberItem) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getFieldType(FieldItem) - Static method in class org.objectweb.jac.core.rtti.RttiAC
 
getFieldValue(JRField) - Method in class org.objectweb.jac.aspects.gui.reports.JacDataSource
 
getFieldValue(Object, String) - Static method in class org.objectweb.jac.core.dist.ObjectState
 
getFile() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
getFileDescription(MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the file description for a given field that is view as a file chooser (more precisely, the field that is set by the given setter).
getFileExtensions(MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the file extensions for a given field that is view as a file chooser (more precisely, the field that is set by the given setter).
getFilename() - Method in class org.objectweb.jac.aspects.gui.web.RequestPart
 
getFilename(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
Get any file name associated with a part.
getFilenames(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
 
getFirstContainer(String) - Method in class org.objectweb.jac.core.dist.Topology
This method returns the first container that matches the host expression.
getFloatFormat() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the default display format of floats.
getFloatFormat(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the display format of an item.
getFontAttributes() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getFormat(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the format of a ClassItem or VirtualClassItem.
getForwardee() - Method in class org.objectweb.jac.wrappers.ForwardingWrapper
The getter method for the forwardee.
getFromMap(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the value associated to a key from a Map.
getFromMap(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getFromMap(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getFullHostName(String) - Static method in class org.objectweb.jac.core.dist.Distd
Get the full host name from an incomplete host name.
getFullJavaVersion() - Static method in class org.objectweb.jac.core.Jac
Returns the JRE version on which JAC is currently running.
getFullName() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Return the full method name, ie with parameter types.
getFullName() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
getGeometry() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getGetter() - Method in class org.objectweb.jac.core.rtti.FieldItem
Returns the getter of the field, if any.
getGettersNames(Class) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Get getter names.
getGraphicContext() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getHeader(String) - Method in interface org.objectweb.jac.aspects.gui.web.JacRequest
Gets the value of a header.
getHeader(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
getHeaders() - Method in class org.objectweb.jac.aspects.gui.web.RequestPart
 
getHeaders() - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getHeaders() - Method in interface org.objectweb.jac.aspects.gui.ExtendedTableModel
Gets the headers' titles.
getHeight() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getHttpServer() - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
getIcon() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getIcon() - Method in class org.objectweb.jac.aspects.gui.Menu
Gets the menu icon.
getIcon() - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Gets the icon of this node (null if none).
getIcon(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the icon associated with this item.
getIcon(String) - Static method in class org.objectweb.jac.aspects.gui.ResourceManager
Build an icon using a resource as the image.
getIconResource(String) - Static method in class org.objectweb.jac.aspects.gui.ResourceManager
Build an icon using a named resource as the image.
getId() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getId() - Method in class org.objectweb.jac.aspects.gui.web.Session
Returns the session's ID.
getId() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getId(View) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getIgnoreColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getIndex() - Method in class org.objectweb.jac.aspects.gui.CollectionPosition
The index of this position in the collection.
getIndexFied(CollectionItem) - Static method in class org.objectweb.jac.core.rtti.RttiAC
 
getIndexInList(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the smallest index of an element in a List.
getIndexInList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getIndexInList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getInitiliazer(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the initializer method of a field, if any, or null.
getInnerComponent(Model) - Method in class org.objectweb.jac.aspects.gui.swing.SwingTableView
 
getInnerComponent(Model) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
getInnerComponent(Model) - Method in class org.objectweb.jac.aspects.gui.swing.List
 
getInputStream() - Method in class org.objectweb.jac.util.URLInputStream
 
getInputStream() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
getInputStream(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
Get the data of a part as a stream.
getInputStreams(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
 
getInstance() - Method in class org.objectweb.jac.core.ACConfiguration
Gets the aspect component instance that corresponds to this configuration.
getInteractionHandler(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getInterfaceItems() - Method in class org.objectweb.jac.core.rtti.ClassItem
Returns the interfaces implemented by this class.
getInternalIndexInList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getInvalidPane(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getItemClass() - Method in class org.objectweb.jac.core.rtti.MetaItem
 
getJacObjectClassName() - Method in class org.objectweb.jac.core.SerializedJacObject
Returns the serialized JAC object class name.
getJacRoot() - Static method in class org.objectweb.jac.core.Jac
Returns the JAC root directory.
getJACTransfer(Wrappee[]) - Static method in class org.objectweb.jac.aspects.gui.Transfer
Gets the transferable representation of a set of JAC objects.
getKeys() - Method in class org.objectweb.jac.aspects.gui.Menu
Gets the contents of this menu.
getKeywordColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getKnownReplicas() - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
The getter method for the known replicas.
getLabel() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getLabel() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getLabel() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the view's label (identifier).
getLabel() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
getLabel() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getLabel() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
getLabel() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
getLabel() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getLabel() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getLabel(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getLabel(MetaItem, Stack) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the label of an item, or an automatically computed string if none was set.
getLabelAdd() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getLabelCancel() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getLabelClose() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getLabelNew() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getLabelOK() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getLastIndexInList(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the highest index of an element in a List.
getLastIndexInList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getLastIndexInList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getLaunchedClass() - Static method in class org.objectweb.jac.core.Jac
Gets the name of the class that has been launched when JAC was started (in an autonomous or a distributed mode).
getLaunchedProgram() - Static method in class org.objectweb.jac.core.Jac
Returns the logical name of the program that was launched when the JAC system started.
getLeft() - Method in class org.objectweb.jac.core.parsers.acc.SyntaxElement
 
getLeft() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getLeftMenuBar() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getLength() - Method in class org.objectweb.jac.core.dist.utils.DistdArray
 
getLevels() - Static method in class org.objectweb.jac.util.Log
Returns a Map category -> enabled saying which traces are enables
getLevels(WrappableMap) - Static method in class org.objectweb.jac.aspects.gui.WrappableMap
 
getLine() - Method in class org.objectweb.jac.core.parsers.acc.AccScanner
Return the current line number
getLineNrBgColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getLineNrColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getLineNumber() - Method in class org.objectweb.jac.core.ConfigMethod
 
getLines() - Method in class org.objectweb.jac.util.LineNumberWriter
Returns the number of lines written
getList(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get a List from the storage.
getList(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getList(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getList(OID, CollectionItem) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get a List from the storage.
getList(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getList(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getListItem(OID, long) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get an element from a list
getListItem(OID, long) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getListItem(OID, long) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getListSize(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the number of objects contained in a list
getListSize(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getListSize(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getLocalContainerName() - Static method in class org.objectweb.jac.core.dist.Distd
Get the local container name.
getLocalInputMethod(String) - Method in class org.objectweb.jac.aspects.gui.InputSequence
Returns the method item that corresponds to a method defined in the user-defined input sequence.
getLocalizedMessage() - Method in class org.objectweb.jac.util.WrappedThrowableException
 
getLocalSessionID() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Return a session id for the local display
getLogicalName() - Method in class org.objectweb.jac.aspects.naming.BindingWrapper
The getter method for the Jac object's name (role method).
getLoginField() - Method in class org.objectweb.jac.aspects.user.UserAC
 
getLong(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getLongName() - Method in class org.objectweb.jac.core.rtti.MemberItem
Returns the name prfixed with the owning class name.
getLongName() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
getMainJavaVersion() - Static method in class org.objectweb.jac.core.Jac
Returns the main JRE version (only the 2 first numbers, e.g.
getMap(Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
 
getMap(Object, Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
 
getMap(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the elements of a Map.
getMap(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getMap(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getMap(OID, CollectionItem) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Describe getMap method here.
getMap(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getMap(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getMapSize(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the number of objects contained in a map
getMapSize(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getMapSize(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getMarginLeft() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
getMatchingMethodsFor(Wrappee, ClassItem) - Method in class org.objectweb.jac.core.MethodPointcut
Gets the methods of the wrappee that are modified by this pointcut.
getMatchingRelations(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the references and collections that match the expression for this class item.
getMatchingStaticMethodsFor(ClassItem) - Method in class org.objectweb.jac.core.MethodPointcut
 
getMax() - Method in class org.objectweb.jac.wrappers.LimiterWrapper
Return the max bound of the limiter.
getMember(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Returns the member (method or field) of this class with the specified name.
getMemberFromFullName(String) - Static method in class org.objectweb.jac.core.rtti.MemberItem
A util method to get a member item reference from a full name.
getMembers() - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getMembers() - Method in interface org.objectweb.jac.aspects.gui.ExtendedTableModel
Returns the members that are displayed in the table.
getMembers(String[]) - Method in class org.objectweb.jac.core.rtti.ClassItem
Returns a MemberItem array.
getMembersOrder(CollectionItem, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getMemoryObject(int) - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns the nth object that has been created in the Jac system.
getMemoryObjectIndex(Object) - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns the index of anobject that has been created in the Jac system.
getMemoryObjects() - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns all the JAC objects that are in the current JVM memory (use getObjects() to get all the objects handled by the woven aspects -- such as distribution or persistence).
getMemoryObjects(ClassItem) - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns all the JAC objects of a given type as an array.
getMemoryObjects(ClassItem[]) - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns all the Jac objects that match any of the given types.
getMemoryObjects(String) - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns all the Jac objects of a given type as an array.
getMemoryObjects(String[]) - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns all the JAC objects that match any of the given types.
getMenu(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getMenu(String, String[]) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Find a menu defined by its path
getMenus() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getMenus(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getMessage() - Method in class org.objectweb.jac.util.WrappedThrowableException
Returns the error message string of the wrapped throwable object.
getMessage() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.AppletView
Get the value of message.
getMessage() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the dynamic message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Get the value of message.
getMessage() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Get the value of message.
getMessageQueue() - Method in class org.objectweb.jac.aspects.queue.MessageQueueAC
 
getMethod() - Method in class org.objectweb.jac.core.ConfigMethod
 
getMethod() - Method in class org.objectweb.jac.aspects.gui.Callback
The callback method.
getMethod(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets a method from its name.
getMethodInfo(String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
getMethodInfo(String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
getMethodParametersCols(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the parameters numbers of columns of a method or null if none was set.
getMethodParametersHeight(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the parameters heights of a method or null if none was set.
getMethodParametersRows(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the parameters numbers of rows of a method or null if none was set.
getMethodParametersWidth(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the parameters widths of a method or null if none was set.
getMethods() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets a set of arrays containing all the method items for this class item.
getMethods(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets a set of homonym methods (excluding constructors) from their names.
getMethods(String[]) - Method in class org.objectweb.jac.core.rtti.ClassItem
Returns a MethodItem array.
getMethodsName(Class) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Get method names.
getMethodsOrder() - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
getMethodsPane(ViewFactory, DisplayContext, Object, Collection, String, ObjectView) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Gets a composite panel containing a set of methods that are held by the substance object.
getMethodView(AbstractMethodItem, Object, DisplayContext, ViewFactory, MemberItemView) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Build view for a method
getMimeType(String) - Method in class org.objectweb.jac.util.MimeTypes
Returns the mime type associated with the extension of a filename
getMnemonic(Container, String) - Static method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Returns a mnemonic (keyboard shortcut) not already used
getModel() - Method in class org.objectweb.jac.aspects.gui.swing.SwingTableView
 
getModifiedCollections() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Gets the value of the collections that are modified by this method.
getModifierColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getModifiers() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
getModifiers() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getModifiers() - Method in class org.objectweb.jac.core.rtti.MemberItem
 
getModifiers() - Method in class org.objectweb.jac.core.rtti.MetaItemDelegate
Get the modifiers (see java.lang.reflect) of the meta item.
getModifiersNames(Class) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Get modifiers names.
getModifyingBoxes(AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Get the modifying boxes for the given abstract method item (a method or a constructor).
getMultipleParams(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
 
getName() - Method in class org.objectweb.jac.core.AspectComponent
 
getName() - Method in class org.objectweb.jac.core.ACConfiguration
Gets the name of the configured AC as defined in the declared ACs of the AC manager.
getName() - Method in class org.objectweb.jac.core.Application
Gets the name of the application.
getName() - Method in class org.objectweb.jac.core.dist.RemoteContainer
Getter method for field name.
getName() - Method in class org.objectweb.jac.core.dist.RemoteRef
The getter method for the name.
getName() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
getName() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
getName() - Method in class org.objectweb.jac.core.rtti.VirtualClassItem
 
getName() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getName() - Method in class org.objectweb.jac.core.rtti.MetaItem
This method gets the name of the meta item by delegating to the actual java.lang.reflect meta item.
getName() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
getName() - Method in class org.objectweb.jac.core.parsers.acc.SyntaxElement
 
getName() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
getName() - Method in class org.objectweb.jac.aspects.gui.web.RequestPart
 
getName() - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
getName() - Method in class org.objectweb.jac.aspects.gui.Currency
Gets the currency name.
getName() - Method in class org.objectweb.jac.aspects.gui.MemberItemView
 
getName() - Method in class org.objectweb.jac.aspects.user.Profile
Get the value of name.
getName(Object) - Method in class org.objectweb.jac.util.Repository
Returns the name of a registered object.
getName(Object) - Static method in class org.objectweb.jac.core.Naming
Returns the JAC name of a JAC object.
getName(Object) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Returns the name of a registered class.
getNameFromOID(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the name of an object from its oid.
getNameFromOID(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getNameFromOID(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getNames() - Method in class org.objectweb.jac.util.OrderedRepository
Return the ordered names of the registered objects as an array.
getNames() - Method in class org.objectweb.jac.util.Repository
Return the names of the registered objects as an array.
getNames() - Method in class org.objectweb.jac.core.rtti.ClassRepository
Return the names of the registered classes as an array.
getNbSteps() - Method in class org.objectweb.jac.aspects.gui.InputSequence
Define this method to return the number of steps (can dynamically change regarding the inputted vaules of the steps).
getNewObjectsClasses() - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
getNewValue() - Method in class org.objectweb.jac.aspects.queue.FieldChangeEvent
Gets the value of the field after the modification.
getNextVal(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
Returns the next value of a sequence
getNextVal(String) - Method in class org.objectweb.jac.aspects.persistence.PostgresStorage
 
getNonPrimitiveClass(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
getNormalizedAspectClassName(String, String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the normalized class name of an aspect regarding its normalized name and the program it belongs to.
getNormalizedAspectName(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the normalized name of an aspect regarding its class name.
getNormalizedString(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the normalized name for a string.
getNumRowsPerPage(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getObject() - Method in class org.objectweb.jac.aspects.gui.Callback
 
getObject(int) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Gets the object at a given index.
getObject(int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
getObject(int) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getObject(int) - Method in interface org.objectweb.jac.aspects.gui.CollectionModel
Returns the object at the row represented by the given index.
getObject(int, int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
getObject(int, int) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getObject(int, int) - Method in interface org.objectweb.jac.aspects.gui.ExtendedTableModel
Gets the value at a given row, column couple.
getObject(String) - Method in class org.objectweb.jac.util.Repository
Return a registered object for a given logical name.
getObject(String) - Method in class org.objectweb.jac.core.NameRepository
 
getObject(String) - Static method in class org.objectweb.jac.core.Naming
Returns the JAC object named name.
getObject(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Return a registered classes for a given logical name.
getObjectName() - Method in class org.objectweb.jac.aspects.gui.Callback
 
getObjects() - Method in class org.objectweb.jac.util.OrderedRepository
Return all the ordered registered objects as an array.
getObjects() - Method in class org.objectweb.jac.util.Repository
Return all the registered objects as an array.
getObjects() - Static method in class org.objectweb.jac.core.ObjectRepository
Gets all the instantiated JAC objects on the current VM and on all the external objects sources known by the aspects (maybe resticed by some aspects).
getObjects(Class) - Static method in class org.objectweb.jac.core.ObjectRepository
Gets all the JAC objects instances of a given class on the current VM and on all the external objects sources known by the aspects (maybe resticed by some aspects).
getObjects(ClassItem) - Static method in class org.objectweb.jac.core.ObjectRepository
Gets all the JAC objects instances of a given class on the current VM and on all the external objects sources known by the aspects (maybe resticed by some aspects).
getObjects(ClassItem) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get all instances of a class, or all objects if cl == null.
getObjects(ClassItem) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getObjects(ClassItem) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getObjects(ClassItem, Vector) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getObjects(ClassItem, Vector) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
Gets all instances of a class and its subclasses.
getObjects(String) - Static method in class org.objectweb.jac.core.ObjectRepository
Gets the set of JAC objects whose names match an expression.
getObjectsWhere(ClassItem, FieldItem, Object) - Static method in class org.objectweb.jac.core.ObjectRepository
Get all instances of class cl whose field relation contains the given value.
getObjectsWhere(ClassItem, Predicate) - Static method in class org.objectweb.jac.core.ObjectRepository
Get all instances of class cl whose field relation contains the given value.
getOID() - Method in class org.objectweb.jac.aspects.persistence.StringOID
 
getOID() - Method in class org.objectweb.jac.aspects.persistence.LongOID
 
getOID(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getOID(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
 
getOID(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
getOIDFromName(String) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the ID of an object from its name.
getOIDFromName(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getOIDFromName(String) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getOldValue() - Method in class org.objectweb.jac.aspects.queue.FieldChangeEvent
Gets the value of the field before the modification.
getOnCloseHandler() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getOpenBorder() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getOrgMethod() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
getOutputStream() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
getOwner(Object) - Method in class org.objectweb.jac.aspects.user.UserAC
Returns the owner of an object.
getOwnerClassItem() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets the class this class is an inner class of.
getOwningApplication(Wrappee, ClassItem) - Static method in class org.objectweb.jac.core.ApplicationRepository
 
getOwningApplicationName(Wrappee, ClassItem) - Static method in class org.objectweb.jac.core.ApplicationRepository
 
getOwningClass() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Returns the owning class of this method.
getPackageName(Class) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the package name of the given class.
getPaneContainer(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getPaneContainers() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getPaneContentArgs(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getPaneContents() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getPaneContentType(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Returns the type of the object to be displayed in a pane
getPanelView() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getPanelView() - Method in interface org.objectweb.jac.aspects.gui.CustomizedView
Returns the content pane of the customized, i.e.
getPanelView() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getParameter(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartJacRequest
 
getParameter(String) - Method in interface org.objectweb.jac.aspects.gui.web.JacRequest
Returns a parameter.
getParameter(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiMapJacRequest
 
getParameter(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
getParameterCount() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Gets the number of parameters
getParameterNames(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the parameter names of a method.
getParameters() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.Callback
The parameters that can be passed to the callback method.
getParameters() - Method in interface org.objectweb.jac.aspects.gui.ViewIdentity
The parameters that were used to compile the view.
getParameters() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getParameters() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getParameters(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartJacRequest
 
getParameters(String) - Method in interface org.objectweb.jac.aspects.gui.web.JacRequest
Returns a parameter.
getParameters(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiMapJacRequest
 
getParameterTypeItem(int) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Get the ClassItem of the type of a parameter of the method.
getParameterTypes() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
getParameterTypes() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Gets the parameter types of this abstract method item.
getParameterTypes() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
getParams() - Method in class org.objectweb.jac.aspects.gui.Template
 
getParams() - Method in class org.objectweb.jac.aspects.integrity.ConstraintDescriptor
 
getParams(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
Get the MIME parameters associated with a part.
getParent() - Method in class org.objectweb.jac.core.rtti.MetaItemDelegate
Gets the parent class item of this meta item.
getParent() - Method in class org.objectweb.jac.core.parsers.acc.SyntaxElement
 
getParent() - Method in class org.objectweb.jac.aspects.user.Profile
 
getParentView() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Get the value of parent.
getParentView() - Method in class org.objectweb.jac.aspects.gui.AppletView
Get the value of parent.
getParentView() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the parent view of this view.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Get the value of parentView.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Get the value of parentView.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Get the value of parentView.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Get the value of parentView.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Get the value of parentView.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Get the value of parentView.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Get the value of parentView.
getParentView() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Get the value of parentView.
getPart(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
 
getPartialTopology(RE) - Static method in class org.objectweb.jac.core.dist.Topology
This method returns a topology with all the containers that match the regular expression within the global topology of org.objectweb.jac.
getPartialTopology(String) - Static method in class org.objectweb.jac.core.dist.Topology
This method returns a topology with all the containers that match the regular expression within the global topology of org.objectweb.jac.
getPartNames() - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
Get the part names.
getPath() - Method in class org.objectweb.jac.core.Application
Gets the path of the application (its root directory).
getPathTop() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
getPixelTextWidth(String) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns the pixel width of a string
getPlural(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the plural of a name
getPosition() - Method in class org.objectweb.jac.util.PushbackReader
Returns the position in the stream
getPosition() - Method in class org.objectweb.jac.aspects.gui.web.ToolBar
Get the value of position.
getPosition() - Method in class org.objectweb.jac.aspects.gui.web.StatusBar
Get the value of position.
getPosition() - Method in class org.objectweb.jac.aspects.gui.web.AbstractMenu
Get the value of position.
getPosition() - Method in class org.objectweb.jac.aspects.gui.Menu
Gets the menu position.
getPosition() - Method in interface org.objectweb.jac.aspects.gui.StatusView
Gets the position of the menu bar (TOP||BOTTOM).
getPosition() - Method in interface org.objectweb.jac.aspects.gui.MenuView
Gets the position of the menu bar (TOP||BOTTOM||LEFT||RIGHT).
getPosition() - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
Get the value of position.
getPosition() - Method in class org.objectweb.jac.aspects.gui.swing.StatusBar
Get the value of position.
getPosition() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Get the value of position.
getPosition() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Get the value of position.
getPrecision() - Method in class org.objectweb.jac.aspects.gui.Currency
Gets the currency precision.
getPreferredScrollableViewportSize() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Copied from JTextComponent.
getPreferredSize() - Method in class org.objectweb.jac.aspects.gui.swing.JTextField
 
getPreviousRequest() - Method in class org.objectweb.jac.aspects.gui.web.Session
Returns the previous request of this session (ie the one that was achieved before the current one).
getPrimitiveFieldPane(ViewFactory, DisplayContext, Object, FieldItem, boolean) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Returns a view of a primitive field.
getPrimitiveFields() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the primitive fields for this class item.
getPrimitiveTypeWrapper(Class) - Static method in class org.objectweb.jac.util.Classes
Return the java.lang type wrapped for a primitive type.
getPrimitiveTypeWrapper(String) - Static method in class org.objectweb.jac.util.Classes
Return the java.lang type wrapped for a primitive type.
getPrintableParameterTypes(AbstractMethodItem) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns a printable representation of the argument types of a method (or a constructor if needed).
getPrintableParameterTypes(AccessibleObject) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns a printable representation of the argument types of a method (or a constructor if needed).
getPrintableString() - Method in class org.objectweb.jac.util.OrderedRepository
 
getPrintableString() - Method in class org.objectweb.jac.util.Repository
 
getProduced(Instruction, ConstantPoolGen) - Static method in class org.objectweb.jac.core.translators.VMStack
Returns the number of elements produced on the stack by an instruction
getProfile() - Method in interface org.objectweb.jac.aspects.user.User
 
getProfile(String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
getProfile(String) - Method in class org.objectweb.jac.aspects.user.UserManager
Get a profile with its name.
getProfileFromUser(Object) - Method in class org.objectweb.jac.aspects.user.UserAC
 
getProfiles() - Static method in class org.objectweb.jac.aspects.user.UserAC
 
getProfiles(String, Object) - Method in class org.objectweb.jac.aspects.user.UserAC
Gets the profiles of a user for checking access rights for an object.
getProfileStack() - Method in class org.objectweb.jac.aspects.user.Profile
 
getProposal(String, int, String, String, int) - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
Returns a proposal from a current text's state.
getPropsFrom(String, String) - Static method in class org.objectweb.jac.core.JacPropTools
Try to load the property file (propFileName) from the specified directory.
getRate() - Method in class org.objectweb.jac.aspects.gui.Currency
Gets the exchange rate regarding the default currency.
getReadRules() - Method in class org.objectweb.jac.aspects.user.Profile
 
getRealValue() - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
getReference(Wrappee, FieldItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This method loads the persistent object that is pointed by the reference from the storage.
getReferenceFieldPane(ViewFactory, DisplayContext, Object, FieldItem, boolean, MemberItemView) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Build a view containing a label for the name of the field, and the view of the reference.
getReferences() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the references for this class item.
getRegexp() - Method in class org.objectweb.jac.aspects.user.Rule
Returns a regular expression object for the resource expression.
getRelatedObjects(Collection, String) - Static method in class org.objectweb.jac.core.MethodPointcut
Gets all the objects that are related to a set of objects through relations that match the given expression.
getRelation() - Method in class org.objectweb.jac.aspects.gui.ObjectNode
Returns the relation (reference or collection) the substance of the node belongs to.
getRemCont() - Method in class org.objectweb.jac.core.dist.RemoteRef
The getter method for the remCont field.
getRemIndex() - Method in class org.objectweb.jac.core.dist.RemoteRef
The getter method for the remIndex field.
getRemoteRef() - Method in class org.objectweb.jac.core.dist.StubWrapper
The getter method for the remoteRef field.
getRemovedCollections() - Method in class org.objectweb.jac.core.rtti.MethodItem
Gets the value of the collections that are removed by this method.
getRemovedCollections() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
getRemovedCollections() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
getRemover() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Returns the remover of the collection, or null if it has no remover.
getRemoveRules() - Method in class org.objectweb.jac.aspects.user.Profile
 
getRemovingMethods() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Gets the methods that access this collection for removing.
getReplicas(Wrappee) - Method in class org.objectweb.jac.core.dist.Topology
Gets a set of remote references on all the remote replicas of a local object for the current topology.
getRepository(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the repository object of a class
getRequest() - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Returns the current JacRequest contained in the context.
getRequest() - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
getRequestCount() - Method in class org.objectweb.jac.aspects.gui.web.Session
Returns the number of active requests on the requests stack for this session.
getRequests() - Method in class org.objectweb.jac.aspects.gui.web.Session
Returns the stack of the requests for this session.
getResource(String) - Method in class org.objectweb.jac.core.JacLoader
 
getResource(String) - Static method in class org.objectweb.jac.aspects.gui.ResourceManager
 
getResourceAsStream(String) - Method in class org.objectweb.jac.core.JacLoader
 
getResourceAsStream(String) - Static method in class org.objectweb.jac.aspects.gui.ResourceManager
 
getResponse() - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Returnsx the servlet response of the current collaboration
getResponse() - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
getResult(Integer) - Method in class org.objectweb.jac.core.dist.NonBlockingStubWrapper
Return the requested result.
getReturnedField() - Method in class org.objectweb.jac.core.rtti.MethodItem
Returns the field item corresponding to the field value returned by this method, if any.
getRight() - Method in class org.objectweb.jac.core.parsers.acc.SyntaxElement
 
getRightMenuBar() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getRoot() - Method in class org.objectweb.jac.aspects.gui.ClassChooser
 
getRootObjects() - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get OIDs of all root objects.
getRootObjects() - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getRootObjects() - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getRoots() - Static method in class org.objectweb.jac.core.rtti.RttiAC
Returns all the root objects defined by the aspect configuration.
getRootView() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getRootView() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the ancestor view whose parent is null
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getRootView() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getRow(int) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getRowCount() - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Gets the list element count.
getRowCount() - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getRowCount() - Method in interface org.objectweb.jac.aspects.gui.CollectionModel
Gets the number of rows of this collection.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
getScrollableTracksViewportHeight() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
getScrollableTracksViewportWidth() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
getScrollings() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getSelected() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
Returns an array of the selected objects.
getSelectedIndices() - Method in class org.objectweb.jac.aspects.gui.swing.SwingTableView
 
getSelectedIndices() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
Returns the indices of selected objects.
getSelectedIndices() - Method in class org.objectweb.jac.aspects.gui.swing.List
Returns an array of the selected objects.
getSelectedItem() - Method in class org.objectweb.jac.aspects.gui.ComboBoxModel
Returns the currently selected object of the combo (same as getSelectedObject).
getSelectedObject() - Method in class org.objectweb.jac.aspects.gui.ComboBoxModel
Returns the currently selected object of the combo (same as getSelectedItem).
getSelection() - Method in class org.objectweb.jac.aspects.gui.web.CollectionSelector
 
getSelectionColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getSelectionEnd() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns selection end position.
getSelectionHandler(MemberItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getSelectionStart() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns selection start position
getServletName() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Returns the name of the servlet
getSession() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
getSession() - Method in class org.objectweb.jac.aspects.hibernate.HibernateHelper
 
getSet(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the elements of a Set.
getSet(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getSet(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getSet(OID, CollectionItem) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the elements of a Set.
getSet(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getSet(OID, CollectionItem) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getSetField() - Method in class org.objectweb.jac.core.rtti.MethodItem
Returns the field set by this method, if any.
getSetField() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
getSetField() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
getSetSize(OID) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Get the number of objects contained in a set
getSetSize(OID) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
getSetSize(OID) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getSetter() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
getShortClassName(Class) - Static method in class org.objectweb.jac.util.Strings
 
getShortClassName(Class) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the short name of a class.
getShortClassName(ClassItem) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the short name of a class.
getShortClassName(String) - Static method in class org.objectweb.jac.util.Strings
 
getShortConstructorName(Constructor) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the short name of a given constructor.
getShortConstructorName(ConstructorItem) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the short name of a given constructor.
getShortName() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getShowLineNumbers() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getSingular(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Return the singular of a name.
getSize() - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Gets the list size (same as getRowCount).
getSortCriteria(int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
Gets the sort criteria for a column.
getSplitterLocation(int) - Method in class org.objectweb.jac.aspects.gui.web.Panel
Returns a splitter's loctation as a percentage between 0 and 100.
getSplitters() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getStandardClassName(Class) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
 
getStart() - Method in class org.objectweb.jac.util.Enum
 
getStartIndex(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets start index for collection view from the context
getStartSwingGUI() - Static method in class org.objectweb.jac.core.Jac
Returns the array of of customized GUI ids to be shown with the Swing interface
getStartTime() - Static method in class org.objectweb.jac.core.Jac
Returns the date when the JAC system was launched.
getStartWebGUI() - Static method in class org.objectweb.jac.core.Jac
Returns the array of of customized GUI ids to be made available on the web gui.
getState(Object) - Static method in class org.objectweb.jac.core.dist.ObjectState
 
getState(Object, String[]) - Static method in class org.objectweb.jac.core.dist.ObjectState
 
getStatusBarMethod() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getStatusPosition() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getStep() - Method in class org.objectweb.jac.util.Enum
 
getStepMethod(int) - Method in class org.objectweb.jac.aspects.gui.InputSequence
Returns the method that is used to define the input box for a given step.
getStepValues(int) - Method in class org.objectweb.jac.aspects.gui.InputSequence
Returns the values that were entered by the user for a given step.
getStorage() - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
 
getStorage() - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
Returns the storage.
getStoredAttributes() - Method in class org.objectweb.jac.aspects.session.SessionAC
Stored attributes accessor.
getStreamTokenizer(File) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
getString(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
Get the data of a part as a string.
getStringColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getStrings(String) - Method in class org.objectweb.jac.aspects.gui.web.MultiPartRequest
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.Border
Get the value of style.
getStyle() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getStyle() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the user-defined style for this view.
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getStyle() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getStyleSheetURLs() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getStyleSheetURLs() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
getSubPaneContents() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getSubPanesCount() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getSubstance() - Method in class org.objectweb.jac.aspects.gui.ObjectNode
Returns the substance of this node.
getSubstance() - Method in class org.objectweb.jac.aspects.gui.CollectionPosition
Returns the substance that holds the collection.
getSubstance() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getSubstance() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
Returns the object that holds the field, if any
getSubstance() - Method in class org.objectweb.jac.aspects.queue.FieldChangeEvent
Gets the object whose field was modified.
getSubstance(InvokeInstruction) - Method in class org.objectweb.jac.core.translators.VMStack
Gets the value on which a method is invoked
getSubstance(Object) - Method in class org.objectweb.jac.core.rtti.FieldItem
Returns proper substance to invoke methods on for expression fields.
getSuperclass() - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets the superclass of this class item.
getSyntaxElementAt(int) - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
Gets the "deepest" element at a given position, or null
getSyntaxElementAt(int) - Method in class org.objectweb.jac.core.parsers.acc.NonTerminal
Returns the deepest syntax element at a given position
getSyntaxElementAt(int, String) - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
Gets the "deepest" element at a given position with a given name, or null
getSyntaxElements() - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
 
getTab(String) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
Returns the tab with a given name
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getTableMembersOrder() - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
getTabWidth() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getTaggedFields(String, boolean) - Method in class org.objectweb.jac.core.rtti.ClassItem
Gets all the current class item's fields that are tagged or not tagged with the given attribute.
getTaggedMembers(String, boolean) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getTaggedMembers(String, Object) - Method in class org.objectweb.jac.core.rtti.ClassItem
Returns the members that are tagged by a given attribute that has a given value.
getTaggedMethods(String, boolean) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
getTargetContainers() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getTargetException(Throwable) - Static method in class org.objectweb.jac.util.Exceptions
 
GETTER - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Constant to represent field getters.
getTerminalAt(int) - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
Returns the Terminal at a given position, or null
getTerminalAt(int) - Method in class org.objectweb.jac.core.parsers.acc.NonTerminal
Returns the terminal syntax element of a given position
getterPrefixes - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Store default field getter prefixes (get...).
getText() - Method in class org.objectweb.jac.aspects.gui.web.EmbeddedMethod
Returns the text of the button
getText() - Method in class org.objectweb.jac.aspects.gui.web.Method
Returns the text of the button
getText() - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Gets the text of this node (null is none).
getText() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getText() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Returns the a String containing the java file.
getTextColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getThroughAccessor(Object) - Method in class org.objectweb.jac.core.rtti.FieldItem
Get a field value through accessor if it exists.
getTitle() - Method in class org.objectweb.jac.aspects.gui.Border
Get the value of title.
getTitle() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getTokens(String) - Method in class org.objectweb.jac.util.preparse.Preparse
 
getToolbar() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Returns the toolbar of the customized GUI.
getToolTip() - Method in class org.objectweb.jac.aspects.gui.AbstractNode
 
getToolTip(Object, Stack) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the tooltip text of an object.
getTopMenuBar() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getTopology(Application) - Static method in class org.objectweb.jac.core.dist.Topology
Returns the topology defined for the given application.
getTransferedWrappees(Transferable) - Static method in class org.objectweb.jac.aspects.gui.Transfer
Retrieves a list of JAC objects from a transferable representation made by getJACTransfert.
getTrustedUsers() - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
Returns all the declared trusted users.
getTx() - Method in class org.objectweb.jac.aspects.hibernate.HibernateHelper
 
getType() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
getType() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
getType() - Method in class org.objectweb.jac.core.rtti.ClassItem
Synonym of getActualClass.
getType() - Method in class org.objectweb.jac.core.rtti.MemberItem
 
getType() - Method in class org.objectweb.jac.core.rtti.MetaItemDelegate
This method gets the type of the meta item by delegating to the actual java.lang.reflect meta item.
getType() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
getType() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
getType() - Method in class org.objectweb.jac.aspects.gui.PanelContent
Gets the type of the view
getType() - Method in interface org.objectweb.jac.aspects.gui.ViewIdentity
Gets the view type.
getType() - Method in class org.objectweb.jac.aspects.gui.ComboBoxModel
 
getType() - Method in interface org.objectweb.jac.aspects.gui.ObjectChooserModel
Returns the type of the elements contained in the combo box.
getType() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
getType() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getType() - Method in class org.objectweb.jac.aspects.distribution.DeploymentRule
Returns a readable string representation of the type of this distribution rule.
getTypeColor() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
getTypeItem() - Method in class org.objectweb.jac.core.rtti.MemberItem
 
getUnderscoredString(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the underscored name for a normalized string.
getUnprefixedString(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Get an unprefixed string from a prefixed string.
getUp() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getURL() - Method in class org.objectweb.jac.util.URLInputStream
 
getURL() - Method in class org.objectweb.jac.core.ACConfiguration
The getter of the configuration file's URL.
getURL() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
getURL() - Method in class org.objectweb.jac.aspects.gui.Template
 
getUseDate(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
getUser() - Method in class org.objectweb.jac.aspects.user.UserWrapper
 
getUserAgent() - Method in interface org.objectweb.jac.aspects.gui.web.JacRequest
Returns the user agent of this request
getUserAgent() - Method in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
getUserClass() - Method in class org.objectweb.jac.aspects.user.UserAC
 
getUserFromLogin(String) - Method in class org.objectweb.jac.aspects.user.UserAC
Gets a user from its login as defined in setUserClass.
getUserLogin(Object) - Method in class org.objectweb.jac.aspects.user.UserAC
Gets the login value for a given user.
getUserManager() - Method in class org.objectweb.jac.aspects.user.UserAC
 
getUserPassword(Object) - Method in class org.objectweb.jac.aspects.user.UserAC
Gets the password value for a given user.
getValue() - Method in class org.objectweb.jac.core.parsers.acc.Terminal
 
getValue() - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
getValue() - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
getValue() - Method in interface org.objectweb.jac.aspects.gui.FieldEditor
Gets the value of the edited object.
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.FileEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.DateEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.PrimitiveFieldEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.AttachmentEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.PasswordFieldEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.URLEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.TextEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
Gets the value of the edited field.
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.TextViewer
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.DateHourEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.ArrayEditor
Gets the value of the edited array.
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.BooleanEditor
 
getValue() - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
 
getValueAt(int, int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
getValueAt(int, int) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
getValues() - Method in class org.objectweb.jac.util.Enum
 
getView() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
getView() - Method in class org.objectweb.jac.aspects.gui.web.Request
Returns the view that is involved by this request.
getView() - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
 
getView() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
getView(ClassItem, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets an object view by name.
getView(CollectionItem, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets an object view by name.
getView(MemberItem, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets an object view by name.
getView(Object) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getView(Object) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
 
getView(Object) - Method in class org.objectweb.jac.aspects.gui.web.Panel
 
getView(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
getView(Object) - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Gets a component view from an id object.
getView(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getView(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingTabbedView
 
getView(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingPanelView
 
getView(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
getView(Object) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getView(String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Returns the view registered with a given id
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.AppletView
Get the value of viewBorder.
getViewBorder() - Method in interface org.objectweb.jac.aspects.gui.View
Gets the border for this view.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Get the value of viewBorder.
getViewBorder() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Get the value of viewBorder.
getViewer(Object, FieldItem, Object, CompositeView, ViewFactory, DisplayContext) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
 
getViewFactory(String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns a ViewFactory for a given guiType
getViewID(View) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Gets the ID of a registered view.
getViewOnSelection(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether VIEW_ON_SELECTION is set for a given field.
getViews() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
getViews() - Method in class org.objectweb.jac.aspects.gui.web.Panel
 
getViews() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
getViews() - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Gets all the component views in this composite.
getViews() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
getViews() - Method in class org.objectweb.jac.aspects.gui.swing.SwingTabbedView
 
getViews() - Method in class org.objectweb.jac.aspects.gui.swing.SwingPanelView
 
getViews() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
getViews() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
getViewType() - Method in class org.objectweb.jac.aspects.gui.MemberItemView
 
getVirtualClass(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Returns a ClassItem or a VirtualClassItem from its name.
getVirtualClassStrict(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Returns a VirtualClassItem from its name.
getVisitedReplicas() - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Returns the visited replicas global attribute of the collaboration.
getWaitingCount() - Method in class org.objectweb.jac.util.Semaphore
Gets the number of threads that are currently blocked on this semaphore.
getWeaveOnDemand() - Method in class org.objectweb.jac.core.ACConfiguration
Gets the weaveOnDemand flag value.
getWeaveTimeRank(WrappingChain, Wrapper, String) - Method in class org.objectweb.jac.core.CompositionAspect
When a wrappee method is beeing wrapped by a wrapper, this method is upcalled by the system to get the rank of the wrapper within the wrapping chain (the set of wrappers that allready wrap the wrappee method).
getWidth() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
getWindow() - Method in class org.objectweb.jac.aspects.gui.DisplayContext
Gets the window for this display context.
getWrappedThrowable() - Method in class org.objectweb.jac.util.WrappedThrowableException
Gets the wrapped throwable.
getWrapper() - Method in class org.objectweb.jac.aspects.session.SessionAC
 
getWrapperClasses(Wrappee, ClassItem) - Static method in class org.objectweb.jac.core.Wrapping
Returns the classes of the wrappers that wrap the given wrappee or wrappee's class.
getWrappers() - Method in class org.objectweb.jac.core.AspectComponent
Returns the wrappers handled by this aspect component.
getWrappers(Wrappee, ClassItem) - Static method in class org.objectweb.jac.core.Wrapping
Returns the wrappers that wrap the given wrappee or wrappee's class.
getWrappingChain(Wrappee, AbstractMethodItem) - Static method in class org.objectweb.jac.core.Wrapping
Returns the wrapping chain that wraps the given method.
getWrappingTypesOrder() - Method in class org.objectweb.jac.core.CompositionAspect
The getter for the wrapping types order.
getWriteRules() - Method in class org.objectweb.jac.aspects.user.Profile
 
getWritingMethods() - Method in class org.objectweb.jac.core.rtti.FieldItem
Get the methods that access this field for writing.
getWrittenFields() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Gets the value of the fields that are written by this method.
GLOBAL - Static variable in class org.objectweb.jac.core.Collaboration
The attribute is global to all the sites (it is serialized and transmitted with the collaboration)
globalAttributeNames() - Static method in class org.objectweb.jac.core.Collaboration
 
globalTopology - Static variable in class org.objectweb.jac.core.dist.Topology
Store the gobal topology of the JAC distributed system.
gotoLine(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Sets the caret at the beginning of a line
GRAPHIC_CONTEXT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
GuiAC - class org.objectweb.jac.aspects.gui.GuiAC.
This aspect component implements a very simple GUI that allows the user to browse the named object of the system and call methods on them.
GuiAC() - Constructor for class org.objectweb.jac.aspects.gui.GuiAC
The default constructor for the GUI aspect component.
GuiConf - interface org.objectweb.jac.aspects.gui.GuiConf.
This is the configuration interface of the Gui aspect.

H

habilitation - Variable in class org.objectweb.jac.aspects.user.UserAC
 
HABILITATION - Static variable in class org.objectweb.jac.aspects.user.UserAC
 
handleAction() - Method in class org.objectweb.jac.aspects.gui.web.JacLocalServlet.ActionThread
 
handlePerSessionObject(Interaction) - Method in class org.objectweb.jac.aspects.session.PerSessionObjectWrapper
This wrapping method handles an hashtable of copied objects.
HandlerResult - class org.objectweb.jac.aspects.gui.HandlerResult.
A handler that is assigned to a selection event (in order to change its result in most cases).
HandlerResult(CustomizedView, FieldItem, Object, String, Object) - Constructor for class org.objectweb.jac.aspects.gui.HandlerResult
Constructs a new handler.
handleSession(Interaction) - Method in class org.objectweb.jac.aspects.session.SessionWrapper
Handles sessions for the wrapped method.
handleStatic(Interaction) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This wrapping method is called on static objects constructors as defined by the pointcut of PersistenceAC.
handleTransaction(Interaction) - Method in class org.objectweb.jac.aspects.transaction.TransactionAC.TransactionWrapper
This wrapping method wraps a transactional method.
hasAccessedReferences() - Method in class org.objectweb.jac.core.rtti.MethodItem
Tells if this method accesses any references of the class it belongs to.
hasAccessingMethods() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
hasAddedCollections() - Method in class org.objectweb.jac.core.rtti.MethodItem
Returns true if the method has at least one added collection
hasAdder() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Returns true if the collection has at least one adding method.
hasDefaultValue(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
hasEditableDefaultValues(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
hasEmbeddedEditors(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
hasEnabledEditor() - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
hasEnabledEditor() - Method in interface org.objectweb.jac.aspects.gui.EditorContainer
Returns true if at least one editor is enabled.
hasEnabledEditor() - Method in class org.objectweb.jac.aspects.gui.DisplayContext
 
hasEnabledEditor() - Method in class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
hasField(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Tests if a field exist in this class item.
hashCode() - Method in class org.objectweb.jac.util.ObjectArray
 
hashCode() - Method in class org.objectweb.jac.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
hashCode() - Method in class org.objectweb.jac.aspects.gui.SortCriteria
 
hashCode() - Method in class org.objectweb.jac.aspects.persistence.OID
 
hashCode() - Method in class org.objectweb.jac.aspects.persistence.StringOID
 
hashCode() - Method in class org.objectweb.jac.aspects.persistence.LongOID
 
hashCode() - Method in class org.objectweb.jac.aspects.distrans.DataSource
 
hasMenuBar() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
hasMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
hasMethod(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Tests if a method exist in this class item.
hasModifiedCollections() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Returns true if the method has at least one modified collection
hasNext() - Method in class org.objectweb.jac.aspects.persistence.StorageIterator
 
hasNextStep() - Method in class org.objectweb.jac.aspects.gui.InputSequence
Tells if the sequence has a next step to perform after the current one.
hasRemovedCollections() - Method in class org.objectweb.jac.core.rtti.MethodItem
Returns true if the method has at least one removed collection
hasRemover() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Returns true if the collection has at least one removing method.
hasSetNavBar(CustomizedGUI, CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
hasStatusBar() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
hasTitle() - Method in class org.objectweb.jac.aspects.gui.Border
Returns true if the border has a title.
hasToolBar() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
hasViewerFor(String) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
Tells wether a view factory is able to build a view for given type.
hasWritingMethods() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
hasWrittenFields() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
height - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
hex(Object) - Static method in class org.objectweb.jac.util.Strings
Build a String representation of an object of the form <classname>@<hashcode>
HibernateAC - class org.objectweb.jac.aspects.hibernate.HibernateAC.
Persistence AC relying on Hibernate.
HibernateAC() - Constructor for class org.objectweb.jac.aspects.hibernate.HibernateAC
 
HibernateHelper - class org.objectweb.jac.aspects.hibernate.HibernateHelper.
This class acts as a gateway between the AC HibernateAC and the Hibernate 2.0 framework.
HibernateHelper() - Constructor for class org.objectweb.jac.aspects.hibernate.HibernateHelper
 
HIDDEN_TREE_RELATION - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
hideTreeRelation(FieldItem) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
This configuration method allows to hide a given relation (collection) in a treeview, even if the show relations mode is on .
hideTreeRelation(FieldItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
HORIZONTAL - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
The subpanes are separated by an horizontal splitter
HORIZONTAL - Static variable in class org.objectweb.jac.aspects.gui.Constants
The subpanes are separated by an horizontal splitter
HORIZONTAL_DOWN - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
The down subpanes are separated by a vertical splitter
HORIZONTAL_DOWN - Static variable in class org.objectweb.jac.aspects.gui.Constants
The down subpanes are separated by a vertical splitter
HORIZONTAL_UP - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
The upper subpanes are separated by a vertical splitter
HORIZONTAL_UP - Static variable in class org.objectweb.jac.aspects.gui.Constants
The upper subpanes are separated by a vertical splitter
HTMLEditor - interface org.objectweb.jac.aspects.gui.web.HTMLEditor.
This interface defines an editor used by the WebDisplay.
HTMLViewer - interface org.objectweb.jac.aspects.gui.web.HTMLViewer.
This interface defines an object viewer used by the WebGUI.

I

I18nAC - class org.objectweb.jac.aspects.i18n.I18nAC.
Internationalisation aspect.
I18nAC.TranslatorWrapper - class org.objectweb.jac.aspects.i18n.I18nAC.TranslatorWrapper.
 
I18nAC.TranslatorWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.i18n.I18nAC.TranslatorWrapper
 
I18nAC() - Constructor for class org.objectweb.jac.aspects.i18n.I18nAC
 
i2aStyle(int) - Static method in class org.objectweb.jac.aspects.gui.Border
Converts an integer representation of the style to a string.
icon - Variable in class org.objectweb.jac.aspects.gui.web.MenuItem
 
icon - Variable in class org.objectweb.jac.aspects.gui.web.Method
 
ICON - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
iconElement(String, String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Builds an tag for an icon
iconElement(String, String, boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Builds an tag for an icon
ID_FIELD - Static variable in class org.objectweb.jac.aspects.idGen.IdGenAC
 
IdGenAC - class org.objectweb.jac.aspects.idGen.IdGenAC.
 
IdGenAC.IdGenWrapper - class org.objectweb.jac.aspects.idGen.IdGenAC.IdGenWrapper.
 
IdGenAC.IdGenWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.idGen.IdGenAC.IdGenWrapper
 
IdGenAC() - Constructor for class org.objectweb.jac.aspects.idGen.IdGenAC
 
ignoreFields(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
ignoreFields(String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
image - Variable in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
ImageURLEditor - class org.objectweb.jac.aspects.gui.swing.ImageURLEditor.
This is a special value editor that allows the user to nicely edit an URL.
ImageURLEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
Constructs a new URL editor.
ImageURLViewer - class org.objectweb.jac.aspects.gui.web.ImageURLViewer.
 
ImageURLViewer - class org.objectweb.jac.aspects.gui.swing.ImageURLViewer.
A Swing viewer component for date values.
ImageURLViewer() - Constructor for class org.objectweb.jac.aspects.gui.web.ImageURLViewer
 
ImageURLViewer() - Constructor for class org.objectweb.jac.aspects.gui.swing.ImageURLViewer
 
ImageURLViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.ImageURLViewer
 
ImageURLViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.ImageURLViewer
Constructs a new date editor.
inc(Interaction) - Method in class org.objectweb.jac.wrappers.LimiterWrapper
This wrapping method increments the limiter counter and calls the wrappee method.
incompatibleACs - Variable in class org.objectweb.jac.core.CompositionAspect
Store the exclusive aspect component pairs.
incompatibleACs - Static variable in class org.objectweb.jac.core.JacPropLoader
Store the exclusive aspect component pairs.
incompatibleACsProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the incompatible property in the prop file.
incr(int) - Method in class org.objectweb.jac.aspects.tracing.Counter
Increments the counter with a given value.
incr(Interaction) - Method in class org.objectweb.jac.aspects.tracing.SimpleCountingWrapper
This wrapping method increments the counter when the wrapped method is called.
incrWithArg(Interaction) - Method in class org.objectweb.jac.aspects.tracing.OptimizedCountingWrapper
This wrapping method increments the counter with the argument value when the wrapped method is called.
incrWithField(Interaction) - Method in class org.objectweb.jac.aspects.tracing.OptimizedCountingWrapper
This wrapping method increments the counter with the field when the wrapped method is called.
INDEX_NOT_FOUND_HANDLER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
INDEXED_FIELD - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
INDEXED_FIELD_SELECTOR - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
indexOf(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
indexOf(Object) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
 
indexOf(Object) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
indexOf(Object) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
indexOf(Object) - Method in interface org.objectweb.jac.aspects.gui.CollectionModel
Returns the index of an object in the collection
indexOf(Object[], Object) - Static method in class org.objectweb.jac.util.ExtArrays
Returns the index of a value in an array of Object.
IndexSelector - class org.objectweb.jac.aspects.gui.web.IndexSelector.
A reference editor that uses the value of an index field to select objects.
IndexSelector(Object, FieldItem, CollectionItem, Object, boolean, MethodItem) - Constructor for class org.objectweb.jac.aspects.gui.web.IndexSelector
 
IndicesSelector - class org.objectweb.jac.aspects.gui.web.IndicesSelector.
A collection editor that uses the value of an index field to select objects.
IndicesSelector(ViewFactory, DisplayContext, CollectionItem, Object, CollectionModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
init_actions() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
Action encapsulation object initializer.
init_actions() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
Action encapsulation object initializer.
init() - Method in class org.objectweb.jac.core.AspectComponent
Initializes the aspect component so that its state is resetted to the default state.
init() - Method in class org.objectweb.jac.core.Application
Inits the application by creating and weaving the aspects configuration that are not woven on demand.
init() - Method in class org.objectweb.jac.core.dist.rmi.RMIDistd
This method initializes the RMI communication protocol.
init() - Method in class org.objectweb.jac.core.dist.Distd
This abstract method initializes the underlying communication protocol.
init() - Method in class org.objectweb.jac.core.dist.corba.CORBADistd
This method initializes the CORBA environment.
init() - Method in class org.objectweb.jac.aspects.gui.AppletView
Initializes the applet view.
init() - Method in class org.objectweb.jac.aspects.gui.InputSequence
This method is called when a new invocation is performed on the method.
init() - Method in class org.objectweb.jac.aspects.gui.swing.TextEditor
 
init() - Method in class org.objectweb.jac.aspects.gui.swing.JavaCodeEditor
 
init() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
init(String, ViewFactory) - Static method in class org.objectweb.jac.aspects.gui.ViewFactory
Init a swing factory by setting the constuctor types.
initAddedObject(Object, Object) - Method in class org.objectweb.jac.aspects.gui.web.Table
Initialize fields of added object from one of defaultsObject
initAllFields(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
Initialize all fields of an object in the storage.
initAutoCreatedObject(Interaction) - Method in class org.objectweb.jac.aspects.integrity.RoleWrapper
Initialize opposite role of an object auto created on an adder or reference setter.
initAutocreatedObject(Object, Object, FieldItem) - Static method in class org.objectweb.jac.aspects.gui.EventHandler
Initialize an autocreated object by setting
initCollections(Wrappee, CollectionItem[]) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
 
initCustomized(ViewFactory, DisplayContext, CompositeView, CustomizedGUI, Map) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Initialize the panels of a customized gui.
initFormat() - Method in class org.objectweb.jac.aspects.gui.web.FloatViewer
 
initFormat() - Method in class org.objectweb.jac.aspects.gui.swing.FloatViewer
 
initHandle - Variable in class org.objectweb.jac.core.translators.VMStack.Instance
 
INITIALIZED - Static variable in class org.objectweb.jac.aspects.session.SessionAC
 
initStorage() - Method in class org.objectweb.jac.aspects.hibernate.HibernateAC
Create tables to hold data for persistent classes.
initStorage(String, StandardXADataSource) - Method in class org.objectweb.jac.aspects.distrans.persistence.SimpleDbPersistence
Create a SQL table to hold persistent data.
initStorage(String, StandardXADataSource) - Method in interface org.objectweb.jac.aspects.distrans.persistence.PersistenceItf
Initialize the persistence storage.
initStorage(String, String) - Method in class org.objectweb.jac.aspects.distrans.persistence.PersistenceAC
Initialize the persistence storage.
initStorageIfNeeded(String, StandardXADataSource) - Method in class org.objectweb.jac.aspects.distrans.persistence.SimpleDbPersistence
Create a SQL table to hold persistent data.
initStorageIfNeeded(String, StandardXADataSource) - Method in interface org.objectweb.jac.aspects.distrans.persistence.PersistenceItf
Initialize the persistence storage.
initStorageIfNeeded(String, String) - Method in class org.objectweb.jac.aspects.distrans.persistence.PersistenceAC
Initialize the persistence storage.
initTree(TreeView, String, boolean) - Static method in class org.objectweb.jac.aspects.gui.TreeModel
Initialize a tree view.
InputCanceledException - exception org.objectweb.jac.aspects.gui.InputCanceledException.
This exception is thrown by the input wrapper when an input process is canceled by the user.
InputCanceledException(AbstractMethodItem) - Constructor for class org.objectweb.jac.aspects.gui.InputCanceledException
The constructor for this exception.
inputCount - Static variable in class org.objectweb.jac.core.dist.Distd
The number of bytes that have been transmitted to the input of this deamon.
InputSequence - class org.objectweb.jac.aspects.gui.InputSequence.
This class allows a GUI programmer to create input sequences to ask the user to fill a set of parameters when invoking a method.
InputSequence(Display, AbstractMethodItem, Object[]) - Constructor for class org.objectweb.jac.aspects.gui.InputSequence
Creates a user-defined input sequence.
InputStreamParser - interface org.objectweb.jac.core.InputStreamParser.
Configuration file parser interface
InputWrapper - class org.objectweb.jac.aspects.gui.InputWrapper.
This wrapper asks the user the parameters of the invoked method if the attribute Gui.askForParameters is defined in the current collaboration.
InputWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.gui.InputWrapper
 
insertChild(SyntaxElement) - Method in class org.objectweb.jac.core.parsers.acc.NonTerminal
Add child at the beginning
insertCloseCBracket() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Inserts a closing curly bracket and takes indentation into account.
insertReturn() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Inserts a closing curly bracket and takes indentation into account.
insertString(int, String) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Inserts a String s into the text at pos.
instantiate() - Method in class org.objectweb.jac.core.ACConfiguration
Instantiates a new aspect component.
instantiate(Class, String) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
 
instantiates(String, byte[][], byte[], String[], byte[][]) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainer
This method instantiates a className object.
instantiates(String, Object[], Vector, String[], Object[]) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainerStub
This method instantiates a className object.
instantiates(String, String, Object[], String[], byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
This method instantiates a className object.
instantiates(String, String, Object[], String[], byte[], byte[]) - Method in interface org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf
This method instantiates a className object.
instantiates(String, String, Object[], String[], byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
This method instantiates a className object.
instantiates(String, String, Object[], String[], byte[], byte[]) - Method in class org.objectweb.jac.core.dist.RemoteContainer
This method instantiates a className object.
int2string(int) - Method in class org.objectweb.jac.util.Enum
 
IntegrityAC - class org.objectweb.jac.aspects.integrity.IntegrityAC.
This aspect handle different kinds of data integrity among objects sets.
IntegrityAC() - Constructor for class org.objectweb.jac.aspects.integrity.IntegrityAC
 
IntegrityConf - interface org.objectweb.jac.aspects.integrity.IntegrityConf.
 
Interaction - class org.objectweb.jac.core.Interaction.
 
INTERACTION_HANDLER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Interaction(WrappingChain, Wrappee, AbstractMethodItem, Object[]) - Constructor for class org.objectweb.jac.core.Interaction
 
interpret(Document, Class) - Method in interface org.objectweb.jac.core.parsers.xml.DocumentInterpreter
 
interpret(Document, Class) - Method in class org.objectweb.jac.core.parsers.xml.DefaultDocumentInterpreter
 
interpret(Element, Class) - Method in interface org.objectweb.jac.core.parsers.xml.ElementInterpreter
 
interpret(Element, Class) - Method in class org.objectweb.jac.core.parsers.xml.ACElementInterpreter
 
interpret(Element, Class) - Method in class org.objectweb.jac.core.parsers.xml.MethodElementInterpreter
 
interpretArgument(Element) - Method in class org.objectweb.jac.core.parsers.xml.MethodElementInterpreter
 
interpretArray(Element) - Method in class org.objectweb.jac.core.parsers.xml.MethodElementInterpreter
 
IntHolder - class org.objectweb.jac.core.dist.utils.IntHolder.
IntHolder is used as a container for integers.
IntHolder() - Constructor for class org.objectweb.jac.core.dist.utils.IntHolder
 
introduce(ClassItem, ClassItem, String, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
introduce(ClassItem, ClassItem, String, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Introduces a new member (field or method) into a given class.
invalidate() - Method in class org.objectweb.jac.aspects.distribution.LoadBalancingAC.LoadBalancingWrapper
 
invalidate() - Method in class org.objectweb.jac.aspects.distribution.BroadcastingAC.BroadcastingWrapper
 
invalidateCache() - Method in class org.objectweb.jac.aspects.user.Rule
Invalidates the UserAC.controlAttribute's cache.
invalidateCache() - Method in class org.objectweb.jac.aspects.user.UserAC
Invalidate controlAttribute's cache.
invalidateCache() - Method in class org.objectweb.jac.aspects.user.Profile
 
invalidateTopology() - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Invalidates the topology.
InvalidDelegateException - exception org.objectweb.jac.core.rtti.InvalidDelegateException.
This exception is thrown when the user tries to construct a new meta item that is not matching the java.lang.reflect element it delegates to.
InvalidDelegateException() - Constructor for class org.objectweb.jac.core.rtti.InvalidDelegateException
 
InvalidIndexException - exception org.objectweb.jac.util.InvalidIndexException.
 
InvalidIndexException(int) - Constructor for class org.objectweb.jac.util.InvalidIndexException
 
Invoke - class org.objectweb.jac.core.rtti.Invoke.
A method invocation
Invoke() - Constructor for class org.objectweb.jac.core.rtti.Invoke
 
invoke(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.Callback
 
invoke(Interaction) - Method in class org.objectweb.jac.core.dist.NonBlockingStubWrapper
Forward a call to the remote reference.
invoke(Interaction) - Method in class org.objectweb.jac.core.dist.StubWrapper
Forward a call to the remote reference.
invoke(int, String, byte[][]) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainer
Invoke a method on a base object.
invoke(int, String, byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
Invoke a method on a base object.
invoke(int, String, byte[], byte[]) - Method in interface org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf
Invoke a method on a base object.
invoke(int, String, byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
Invoke a method on a base object.
invoke(int, String, byte[], byte[]) - Method in class org.objectweb.jac.core.dist.RemoteContainer
Invoke a method on a base object.
invoke(int, String, Object[]) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteContainerStub
Invoke a method on a base object.
invoke(Object) - Method in class org.objectweb.jac.core.Interaction
 
invoke(Object, Object[]) - Method in class org.objectweb.jac.core.rtti.MethodItem
Invokes this method on the given object and with the given parameters values.
invoke(Object, Object[]) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
invoke(Object, Object[]) - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
invoke(Object, String) - Static method in class org.objectweb.jac.aspects.gui.Actions
Invokes a method on an object.
invoke(Object, String, Object[]) - Method in class org.objectweb.jac.core.rtti.ClassItem
A shortcut to invoke a method (avoid to get the method item).
invoke(String, Object[]) - Method in class org.objectweb.jac.core.dist.RemoteRef
Forward a call to the referenced object.
invoke(String, Object[], Boolean[]) - Method in class org.objectweb.jac.core.dist.RemoteRef
Forward a call to the referenced object.
invokeDirect(Class, String, Object, Object[]) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Call a directly acceded method.
invokedMethods - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
invokedObject(InvokeInstruction) - Method in class org.objectweb.jac.core.translators.VMStack
Returns the stack element corresponding to the object on which the InvokeInstruction is applied.
InvokeInfo - class org.objectweb.jac.core.rtti.InvokeInfo.
A method invocation
InvokeInfo(Object, String, String) - Constructor for class org.objectweb.jac.core.rtti.InvokeInfo
 
invokeOrg(Wrappee, String, Object[]) - Static method in class org.objectweb.jac.core.Wrapping
This method can be used to shortcut the wrapping chain and directly call the original method.
invokeRoleMethod(int, String, byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
 
invokeRoleMethod(int, String, byte[], byte[]) - Method in interface org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf
 
invokeRoleMethod(int, String, byte[], byte[]) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
 
invokeRoleMethod(int, String, byte[], byte[]) - Method in class org.objectweb.jac.core.dist.RemoteContainer
 
invokeRoleMethod(String, Object[]) - Method in class org.objectweb.jac.core.dist.RemoteRef
Forward a role method call to the referenced object.
invokeRoleMethod(Wrappee, ClassItem, Class, String, Object[]) - Static method in class org.objectweb.jac.core.Wrapping
Invokes a role method on the wrappee.
invokeRoleMethod(Wrappee, Class, String, Object[]) - Static method in class org.objectweb.jac.core.Wrapping
Invokes a role method on the wrappee.
invokeRoleMethod(Wrappee, String, Object[]) - Static method in class org.objectweb.jac.core.Wrapping
Invokes a role method on the wrappee.
invokeStatic(Object[]) - Method in class org.objectweb.jac.core.rtti.MethodItem
Invokes this static method with the given parameters values.
InvokeThread - class org.objectweb.jac.aspects.gui.InvokeThread.
This class allows the programmer to invoke a given method in a new thread.
InvokeThread(Object, AbstractMethodItem, Object[]) - Constructor for class org.objectweb.jac.aspects.gui.InvokeThread
Creates a new thread that will invoke a method when started.
InvokeThread(Object, AbstractMethodItem, Object[], String[], Object[], String[], Object[]) - Constructor for class org.objectweb.jac.aspects.gui.InvokeThread
 
invokeWithInit(Object, Object[]) - Method in class org.objectweb.jac.core.rtti.MethodItem
Invokes a method with uninitialized parameters.
IS_INDEX - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
isAbstract() - Method in class org.objectweb.jac.core.rtti.ClassItem
 
isAccessor() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isAccessor() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isAccessor() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isACDeclared(String) - Method in class org.objectweb.jac.core.ACManager
 
isAddable(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether to show an add button for a collection
isAddable(Collection, MetaItem) - Static method in class org.objectweb.jac.aspects.user.Profile
 
isAddable(MetaItem) - Method in class org.objectweb.jac.aspects.user.Profile
 
isAddable(Object, CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether to show an add button for a collection
isAdder() - Method in class org.objectweb.jac.core.rtti.MethodItem
Tells wether the method is an adder of a collection
isAdder() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isAdder() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isAdder(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Return true if the name matches a adder profile (i.e.
isAddingMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
 
isApplicableTo(Object) - Method in class org.objectweb.jac.aspects.distribution.DeploymentRule
Returns true if the deployment rule must by applied on a given object.
isAppliedTo(Object) - Method in class org.objectweb.jac.aspects.distribution.DeploymentRule
Tells if the rule is already applied to a given object.
isArray() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Tells if this collection is actually an array.
isAscending() - Method in class org.objectweb.jac.aspects.gui.SortCriteria
 
isAutoComplete() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
isAutoCreate(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
isAutoCreateParameters(AbstractMethodItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
isAutomaticCompletionChar(char) - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
isAutomaticCompletionChar(char) - Method in class org.objectweb.jac.aspects.gui.swing.DefaultCompletionEngine
This method always returns false (no automatic completion is supported).
isBeginingWithLetter(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
Tells if the value is a letter begining string.
isBeginingWithUpperCaseChar(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
Tells if the value is an upper-case char begining string.
isCacheHit(Object[]) - Method in class org.objectweb.jac.wrappers.CacheWrapper
Returns the index of a key in the cache, -1 if not found.
isCalculated() - Method in class org.objectweb.jac.core.rtti.FieldItem
Tells whether the field is transient or not.
isCellEditable(int, int) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Tells if this cell is directly editable (always returns false for the moment).
isCellEditable(int, int) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
isCellViewer - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
row number, for TableCellViewer
isClassMatching(Wrappee, ClassItem) - Method in class org.objectweb.jac.core.MethodPointcut
Tests if the given component class is modified (in a way or another) by this pointcut.
isClosed() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.AppletView
 
isClosed() - Method in interface org.objectweb.jac.aspects.gui.View
Tells if this view has been closed by the GUI or the user.
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
isClosed() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
isCollection(String) - Static method in class org.objectweb.jac.core.translators.WrappeeTranslator_BCEL
 
isCollectionAccessor() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isCollectionAccessor() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isCollectionAccessor() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isCollectionGetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isCollectionGetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isCollectionGetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isCollectionSetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isCollectionSetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isCollectionSetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isCollectionType(Class) - Static method in class org.objectweb.jac.core.rtti.RttiAC
Tells wether a given type represents a collection
isConfigurationMethod(Method) - Method in class org.objectweb.jac.core.AspectComponent
 
isContainer(RemoteContainer) - Method in class org.objectweb.jac.core.dist.Topology
Check if the current topology contains the given container.
isCreatable(ClassItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Wether to show "new" buttons for a class (defaults to true)
isCreatable(Collection, MetaItem) - Static method in class org.objectweb.jac.aspects.user.Profile
 
isCreatable(MetaItem) - Method in class org.objectweb.jac.aspects.user.Profile
 
isCreationAllowedParameter(AbstractMethodItem, int) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether to display a "new" button for a parameter of a method
isCreationAttribute(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
isDefaultConstructorAdded(Class) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Returns true is this class defautlt constructor (the one with no parameter) has been added by JAC at class load-time.
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
isDescendantOf(View) - Method in interface org.objectweb.jac.aspects.gui.View
Tells wether this view has a given view in its ancestors
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
isDescendantOf(View) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
isDirectory() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
isDivider(char) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Tests if a character is a divider.
isEditable() - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
isEditable() - Method in interface org.objectweb.jac.aspects.gui.ReferenceEditor
 
isEditable(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells if a field is editable from the GUI.
isEditable(Object, FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells if a field is editable from the GUI.
isEditableChoice(FieldItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
isEditor - Variable in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
isEditor() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
isEditor() - Method in interface org.objectweb.jac.aspects.gui.CollectionView
Tells wether the view allows to edit the collection (i.e it has add/remove buttons)
isEditor() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
isEmbedded - Variable in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
isEmbedded() - Method in class org.objectweb.jac.aspects.gui.MemberItemView
 
isEmbeddedAdded() - Method in class org.objectweb.jac.aspects.gui.CollectionItemView
 
isEmbeddedEditor(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
isEmbeddedEditors() - Method in class org.objectweb.jac.aspects.gui.CollectionItemView
 
isEmbeddedEditors() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns the value of the EMBEDDED_EDITORS atrribute from the current collaboration.
isEmbeddedEditors(MemberItem) - Method in class org.objectweb.jac.aspects.gui.CollectionItemView
 
isEmpty() - Method in class org.objectweb.jac.util.WeakHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.objectweb.jac.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty(Interaction) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
isEmpty(String) - Static method in class org.objectweb.jac.util.Strings
Tells if a string is empty (is null, has a zero length, or contains only whitespaces)
isEnabled() - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
isEnabled() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
isEnabled() - Method in interface org.objectweb.jac.aspects.gui.FieldEditor
 
isEnabled(AbstractMethodItem, Object) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether a method should be enabled
isEof(int) - Method in class org.objectweb.jac.core.parsers.acc.AccScanner
 
isExpanded(AbstractNode) - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
isExtendedBy(Wrappee, ClassItem, Class) - Static method in class org.objectweb.jac.core.Wrapping
 
isFieldGetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isFieldGetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isFieldGetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isFieldPreloaded(FieldItem) - Static method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
isFieldSetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isFieldSetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isFieldSetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isFileChooserView(MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Tells if the given method call by the GUI opens a file chooser dialog.
isFinal() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
isForwarder() - Method in class org.objectweb.jac.core.SerializedJacObject
Tells if the serialized object is a forwarder.
isGeometrySet() - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Returns true if the geometry of this GUI was set with setPosition.
isGetter - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
isGetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
Tells wether the method returns the value of a field
isGetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isGetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isGetter(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Return true if the name matches a getter profile (i.e.
isGlobal(String) - Static method in class org.objectweb.jac.core.Collaboration
Returns true if the attribute is global.
isGreaterThan(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
Tells if the value is greater than a given number.
isHostMatching(Wrappee, ClassItem) - Method in class org.objectweb.jac.core.MethodPointcut
Tests if the given component is modified (in a way or another) by this pointcut.
isIEUserAgent() - Method in interface org.objectweb.jac.aspects.gui.web.JacRequest
Tells if the user agent of the request is Internet Explorer
isIEUserAgent() - Method in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
isIndex(CollectionItem) - Static method in class org.objectweb.jac.core.rtti.RttiAC
 
isInForm() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Are we in a
element ?
isInner() - Method in class org.objectweb.jac.core.rtti.ClassItem
Tells wether this class is an inner class of some other class
isInPath(Object, String) - Static method in class org.objectweb.jac.core.MethodPointcut
Tells if this object is reachable for the given object path expression.
isInPrefixes(String, String[]) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Tells if the the method name is equal to one of the given prefixes.
isJacField(String) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Return true if the field is added by JAC at class load-time.
isJacMethod() - Method in class org.objectweb.jac.core.rtti.MethodItem
Tells wether the method was introduced by JAC
isJacMethod(String) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Return true if the method is added by JAC at class load-time.
isJavaIdentifier(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
Tells if the value is a valid java identifier.
isKeyword(String) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Tells wether a word is keyword or not
isLeaf() - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Returns true if this node is a leaf of the tree that holds it.
isLeafNode(TreeView, ObjectNode, Object, boolean) - Static method in class org.objectweb.jac.aspects.gui.TreeModel
Tells wether a node is a leaf or not, without computing all its children.
isList() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Tells if this collection item is compliant with a java.util.List interface.
isLoaded() - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
isLoaded(String) - Method in class org.objectweb.jac.core.JacLoader
Returns true if the class is already loaded.
isLocal() - Method in class org.objectweb.jac.core.dist.RemoteContainer
Return true if the container is local.
isLocal(String) - Static method in class org.objectweb.jac.core.dist.RemoteContainer
Return true if the container is local.
isLowerThan(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
 
isMap() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Tells if this collection item is compliant with a java.util.Map interface.
isMemberInCategory(MemberItem, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether a member item belong to category
isMethodMatching(AbstractMethodItem) - Method in class org.objectweb.jac.core.MethodPointcut
Tests if the given method item is modified (in a way or another) by this pointcut.
isModified() - Method in class org.objectweb.jac.util.preparse.ParseInput
 
isModifier() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Tells wether the method modifies the state of the object
isModifier(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns true if the name matches a modifier profile (i.e.
isModifier(String) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Tells wether a word is a modifier or not
isNameMatching(Wrappee, ClassItem) - Method in class org.objectweb.jac.core.MethodPointcut
Tests if the given component is modified (in a way or another) by this pointcut.
isNameMatching(Wrappee, String) - Method in class org.objectweb.jac.core.MethodPointcut
 
isNew() - Method in class org.objectweb.jac.aspects.user.Profile
 
isNullAllowed(FieldItem) - Static method in class org.objectweb.jac.core.rtti.RttiAC
 
isNullAllowedParameter(AbstractMethodItem, int) - Static method in class org.objectweb.jac.core.rtti.RttiAC
 
isPathExpression(String) - Static method in class org.objectweb.jac.core.MethodPointcut
Tells if this expression is a path expression (of the form o/r/o...).
isPersistent(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
Tells if the current object is persistent (role method).
isPrefixedWith(String, String[]) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Tell if the string is prefixed with one of the given prefixes.
isPrimitive() - Method in class org.objectweb.jac.core.rtti.FieldItem
Tells if this field item represents a primitive type (that is to say it is of a type that is not a reference towards a Jac object).
isPrimitive() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Always returns false for collections (maybe not very semantically clear).
isPrimitive(Type) - Static method in class org.objectweb.jac.core.translators.Utils
Returns true is t is a primitive type, excluding VOID.
isReadable(Collection, MetaItem) - Static method in class org.objectweb.jac.aspects.user.Profile
 
isReadable(MetaItem) - Method in class org.objectweb.jac.aspects.user.Profile
 
isRecording() - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
isReference() - Method in class org.objectweb.jac.core.rtti.FieldItem
Tells if this field item represents a reference type (that is to say it is of a type that is a reference towards a Jac object).
isReference() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Always returns false for collections (maybe not very semantically clear).
isReferenceAccessor() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isReferenceAccessor() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isReferenceAccessor() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isReferenceGetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isReferenceGetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isReferenceGetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isReferenceSetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isReferenceSetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isReferenceSetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isRegistered(String) - Method in class org.objectweb.jac.util.Repository
Returns true if an object is registered with this name.
isRegistered(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Returns true if a class is registered with this name.
isRemovable(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether to show a remove button for a collection
isRemovable(Collection, MetaItem) - Static method in class org.objectweb.jac.aspects.user.Profile
 
isRemovable(MetaItem) - Method in class org.objectweb.jac.aspects.user.Profile
 
isRemovable(Object, CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells wether to show a remove button for a collection
isRemover() - Method in class org.objectweb.jac.core.rtti.MethodItem
Tells wether the method is a remover of a collection
isRemover() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isRemover() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isRemover(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Return true if the name matches a remover profile (i.e.
isRemovingMethod(MethodItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
 
isReplicatedOn(String, RemoteContainer) - Static method in class org.objectweb.jac.aspects.distribution.consistency.Consistency
Says if a replica is deployed on the given site.
isRole() - Method in class org.objectweb.jac.core.rtti.MemberItem
Tells if this field is actually implemented by a role wrapper field.
isSaved() - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
isSelectionCompletion - Variable in class org.objectweb.jac.aspects.gui.swing.SHEditor
Whether the selection is some text added by the completion engine
isSet() - Method in class org.objectweb.jac.core.rtti.CollectionItem
Tells if this collection item is compliant with a java.util.Set interface.
isSetter() - Method in class org.objectweb.jac.core.rtti.MethodItem
Tells wether the method is the setter of a field
isSetter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isSetter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
isSetter(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Return true if the name matches a setter profile (i.e.
isShowRowNumbers(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
isStatic() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
isStatic() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isStepping() - Method in class org.objectweb.jac.aspects.tracing.Debugger
Tell if in stepping mode.
isSubClassOf(ClassItem) - Method in class org.objectweb.jac.core.rtti.ClassItem
Tells wether the class inherits from a subclass whose name matches a regular expression.
isSubClassOf(RE) - Method in class org.objectweb.jac.core.rtti.ClassItem
Tells wether the class inherits from a subclass whose name matches a regular expression.
isSystemField(String) - Static method in class org.objectweb.jac.core.rtti.ClassRepository
Tells if the field is a "system" field, such as a field added by the compiler for class objects.
isSystemListener() - Method in class org.objectweb.jac.core.AspectComponent
Tells if this aspect component is a system listener.
isTableView(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Returns true if the given item must be displayed by the GUI as a table.
isTimedout(String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Tells wether a view ID corresponds to a timedout dialog
isTransient() - Method in class org.objectweb.jac.core.rtti.FieldItem
Tells whether the field is transient or not.
isTranslated(JavaClass) - Method in class org.objectweb.jac.core.translators.WrappeeTranslator_BCEL
Returns true if the class is already translated (ie it contains a field named __JAC_TRANSLATED)
isTrustedUser(String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
Returns true if the user is in the trusted users list.
isTrustedUser(String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
Tells if a given user is trusted or not.
isType(String) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Tells wether a word is a type or not
isUniqueValue(Wrappee, FieldItem, Object, Object[]) - Static method in class org.objectweb.jac.aspects.integrity.GenericConditions
Check if this field already has the same value in another object of the same type.
isViewableItems(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
isVisible(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells if an item is visible (displayed by the GUI).
isVisible(Object, MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Tells if an item is visible (displayed by the GUI).
isWrappable(AbstractMethodItem) - Static method in class org.objectweb.jac.core.Wrapping
Tells if a given method is wrappable.
isWrappable(Object) - Method in class org.objectweb.jac.core.rtti.FieldItem
Tells if the field item represents a wrappable type.
isWrappedBy(Wrappee, ClassItem, Class) - Static method in class org.objectweb.jac.core.Wrapping
Returns true if the wrappee or the wrappeeClass is wrapped by a wrapper class.
isWrappedBy(Wrappee, ClassItem, Wrapper) - Static method in class org.objectweb.jac.core.Wrapping
 
isWritable(Collection, MetaItem) - Static method in class org.objectweb.jac.aspects.user.Profile
 
isWritable(MetaItem) - Method in class org.objectweb.jac.aspects.user.Profile
 
isWriter() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
isWriter() - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
 
isWriter() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
Italic - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Italic
itemStateChanged(ItemEvent) - Method in class org.objectweb.jac.aspects.gui.swing.BooleanEditor
 
itemStateChanged(ItemEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
 
itemView - Variable in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
itemView - Variable in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
iterator(Interaction) - Method in class org.objectweb.jac.aspects.persistence.SetWrapper
 
iterator(Interaction) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
iterator(Interaction) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
iterator(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 

J

Jac - class org.objectweb.jac.core.Jac.
This is the main class of org.objectweb.jac.
Jac() - Constructor for class org.objectweb.jac.core.Jac
 
JacDataSource - class org.objectweb.jac.aspects.gui.reports.JacDataSource.
A data source for JasperReports.
JacDataSource(ClassItem) - Constructor for class org.objectweb.jac.aspects.gui.reports.JacDataSource
Create a data source of all instances of a class.
JacHashtable - class org.objectweb.jac.core.utils.JacHashtable.
 
JacHashtable() - Constructor for class org.objectweb.jac.core.utils.JacHashtable
 
JacHashtable(Object) - Constructor for class org.objectweb.jac.core.utils.JacHashtable
 
JacLoader - class org.objectweb.jac.core.JacLoader.
The JAC specific class loader for JAC objects.
JacLoader(boolean, boolean) - Constructor for class org.objectweb.jac.core.JacLoader
Create a JacLoader.
JacLoader(boolean, boolean, ClassLoader) - Constructor for class org.objectweb.jac.core.JacLoader
Create a JacLoader.
JacLocalServlet - class org.objectweb.jac.aspects.gui.web.JacLocalServlet.
This servlet does the same thing as the JacServlet, but it does not use RMI.
JacLocalServlet.ActionThread - class org.objectweb.jac.aspects.gui.web.JacLocalServlet.ActionThread.
 
JacLocalServlet.ActionThread(WebDisplay, String, String, CustomizedGUI, JacRequest, HttpServletResponse, String, View) - Constructor for class org.objectweb.jac.aspects.gui.web.JacLocalServlet.ActionThread
 
JacLocalServlet() - Constructor for class org.objectweb.jac.aspects.gui.web.JacLocalServlet
 
jacObjectClassName - Variable in class org.objectweb.jac.core.SerializedJacObject
The class name of the serialized JAC object.
JacObjectInputStream - class org.objectweb.jac.core.JacObjectInputStream.
JacObjectInputStream is used to read JAC objects from an input stream during a deserialization process.
JacObjectInputStream(InputStream) - Constructor for class org.objectweb.jac.core.JacObjectInputStream
Creates a JacObjectInputStream.
JacObjectOutputStream - class org.objectweb.jac.core.JacObjectOutputStream.
JacObjectOutputStream is used to write JAC objects into an output stream during a serialization process.
JacObjectOutputStream(OutputStream) - Constructor for class org.objectweb.jac.core.JacObjectOutputStream
Creates a JacObjectInputStream.
JacPropLoader - class org.objectweb.jac.core.JacPropLoader.
This class is used to load all the properties necessary to the execution of JAC.
JacPropLoader() - Constructor for class org.objectweb.jac.core.JacPropLoader
 
JacPropTools - class org.objectweb.jac.core.JacPropTools.
This class provides useful primitives to parse Java property files.
JacPropTools() - Constructor for class org.objectweb.jac.core.JacPropTools
 
JacRequest - interface org.objectweb.jac.aspects.gui.web.JacRequest.
This interface represents an HttpRequest.
JacRequestReader - interface org.objectweb.jac.aspects.gui.web.JacRequestReader.
 
JacVector - class org.objectweb.jac.core.utils.JacVector.
 
JacVector() - Constructor for class org.objectweb.jac.core.utils.JacVector
 
JacVector(int) - Constructor for class org.objectweb.jac.core.utils.JacVector
 
JacVector(int, int) - Constructor for class org.objectweb.jac.core.utils.JacVector
 
JacVector(Object) - Constructor for class org.objectweb.jac.core.utils.JacVector
 
JacXmlParser - class org.objectweb.jac.core.parsers.xml.JacXmlParser.
Adapter for org.objectweb.jac.core.Parser
JacXmlParser() - Constructor for class org.objectweb.jac.core.parsers.xml.JacXmlParser
The DocumentInterpreter always receives a Vector as the Object argument in interpret()
JavaCodeEditor - class org.objectweb.jac.aspects.gui.swing.JavaCodeEditor.
A Java source code editor
JavaCodeEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.JavaCodeEditor
 
join(Collection, String) - Static method in class org.objectweb.jac.util.Strings
 
join(String[], String) - Static method in class org.objectweb.jac.util.Strings
 
JOTMHelper - class org.objectweb.jac.aspects.distrans.JOTMHelper.
Helper class used to retrieve the JOTM singleton instance used by JAC.
JOTMHelper() - Constructor for class org.objectweb.jac.aspects.distrans.JOTMHelper
 
JTable - class org.objectweb.jac.aspects.gui.swing.JTable.
A table with variable height rows.
JTable() - Constructor for class org.objectweb.jac.aspects.gui.swing.JTable
 
JTextField - class org.objectweb.jac.aspects.gui.swing.JTextField.
 
JTextField() - Constructor for class org.objectweb.jac.aspects.gui.swing.JTextField
 

K

keyPressed(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
keyPressed(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
 
keyPressed(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
keyPressed(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
keyPressed(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
keyPressed(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
keyPressed(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Key Pressed
keyReleased(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
keyReleased(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
 
keyReleased(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
keyReleased(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
keyReleased(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
keyReleased(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
keyReleased(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Key Released
keySet() - Method in class org.objectweb.jac.util.AbstractMap
Returns a Set view of the keys contained in this map.
keyTyped(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
keyTyped(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
 
keyTyped(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
keyTyped(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
keyTyped(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
keyTyped(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
keyTyped(KeyEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Key Typed
knownReplicas - Variable in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Storage for known replicas.
KS_ALL - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
With this knowledge style, all the replicas know all the other replicas (none info is required at construction time).
KS_BTREE - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
With this knowledge style, each replica knows only one replica which is its father in a binary tree (the top of the tree has to be defined at construction time).
KS_NEXT - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
With this knowledge style, each replica knows only one replica which is its neighbour in the replicas list (and last knows the first) (none info is required at construction time).
KS_ONE - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
With this knowledge style, all the replicas know the same unique replica (to be defined at construction time).
KS_USER - Static variable in class org.objectweb.jac.aspects.distribution.consistency.Consistency
The knowledge style is defined by the user (the whole knowledge graph has to be defined at construction time).

L

label - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
label - Variable in class org.objectweb.jac.aspects.gui.web.MenuItem
 
label - Variable in class org.objectweb.jac.aspects.gui.AppletView
 
label - Variable in class org.objectweb.jac.aspects.gui.swing.DateViewer
 
label - Variable in class org.objectweb.jac.aspects.gui.swing.FloatViewer
 
label - Variable in class org.objectweb.jac.aspects.gui.swing.DateHourViewer
 
Label - class org.objectweb.jac.aspects.gui.web.Label.
 
LABEL - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Label() - Constructor for class org.objectweb.jac.aspects.gui.web.Label
 
lastField() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
lastIndexOf(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
lastModified() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
launchGUI() - Method in class org.objectweb.jac.core.dist.Topology
Start the admin GUI
launchGUI(String) - Method in class org.objectweb.jac.core.dist.Topology
Launches the administration GUI on the local container.
launchProgram(String[]) - Static method in class org.objectweb.jac.core.ApplicationRepository
Launches a JAC program.
launchRemoteGUI() - Method in class org.objectweb.jac.core.dist.RemoteContainer
Launches a administration GUI on a remote container.
LBRACE - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
LBRACE - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
Left - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Left align
LEFT - Static variable in class org.objectweb.jac.aspects.gui.Border
The label of the border if any is diplayed on the left constant
LEFT - Static variable in class org.objectweb.jac.aspects.gui.Menu
The LEFT menu's position
LEFT - Static variable in class org.objectweb.jac.aspects.gui.Constants
 
LEFT - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the left (when 2-3 panels)
length() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
LessAbstractListModel - class org.objectweb.jac.aspects.gui.LessAbstractListModel.
Base class for ListModel and ComboBoxModel.
LessAbstractListModel() - Constructor for class org.objectweb.jac.aspects.gui.LessAbstractListModel
Construct a new abstract list model which is independent from any collection.
LessAbstractListModel(CollectionItem, Object) - Constructor for class org.objectweb.jac.aspects.gui.LessAbstractListModel
Construct a new abstract list model in which the values depend on a collection's values.
Lib - class org.objectweb.jac.core.utils.Lib.
Lib is a container class for various utility method used by org.objectweb.jac.
Lib() - Constructor for class org.objectweb.jac.core.utils.Lib
 
LimiterException - exception org.objectweb.jac.wrappers.LimiterException.
Signals that something is wrong with the limits of the limiter wrapper.
LimiterException(String) - Constructor for class org.objectweb.jac.wrappers.LimiterException
A constructor for this exception.
LimiterException(String, Exception) - Constructor for class org.objectweb.jac.wrappers.LimiterException
A constructor for this exception.
LimiterWrapper - class org.objectweb.jac.wrappers.LimiterWrapper.
LimiterWrapper implements a wrapper that tests a counter value before calling the wrappee object.
LimiterWrapper(AspectComponent, int, int) - Constructor for class org.objectweb.jac.wrappers.LimiterWrapper
Construct a new limiter and initialize the bounds.
LINE - Static variable in class org.objectweb.jac.aspects.gui.Border
The style is a line constant
LINE_BREAKS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
LineNumberWriter - class org.objectweb.jac.util.LineNumberWriter.
A writer which counts the numbers of lines that it writes.
LineNumberWriter(Writer) - Constructor for class org.objectweb.jac.util.LineNumberWriter
 
LINKED_PARAMETERS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
LinkedMap - class org.objectweb.jac.util.LinkedMap.
Use only put(Object,Object) and get(Object).
LinkedMap() - Constructor for class org.objectweb.jac.util.LinkedMap
 
LinkedMap(Map) - Constructor for class org.objectweb.jac.util.LinkedMap
 
List - class org.objectweb.jac.aspects.gui.web.List.
 
List - class org.objectweb.jac.aspects.gui.swing.List.
 
list() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
List(ViewFactory, DisplayContext, CollectionItem, Object, CollectionModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.web.List
 
List(ViewFactory, DisplayContext, CollectionItem, Object, CollectionModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.swing.List
 
listAsString(List) - Static method in class org.objectweb.jac.util.WrapLib
 
listContains(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Say if a List contains an object.
listContains(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
listContains(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
Listing - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Code listing style
ListIterator - class org.objectweb.jac.aspects.persistence.ListIterator.
 
ListIterator(Wrappee) - Constructor for class org.objectweb.jac.aspects.persistence.ListIterator
 
ListModel - class org.objectweb.jac.aspects.gui.ListModel.
A generic list data model.
ListModel(CollectionItem, Object) - Constructor for class org.objectweb.jac.aspects.gui.ListModel
Construct a new list model.
ListWrapper - class org.objectweb.jac.aspects.persistence.ListWrapper.
A wrapper for the list interface.
ListWrapper(AspectComponent, boolean) - Constructor for class org.objectweb.jac.aspects.persistence.ListWrapper
 
load(Object, String, StandardXADataSource) - Method in class org.objectweb.jac.aspects.distrans.persistence.SimpleDbPersistence
Store an object into the persistence storage.
load(Object, String, StandardXADataSource) - Method in interface org.objectweb.jac.aspects.distrans.persistence.PersistenceItf
Store an object into the persistence storage.
load(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
Load the whole collection if it is not already loaded
loadAllFields(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
Load all the fields of an object from the storage and initialize the object.
LoadBalancingAC - class org.objectweb.jac.aspects.distribution.LoadBalancingAC.
This Aspect Component allows the programmer to easily implement load-balancing features for its application when JAC is running in distributed mode.
LoadBalancingAC.LoadBalancingWrapper - class org.objectweb.jac.aspects.distribution.LoadBalancingAC.LoadBalancingWrapper.
This inner-wrapper handles the load-balancing wrapping methods that actually implement the load-balancing algorithms.
LoadBalancingAC.LoadBalancingWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.aspects.distribution.LoadBalancingAC.LoadBalancingWrapper
 
LoadBalancingAC() - Constructor for class org.objectweb.jac.aspects.distribution.LoadBalancingAC
 
LoadBalancingConf - interface org.objectweb.jac.aspects.distribution.LoadBalancingConf.
This is the configuration interface of the load-balancing aspect
loadByteCodeFromFile(String, String) - Static method in class org.objectweb.jac.core.utils.Lib
Return the byte code contained in file dirName.fileName.class
loadClass(String) - Method in class org.objectweb.jac.core.dist.DistdClassLoader
Overrides the default mechanism to load classes (only for non-java classes).
loadClass(String, boolean) - Method in class org.objectweb.jac.core.JacLoader
 
loadedByteCodes - Variable in class org.objectweb.jac.core.dist.DistdClassLoader
loadedByteCodes is a hashtable of byte codes that have been remotely load (so that this site may be used as an intermediate class repository.
loadedClasses - Variable in class org.objectweb.jac.core.dist.DistdClassLoader
loadedClasses is a hashtable of classes that have been loaded.
loadFromFile(File) - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
loadProps() - Static method in class org.objectweb.jac.core.JacPropLoader
Try to load the properties and set all the internal hash tables in order to be used by the JAC core objects.
loadProps(boolean) - Static method in class org.objectweb.jac.core.JacPropLoader
 
LoadtimeRTTI - interface org.objectweb.jac.core.rtti.LoadtimeRTTI.
This class defines the super class for all the meta items whithin the rtti aspect.
localContainerName - Static variable in class org.objectweb.jac.core.dist.Distd
Store the local container name.
Log - class org.objectweb.jac.util.Log.
The Log class provides a means to send some informational, debugging or error messages like System.out.println but traces can be enabled or disabled at runtime.
Log() - Constructor for class org.objectweb.jac.util.Log
 
logicalName - Variable in class org.objectweb.jac.aspects.naming.BindingWrapper
The name of the Jac object the binber must bind to.
logout(DisplayContext) - Static method in class org.objectweb.jac.aspects.gui.Actions
Logout from an application by clearing the current user.
LongOID - class org.objectweb.jac.aspects.persistence.LongOID.
An implementation of OID with a long
LongOID(long) - Constructor for class org.objectweb.jac.aspects.persistence.LongOID
 
lostOwnership(Clipboard, Transferable) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Fiered if the SHEditor loses ownership of a Clipboard
LOWER - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the bottom (when 2-3 panels)
LOWER_LEFT - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the bottom-left (when 3-4 panels)
LOWER_RIGHT - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the bottom-right (when 3-4 panels)
LOWERED - Static variable in class org.objectweb.jac.aspects.gui.Border
The style is lowered constant
lowerFirst(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Lower case the first character of a string.

M

main(String[]) - Static method in class org.objectweb.jac.util.Base64
 
main(String[]) - Static method in class org.objectweb.jac.util.WrapLib
The entry point of the wraplib program.
main(String[]) - Static method in class org.objectweb.jac.util.URLInputStream
 
main(String[]) - Static method in class org.objectweb.jac.util.preparse.Preparse
Usage: java org.objectweb.jac.util.preparse.PreParse [ ...]
main(String[]) - Static method in class org.objectweb.jac.core.ACManager
Called by the JAC launcher to create and declare the aspect components defined in jac.prop.
main(String[]) - Static method in class org.objectweb.jac.core.JacLoader
Usage: java org.objectweb.jac.core.JacLoader [class]
main(String[]) - Static method in class org.objectweb.jac.core.ApplicationRepository
Launches and initializes the application repository (this method is called by the system).
main(String[]) - Static method in class org.objectweb.jac.core.Jac
The entry point of the JAC system.
main(String[]) - Static method in class org.objectweb.jac.core.dist.rmi.RMIDistd
 
main(String[]) - Static method in class org.objectweb.jac.core.dist.corba.CORBADistd
 
main(String[]) - Static method in class org.objectweb.jac.core.parsers.acc.AccParserWrapper
Parse a file.
main(String[]) - Static method in class org.objectweb.jac.core.parsers.xml.XmlConfig
Do some invocations on System.out
main(String[]) - Static method in class org.objectweb.jac.aspects.distribution.bootstrap.BindClient
This method is the entry point for a Jac application launched with the -C option.
main(String[]) - Static method in class org.objectweb.jac.aspects.distribution.bootstrap.DistBootstrap
This method is the entry point for a Jac application launched with the -D option.
makePersistent(String, String) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Configure persistence for one class.
makePersistent(String, String) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
makePersistent(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
Makes an object persistent if it is not already.
mapContainsKey(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Says if a Map contains a key.
mapContainsKey(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
mapContainsKey(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
mapContainsValue(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Says if a Map contains a value.
mapContainsValue(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
mapContainsValue(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
MapIterator - class org.objectweb.jac.aspects.persistence.MapIterator.
 
MapIterator(Wrappee) - Constructor for class org.objectweb.jac.aspects.persistence.MapIterator
 
MapWrapper - class org.objectweb.jac.aspects.persistence.MapWrapper.
A wrapper for the Map interface.
MapWrapper(AspectComponent, boolean) - Constructor for class org.objectweb.jac.aspects.persistence.MapWrapper
 
match(MetaItem) - Method in class org.objectweb.jac.aspects.user.Rule
Tells if a MetaItem matches the rule.
max - Variable in class org.objectweb.jac.wrappers.LimiterWrapper
Store the maximum bound of the limiter.
maxIdle(CollectionItem, long) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Set a max idle time for a collection.
maxIdle(CollectionItem, long) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
maybeInvalidatePane(ViewFactory, DisplayContext, CustomizedView, String) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Removes the content of pane when another pane's content is changed
maybeLowerFirst(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Lower case the first character of a string unless it starts with at least two upper case letters.
MemberItem - class org.objectweb.jac.core.rtti.MemberItem.
This class defines a meta item that corresponds to a field or a method.
MemberItem(ClassItem) - Constructor for class org.objectweb.jac.core.rtti.MemberItem
 
MemberItem(Object, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.MemberItem
 
MemberItemView - class org.objectweb.jac.aspects.gui.MemberItemView.
Defines a generic member view (is embedded, ...)
MemberItemView(MemberItem, String) - Constructor for class org.objectweb.jac.aspects.gui.MemberItemView
 
MEMBERS_ORDERS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
memorizeUseDate(Interaction) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
memoryObjectCount() - Static method in class org.objectweb.jac.core.ObjectRepository
This method returns the object counter of the Jac system (last created object is getObject(objectCount()-1)).
Menu - class org.objectweb.jac.aspects.gui.web.Menu.
 
Menu - class org.objectweb.jac.aspects.gui.Menu.
 
Menu - class org.objectweb.jac.aspects.gui.swing.Menu.
 
MENU - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Menu() - Constructor for class org.objectweb.jac.aspects.gui.Menu
 
Menu() - Constructor for class org.objectweb.jac.aspects.gui.swing.Menu
 
Menu(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.web.Menu
 
Menu(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.swing.Menu
 
MenuBar - class org.objectweb.jac.aspects.gui.web.MenuBar.
 
MenuBar - class org.objectweb.jac.aspects.gui.swing.MenuBar.
 
MenuBar() - Constructor for class org.objectweb.jac.aspects.gui.swing.MenuBar
 
MenuBar(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.web.MenuBar
 
MenuBar(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.swing.MenuBar
 
MenuItem - class org.objectweb.jac.aspects.gui.web.MenuItem.
 
MenuItem(String, String, Callback) - Constructor for class org.objectweb.jac.aspects.gui.web.MenuItem
 
MenuListener - interface org.objectweb.jac.aspects.gui.web.MenuListener.
This interface defines a callbacks used when events occur on a menu.
MenuView - interface org.objectweb.jac.aspects.gui.MenuView.
The GUI target independent menu.
merge(Wrappee, Wrappee, Wrappee) - Static method in class org.objectweb.jac.aspects.transaction.Merging
 
Merging - class org.objectweb.jac.aspects.transaction.Merging.
 
Merging() - Constructor for class org.objectweb.jac.aspects.transaction.Merging
 
MessageQueue - class org.objectweb.jac.aspects.queue.MessageQueue.
Handles an asynchronous message queue.
MessageQueue() - Constructor for class org.objectweb.jac.aspects.queue.MessageQueue
 
MessageQueueAC - class org.objectweb.jac.aspects.queue.MessageQueueAC.
 
MessageQueueAC() - Constructor for class org.objectweb.jac.aspects.queue.MessageQueueAC
 
MessageQueueConf - interface org.objectweb.jac.aspects.queue.MessageQueueConf.
 
MessageQueueWrapper - class org.objectweb.jac.aspects.queue.MessageQueueWrapper.
 
MessageQueueWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.queue.MessageQueueWrapper
 
MetaItem - class org.objectweb.jac.core.rtti.MetaItem.
This class defines the super class for all the meta items whithin the rtti aspect.
MetaItem() - Constructor for class org.objectweb.jac.core.rtti.MetaItem
 
MetaItemDelegate - class org.objectweb.jac.core.rtti.MetaItemDelegate.
This class defines the super class for all the meta items whithin the rtti aspect.
MetaItemDelegate() - Constructor for class org.objectweb.jac.core.rtti.MetaItemDelegate
 
MetaItemDelegate(Object) - Constructor for class org.objectweb.jac.core.rtti.MetaItemDelegate
Default contructor to create a new meta item object.
method - Variable in class org.objectweb.jac.core.Interaction
 
method - Variable in class org.objectweb.jac.core.rtti.InvokeInfo
 
method - Variable in class org.objectweb.jac.aspects.gui.web.Method
 
Method - class org.objectweb.jac.aspects.gui.web.Method.
 
method() - Method in interface org.objectweb.jac.core.CollaborationParticipant
Returns the method name that have been called on the wrappee during the current collaboration point (method call).
Method(Object, AbstractMethodItem) - Constructor for class org.objectweb.jac.aspects.gui.web.Method
 
MethodAppearenceGuiConf - interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf.
This configuration interface of the Gui aspect defines all the methods that handle the appearence of the methods in views.
MethodElementInterpreter - class org.objectweb.jac.core.parsers.xml.MethodElementInterpreter.
 
MethodElementInterpreter() - Constructor for class org.objectweb.jac.core.parsers.xml.MethodElementInterpreter
 
methodElementTagName - Static variable in class org.objectweb.jac.core.parsers.xml.XmlConfig
 
MethodInfo - class org.objectweb.jac.core.rtti.MethodInfo.
 
MethodInfo() - Constructor for class org.objectweb.jac.core.rtti.MethodInfo
 
MethodItem - class org.objectweb.jac.core.rtti.MethodItem.
This class defines a meta item that corresponds to the java.lang.reflect.Method meta element.
MethodItem(Method, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.MethodItem
Default contructor to create a new method item object.
MethodItemView - class org.objectweb.jac.aspects.gui.MethodItemView.
Defines a generic member view (is embedded, ...)
MethodItemView(AbstractMethodItem, String) - Constructor for class org.objectweb.jac.aspects.gui.MethodItemView
 
MethodListener - interface org.objectweb.jac.aspects.gui.web.MethodListener.
This interface defines event for the method component.
methodNextWrapper(Interaction) - Static method in class org.objectweb.jac.core.Wrapping
 
MethodPointcut - class org.objectweb.jac.core.MethodPointcut.
This class can be used by JAC aspect components to easily define a set of method points on the base program that the aspects will use to modify its behavior.
MethodPointcut(AspectComponent, String, String, String, Wrapper, String, String, String, Object[], String, String, boolean) - Constructor for class org.objectweb.jac.core.MethodPointcut
Instantiates a new pointcut with the given characterisitics.
methods - Variable in class org.objectweb.jac.core.rtti.ClassItem
Stores the methods of the class.
METHODS_ORDER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
MethodUpdate - interface org.objectweb.jac.aspects.gui.MethodUpdate.
This interface defines a callback method used to notify that the value returned by a method has changed.
methodUpdated(Object, MethodItem, Object) - Method in interface org.objectweb.jac.aspects.gui.MethodUpdate
Upcalled when a returned value has changed.
methodUpdated(Object, MethodItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
methodUpdated(Object, MethodItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
MethodView - interface org.objectweb.jac.aspects.gui.MethodView.
The GUI target independent method view.
MimeTypes - class org.objectweb.jac.util.MimeTypes.
Maps mime types to their extensions
MimeTypes() - Constructor for class org.objectweb.jac.util.MimeTypes
 
min - Variable in class org.objectweb.jac.wrappers.LimiterWrapper
Store the minimum bound of the limiter.
mode - Variable in class org.objectweb.jac.aspects.tracing.Debugger
Store the current debugging mode.
model - Variable in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
Model - interface org.objectweb.jac.aspects.gui.Model.
The root interface for abstract data models.
modifiedCollections - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
modifiedFields - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
MODIFIER - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Constant to represent field modifiers.
modifName(String) - Method in class org.objectweb.jac.util.preparse.Preparse
 
mouseClicked(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
mouseClicked(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer
 
mouseClicked(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Do nothing.
mouseClicked(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
MouseClicked.
mouseDragged(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
MouseDragged.
mouseEntered(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
mouseEntered(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer
 
mouseEntered(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Do nothing.
mouseEntered(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
MouseEntered.
mouseExited(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
mouseExited(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer
 
mouseExited(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Do nothing.
mouseExited(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
MouseExited.
mouseMoved(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
MouseMoved.
mousePressed(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
mousePressed(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer
 
mousePressed(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Shows a popup if needed.
mousePressed(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Mouse has been pressed.
mouseReleased(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
mouseReleased(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.CollaborationInitializer
 
mouseReleased(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Closes a popup if needed.
mouseReleased(MouseEvent) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
MouseReleased.
MultiMapJacRequest - class org.objectweb.jac.aspects.gui.web.MultiMapJacRequest.
This class represents a multi-part HttpRequest.
MultiMapJacRequest(HttpServletRequest) - Constructor for class org.objectweb.jac.aspects.gui.web.MultiMapJacRequest
Parameters are copied from the HttpServletRequest.
MultiMapJacRequest(MultiMap, HttpServletRequest) - Constructor for class org.objectweb.jac.aspects.gui.web.MultiMapJacRequest
Parameters are initialized from the given map.
MultiMapJacRequest(MultiMap, HttpServletRequest, JacRequest) - Constructor for class org.objectweb.jac.aspects.gui.web.MultiMapJacRequest
 
MultiPartJacRequest - class org.objectweb.jac.aspects.gui.web.MultiPartJacRequest.
This class represents a multi-part HttpRequest.
MultiPartJacRequest(MultiPartRequest, HttpServletRequest) - Constructor for class org.objectweb.jac.aspects.gui.web.MultiPartJacRequest
 
MultiPartRequest - class org.objectweb.jac.aspects.gui.web.MultiPartRequest.
Multipart Form Data request.
MultiPartRequest(HttpServletRequest) - Constructor for class org.objectweb.jac.aspects.gui.web.MultiPartRequest
Constructor.

N

n - Variable in class org.objectweb.jac.core.translators.VMStack.LocalVariable
 
n - Variable in class org.objectweb.jac.core.translators.VMStack.Argument
 
n2sort() - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
name - Variable in class org.objectweb.jac.core.ACConfiguration
The name of the configured AC.
name - Variable in class org.objectweb.jac.core.dist.RemoteContainer
The name of the container.
name - Variable in class org.objectweb.jac.core.dist.RemoteRef
The name of the remote object that is of will be associated to the remote ref.
name - Variable in class org.objectweb.jac.aspects.persistence.RootObject
 
NameGenerator - class org.objectweb.jac.aspects.naming.NameGenerator.
Generate names for objects using the classname and an integer counter.
NameGenerator() - Constructor for class org.objectweb.jac.aspects.naming.NameGenerator
Creates a new NameGenerator
nameObject(Object, String) - Method in class org.objectweb.jac.aspects.naming.NamingAC
Name a single object by registering it in the name repository (see the NameRepository class).
nameRepository - Static variable in class org.objectweb.jac.core.NameRepository
Store the sole instance of name repository.
NameRepository - class org.objectweb.jac.core.NameRepository.
Provides a naming repository within a running JAC system.
NameRepository() - Constructor for class org.objectweb.jac.core.NameRepository
The default constructor will set the nameRepository field to the right value.
nameReps - Variable in class org.objectweb.jac.core.dist.Topology
Store the remote references on the name repository for optimization matter.
names - Variable in class org.objectweb.jac.util.Repository
Reverse hashtable to find an objet from its name
names - Variable in class org.objectweb.jac.core.rtti.ClassRepository
Reverse hashtable to find an class item from its name
Naming - class org.objectweb.jac.core.Naming.
This class implements useful static methods to manipulate JAC objects and names.
Naming() - Constructor for class org.objectweb.jac.core.Naming
 
NamingAC - class org.objectweb.jac.aspects.naming.NamingAC.
Handles the naming aspect within the JAC system.
NamingAC() - Constructor for class org.objectweb.jac.aspects.naming.NamingAC
Creates a naming aspect component.
namingClassDefaultName - Static variable in class org.objectweb.jac.core.JacPropLoader
Default class providing a naming service.
namingClassName - Static variable in class org.objectweb.jac.core.JacPropLoader
 
namingClassProp - Static variable in class org.objectweb.jac.core.JacPropLoader
Property key for the class providing a naming service.
NamingConventions - class org.objectweb.jac.core.rtti.NamingConventions.
This class provides some useful methods to get some information regarding the naming conventions.
NamingConventions() - Constructor for class org.objectweb.jac.core.rtti.NamingConventions
 
NAVBAR - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
nbMaxOfResults - Static variable in class org.objectweb.jac.core.dist.NonBlockingStubWrapper
Maximum number of results stored.
nc - Static variable in class org.objectweb.jac.core.dist.corba.CORBARemoteRef
The root naming context of the COSNaming.
nc - Variable in class org.objectweb.jac.core.dist.corba.CORBADistd
The root naming context of the COSNaming.
NEW_WINDOW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
newContainer(String) - Method in class org.objectweb.jac.core.dist.rmi.RMIDistd
This method creates a new container and returns it.
newContainer(String) - Method in class org.objectweb.jac.core.dist.Distd
This abstract method creates a new container.
newContainer(String) - Method in class org.objectweb.jac.core.dist.corba.CORBADistd
This method creates a new container.
newContainer(String, String) - Method in class org.objectweb.jac.core.dist.rmi.RMIDistd
This method creates a new container, instantiates a given class, and returns the container.
newContainer(String, String) - Method in class org.objectweb.jac.core.dist.Distd
This abstract method creates a new container and instantiates a given class.
newContainer(String, String) - Method in class org.objectweb.jac.core.dist.corba.CORBADistd
This method creates a new container and instantiates a given class.
newHandle - Variable in class org.objectweb.jac.core.translators.VMStack.Instance
the InstructionHandle who created this instance
newInstance() - Method in class org.objectweb.jac.core.rtti.ClassItem
Creates a new instance of this class item by using the default constructor (the one with no parameters).
newInstance() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
A nice way to construct a new instance when the constructor does not take any arguements (it throws an exception if it is not the case).
newInstance(Class[], Object[]) - Method in class org.objectweb.jac.core.rtti.ClassItem
Creates a new instance of this class item by using the constructor that matches the given parameter types.
newInstance(Class, Display) - Static method in class org.objectweb.jac.aspects.gui.InputWrapper
Create a new instance of a class.
newInstance(Object[]) - Method in class org.objectweb.jac.core.rtti.ClassItem
Create a new instance of the class, using the first constructor suitable for the given parameters.
newInstance(Object[]) - Method in class org.objectweb.jac.core.rtti.ConstructorItem
Creates a new instance of the class item that is parent of this constructor item.
newName(String) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Generate a new name for an instance.
newName(String) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
newName(String) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
newName(String) - Method in class org.objectweb.jac.aspects.persistence.PostgresStorage
 
newObject(Object) - Method in interface org.objectweb.jac.core.Display
Notifies the display that a new object has been created.
newObject(Object) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
newObject(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
newRequest(Request) - Method in class org.objectweb.jac.aspects.gui.web.Session
Creates a new request for this session (pushes it on the requests stack).
newString(char, int) - Static method in class org.objectweb.jac.util.Strings
Build a string with a given length and all the characters equals.
newVirtualClass(String, ClassItem) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
newVirtualClass(String, ClassItem) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Create a new virtual class.
newWindow(String, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
next_token() - Method in class org.objectweb.jac.core.parsers.acc.AccScanner
 
next() - Method in class org.objectweb.jac.aspects.gui.reports.JacDataSource
 
next() - Method in class org.objectweb.jac.aspects.persistence.StorageIterator
 
nextLine(int, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Move to the next line
nextStep() - Method in class org.objectweb.jac.aspects.gui.InputSequence
Process the next step.
nextWrapper(Interaction) - Static method in class org.objectweb.jac.core.Wrapping
This method factorizes the common code that is used when the next wrapper is called.
NO_AUTO_CREATE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
NO_CACHE - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
NO_COMMIT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
Disable commit in editors
nodeChanged(TreeNode) - Method in interface org.objectweb.jac.aspects.gui.TreeView
Upcalled when a substance changed for a given node.
nodesWereInserted(TreeNode, int[]) - Method in interface org.objectweb.jac.aspects.gui.TreeView
Upcalled when nodes where inserted in this tree.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in interface org.objectweb.jac.aspects.gui.TreeView
Upcalled when nodes where removed in this tree.
NonBlockingStubWrapper - class org.objectweb.jac.core.dist.NonBlockingStubWrapper.
NonBlockingStubWrapper is a dynamic client stub for org.objectweb.jac.
NonBlockingStubWrapper(AspectComponent, RemoteRef) - Constructor for class org.objectweb.jac.core.dist.NonBlockingStubWrapper
Construct a new dynamic stub.
NonBlockingStubWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.core.dist.NonBlockingStubWrapper
A more user-friendly constructor.
NONE - Static variable in class org.objectweb.jac.aspects.gui.Border
None border constant
NONE - Static variable in class org.objectweb.jac.aspects.gui.Constants
 
NonTerminal - class org.objectweb.jac.core.parsers.acc.NonTerminal.
Represents a non terminal rule
NonTerminal(String) - Constructor for class org.objectweb.jac.core.parsers.acc.NonTerminal
 
NonTerminal(String, SyntaxElement) - Constructor for class org.objectweb.jac.core.parsers.acc.NonTerminal
 
NonTerminal(String, SyntaxElement[]) - Constructor for class org.objectweb.jac.core.parsers.acc.NonTerminal
 
NONVIEWABLE_ITEMS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
normalizeInput(Object) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
Performs various stuff before storing a value in a storage.
normalizeOutput(Object) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
Gets the object in memory object for a "storage" value.
NoSuchClassException - exception org.objectweb.jac.core.rtti.NoSuchClassException.
 
NoSuchClassException(String) - Constructor for class org.objectweb.jac.core.rtti.NoSuchClassException
 
NoSuchFieldException - exception org.objectweb.jac.core.rtti.NoSuchFieldException.
 
NoSuchFieldException(ClassItem, String) - Constructor for class org.objectweb.jac.core.rtti.NoSuchFieldException
 
NoSuchMemberException - exception org.objectweb.jac.core.rtti.NoSuchMemberException.
The exception that is thrown when the required member does not exist.
NoSuchMemberException(ClassItem, String) - Constructor for class org.objectweb.jac.core.rtti.NoSuchMemberException
Create a new exception
NoSuchMethodException - exception org.objectweb.jac.core.rtti.NoSuchMethodException.
The exception that is thrown when the accessed method does not exist.
NoSuchMethodException(String) - Constructor for class org.objectweb.jac.core.rtti.NoSuchMethodException
 
NoSuchObjectError - error org.objectweb.jac.aspects.naming.NoSuchObjectError.
 
NoSuchObjectError(String) - Constructor for class org.objectweb.jac.aspects.naming.NoSuchObjectError
 
NoSuchOIDError - error org.objectweb.jac.aspects.persistence.NoSuchOIDError.
 
NoSuchOIDError(OID) - Constructor for class org.objectweb.jac.aspects.persistence.NoSuchOIDError
 
NOT_SHARED - Static variable in class org.objectweb.jac.core.AspectComponent
 
notifyDisplaysForNewObject(Object) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Notifies all the displays that a new object has just been created by upcalling the newObject method of the displays.
notifyFieldChange(FieldChangeEvent) - Method in class org.objectweb.jac.aspects.queue.MessageQueue
Notify registered clients of a field change.
NotInCollectionPredicate - class org.objectweb.jac.util.NotInCollectionPredicate.
 
NotInCollectionPredicate(Collection) - Constructor for class org.objectweb.jac.util.NotInCollectionPredicate
 
NULL_ALLOWED - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
NULL_ALLOWED_PARAMETERS - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
NUM_ROWS_PER_PAGE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
NumberPanel - class org.objectweb.jac.aspects.gui.swing.NumberPanel.
 

O

object - Variable in class org.objectweb.jac.aspects.gui.HandlerResult
 
ObjectArray - class org.objectweb.jac.util.ObjectArray.
This utility class wraps an array of objects and defines an hashCode() and an equals()
ObjectArray(Object[]) - Constructor for class org.objectweb.jac.util.ObjectArray
 
ObjectChooser - class org.objectweb.jac.aspects.gui.web.ObjectChooser.
This is a special value editor that allows the user to choose a value within a set of object of a given type.
ObjectChooser - class org.objectweb.jac.aspects.gui.swing.ObjectChooser.
This is a special value editor that allows the user to choose a value within a set of object of a given type.
ObjectChooser(Object, FieldItem, ComboBoxModel, boolean) - Constructor for class org.objectweb.jac.aspects.gui.web.ObjectChooser
Constructs a new object chooser.
ObjectChooser(Object, FieldItem, ComboBoxModel, boolean) - Constructor for class org.objectweb.jac.aspects.gui.swing.ObjectChooser
Constructs a new object chooser.
ObjectChooserModel - interface org.objectweb.jac.aspects.gui.ObjectChooserModel.
Data model for ObjectChooser.
ObjectNode - class org.objectweb.jac.aspects.gui.ObjectNode.
This class represents a tree node for an object.
ObjectNode(TreeView, Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.ObjectNode
Constructor.
ObjectPopup - class org.objectweb.jac.aspects.gui.swing.ObjectPopup.
 
ObjectPopup(DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.swing.ObjectPopup
 
ObjectRepository - class org.objectweb.jac.core.ObjectRepository.
This class allows the JAC applications to access objects that are managed within the current VM or that can be defined outside of it by the currently woven aspects.
ObjectRepository() - Constructor for class org.objectweb.jac.core.ObjectRepository
 
objects - Variable in class org.objectweb.jac.util.Repository
Link JAC objects to the names
objects - Variable in class org.objectweb.jac.core.rtti.ClassRepository
Link class items to their names
ObjectState - class org.objectweb.jac.core.dist.ObjectState.
 
ObjectState() - Constructor for class org.objectweb.jac.core.dist.ObjectState
 
objectsToString() - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
objectToString(Object) - Method in class org.objectweb.jac.aspects.persistence.DimensionStringConverter
 
objectToString(Object) - Method in class org.objectweb.jac.aspects.persistence.URLStringConverter
 
objectToString(Object) - Method in class org.objectweb.jac.aspects.persistence.DateStringConverter
 
objectToString(Object) - Method in class org.objectweb.jac.aspects.persistence.RectangleStringConverter
 
objectToString(Object) - Method in interface org.objectweb.jac.aspects.persistence.StringConverter
Returns a string representation of a field so that it can be stored.
objectToString(Object) - Static method in class org.objectweb.jac.aspects.persistence.ValueConverter
Returns a string representation of a field so that it can be stored.
objectToString(Object) - Method in class org.objectweb.jac.aspects.persistence.PointStringConverter
 
ObjectUpdate - interface org.objectweb.jac.aspects.gui.ObjectUpdate.
This interface defines a callback method used to notify that an object was updated.
objectUpdated(Object, Object) - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
 
objectUpdated(Object, Object) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
 
objectUpdated(Object, Object) - Method in class org.objectweb.jac.aspects.gui.ObjectNode
 
objectUpdated(Object, Object) - Method in interface org.objectweb.jac.aspects.gui.ObjectUpdate
The callback method.
objectUpdated(Object, Object) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
objectUpdated(Object, Object) - Method in class org.objectweb.jac.aspects.gui.swing.ReferenceView
 
ObjectView - class org.objectweb.jac.aspects.gui.web.ObjectView.
 
ObjectView - class org.objectweb.jac.aspects.gui.ObjectView.
Defines a generic object view (attributes order, tabs, ...)
ObjectView - class org.objectweb.jac.aspects.gui.swing.ObjectView.
 
ObjectView() - Constructor for class org.objectweb.jac.aspects.gui.web.ObjectView
 
ObjectView() - Constructor for class org.objectweb.jac.aspects.gui.swing.ObjectView
 
ObjectView(ClassItem, String) - Constructor for class org.objectweb.jac.aspects.gui.ObjectView
 
ObjectView(ClassItem, String, ObjectView) - Constructor for class org.objectweb.jac.aspects.gui.ObjectView
 
ObjectViewDialog - class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog.
 
ObjectViewDialog(View, String, String, boolean, boolean, boolean, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
ObjectViewDialog(View, String, String, Dialog, boolean, boolean, boolean, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
ObjectViewDialog(View, String, String, Frame, boolean, boolean, boolean, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
oid - Variable in class org.objectweb.jac.aspects.persistence.RootObject
 
OID - class org.objectweb.jac.aspects.persistence.OID.
Abstract class that defines an object identifier.
OID() - Constructor for class org.objectweb.jac.aspects.persistence.OID
 
ok - Variable in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
 
onAdd(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
 
onAdd(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.ObjectNode
 
onAdd(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.RelationNode
 
onAdd(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
onAdd(Object, CollectionItem, Object, Object, Object) - Method in interface org.objectweb.jac.aspects.gui.CollectionUpdate
Upcalled when an item is added in a collection.
onAdd(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
onAddExistingToCollection() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onAddExistingToCollection() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Called when the user wants to add an object to the collection, without creating a new one even if the collection is "autocreate".
onAddToCollection() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onAddToCollection() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Called when the user wants to add an object to the collection.
onAddToCollection(DisplayContext, Object, CollectionItem) - Method in class org.objectweb.jac.aspects.gui.EventHandler
This method is upcalled when an object is added to a collection.
onAddToCollection(DisplayContext, Object, CollectionItem, boolean) - Method in class org.objectweb.jac.aspects.gui.EventHandler
This method is upcalled when an object is added to a collection.
onBackToCollection() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
onBackToCollection() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionItemViewListener
Called when the user wants to go back to the view of the collection
onBackToCollection() - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Displays the collection instead of the current item
onBackToCollection() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
onCancel() - Method in class org.objectweb.jac.aspects.gui.web.ObjectView
 
onCancel() - Method in interface org.objectweb.jac.aspects.gui.web.DialogListener
Called when the Cancel button was pressed by the user
onCancel() - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
onCancel() - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
onCellSelection(int, int) - Method in interface org.objectweb.jac.aspects.gui.web.TableListener
Called when a cell is selected.
onCellSelection(int, int) - Method in class org.objectweb.jac.aspects.gui.web.Table
 
onChange(Object, CollectionItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
 
onChange(Object, CollectionItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.ObjectNode
 
onChange(Object, CollectionItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.RelationNode
 
onChange(Object, CollectionItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
onChange(Object, CollectionItem, Object, Object) - Method in interface org.objectweb.jac.aspects.gui.CollectionUpdate
Upcalled when the collection is changed (with a set or other methods such as clear, removeAll, addAll, ...).
onChange(Object, CollectionItem, Object, Object) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
onClose() - Method in interface org.objectweb.jac.aspects.gui.web.WindowListener
Called when the window is closed.
onClose() - Method in class org.objectweb.jac.aspects.gui.web.Page
 
onClose() - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
onClose() - Method in class org.objectweb.jac.aspects.gui.swing.ArrayEditor
 
onCollapseNode(String) - Method in interface org.objectweb.jac.aspects.gui.web.TreeListener
 
onCollapseNode(String) - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
onCreateObject() - Method in interface org.objectweb.jac.aspects.gui.web.ChoiceListener
 
onCreateObject() - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
onCreateObject(DisplayContext, ClassItem, Object, FieldItem) - Method in class org.objectweb.jac.aspects.gui.EventHandler
This method is upcalled when an object has to be created in an object chooser.
onDropObject(DisplayContext, Object, Object, Object, boolean) - Method in class org.objectweb.jac.aspects.gui.EventHandler
 
onEmbeddedAddToCollection() - Method in interface org.objectweb.jac.aspects.gui.web.TableListener
 
onEmbeddedAddToCollection() - Method in class org.objectweb.jac.aspects.gui.web.Table
 
onExit() - Method in class org.objectweb.jac.core.ACManager
 
onExit() - Method in class org.objectweb.jac.core.AspectComponent
 
onExit() - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled when the system exits.
onExit() - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
onExpandNode(String) - Method in interface org.objectweb.jac.aspects.gui.web.TreeListener
 
onExpandNode(String) - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
onFirst() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onFirst() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Display to the first page of items
onHeaderClick(int) - Method in interface org.objectweb.jac.aspects.gui.web.TableListener
Called when a column header is "clicked".
onHeaderClick(int) - Method in class org.objectweb.jac.aspects.gui.web.Table
 
onInvoke() - Method in class org.objectweb.jac.aspects.gui.web.EmbeddedMethod
 
onInvoke() - Method in interface org.objectweb.jac.aspects.gui.web.MethodListener
Called when a method is invoked.
onInvoke() - Method in class org.objectweb.jac.aspects.gui.web.Method
 
onInvoke(DisplayContext, Object, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Upcalled when an invocation is performed on an object.
onInvoke(DisplayContext, Object, AbstractMethodItem, boolean, Object[], String[], Object[]) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Invoke a method in the general case.
onInvoke(DisplayContext, Object, AbstractMethodItem, String[], Object[]) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Upcalled when an invocation is performed on an object.
onInvokeDirect(DisplayContext, Object, AbstractMethodItem, Object[]) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Upcalled when a direct invocation is performed on an object (no parameters will be asked by the GUI).
onInvokeSynchronous(DisplayContext, Object, AbstractMethodItem, Object[]) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Invoke a method and waits for the result (and returns it).
onLast() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onLast() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Display to the last page of items
onLoadAttachment() - Method in interface org.objectweb.jac.aspects.gui.web.AttachmentListener
Download the attachement.
onLoadAttachment() - Method in class org.objectweb.jac.aspects.gui.web.AttachmentViewer
 
onlyIcon - Variable in class org.objectweb.jac.aspects.gui.web.Method
 
onMenuClick(String) - Method in class org.objectweb.jac.aspects.gui.web.ToolBar
 
onMenuClick(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractMenu
 
onMenuClick(String) - Method in interface org.objectweb.jac.aspects.gui.web.MenuListener
Called when the user clicks on an item.
onNext() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onNext() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Display the next page of items
onNextInCollection() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
onNextInCollection() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionItemViewListener
Called when the user wants to go to the next element in the collection
onNextInCollection() - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Displays next object in collection
onNextInCollection() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
onNodeSelection(DisplayContext, AbstractNode, boolean) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Upcalled when a tree node is selected.
onOK(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.ObjectView
 
onOK(JacRequest) - Method in interface org.objectweb.jac.aspects.gui.web.DialogListener
Called when the OK button was pressed by the user
onOK(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
onOK(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
onPrevious() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onPrevious() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Display the previous page of items
onPreviousInCollection() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
onPreviousInCollection() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionItemViewListener
Called when the user wants to go to the previous element in the collection
onPreviousInCollection() - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Displays previous object in collection
onPreviousInCollection() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
onRemove() - Method in class org.objectweb.jac.aspects.gui.swing.SwingTableView
 
onRemove() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
onRemove() - Method in class org.objectweb.jac.aspects.gui.swing.List
 
onRemove(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onRemove(int) - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Called when the user selects an item to remove it.
onRemove(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
 
onRemove(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.ObjectNode
 
onRemove(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.RelationNode
 
onRemove(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.TableModel
 
onRemove(Object, CollectionItem, Object, Object, Object) - Method in interface org.objectweb.jac.aspects.gui.CollectionUpdate
Upcalled when an item is removed from a collection.
onRemove(Object, CollectionItem, Object, Object, Object) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
onRemoveFromCollection() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onRemoveFromCollection() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Called when the user wants to remove an object to the collection.
onRemoveFromCollection(DisplayContext, Object, CollectionItem, boolean) - Method in class org.objectweb.jac.aspects.gui.EventHandler
This method is upcalled when an object is removed from a collection.
onRemoveFromCollection(DisplayContext, Object, CollectionItem, Object, boolean) - Method in class org.objectweb.jac.aspects.gui.EventHandler
This method is upcalled when an object is removed from a collection.
onRemoveInCollection() - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
onRemoveInCollection() - Method in interface org.objectweb.jac.aspects.gui.web.CollectionItemViewListener
Called when the user wants to remove the selected item from the collection
onRemoveInCollection() - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Remove current object from collection
onRemoveInCollection() - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
onRowEvent(int, int) - Method in interface org.objectweb.jac.aspects.gui.web.TableListener
 
onRowEvent(int, int) - Method in class org.objectweb.jac.aspects.gui.web.Table
 
onSelect(int) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
 
onSelect(int) - Method in interface org.objectweb.jac.aspects.gui.web.TabsListener
Called when a tab is selected
onSelection() - Method in interface org.objectweb.jac.aspects.gui.web.SelectionListener
Called when an object is selected.
onSelection() - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
 
onSelection(DisplayContext, MemberItem, Object, FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Upcalled when a selection occurs on a field.
onSelection(DisplayContext, MemberItem, Object, FieldItem, Object, boolean) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Upcalled when a selection occurs on a field.
onSelectNode(String) - Method in interface org.objectweb.jac.aspects.gui.web.TreeListener
Called when a node of the tree is selected by the user.
onSelectNode(String) - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
onSetDefaults() - Method in interface org.objectweb.jac.aspects.gui.web.TableListener
 
onSetDefaults() - Method in class org.objectweb.jac.aspects.gui.web.Table
 
onSetFocus(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
onSetFocus(Object) - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
onSetFocus(Object) - Method in interface org.objectweb.jac.aspects.gui.FieldEditor
Called when the focus is given to the editor
onSetFocus(Object) - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
onSetFocus(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
onSetFocus(Object) - Method in class org.objectweb.jac.aspects.gui.swing.TextEditor
 
onSetFocus(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
onTableInvoke(int, String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onTableInvoke(int, String) - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Called when a method is called on an object belonging to the collection.
onValidate(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.ObjectView
 
onValidate(JacRequest) - Method in interface org.objectweb.jac.aspects.gui.web.DialogListener
Validates inputs, but creates no HTML.
onValidate(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
onValidate(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
onView(DisplayContext, MemberItem, Object, FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Upcalled when a view is asked on an object.
onView(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onView(int) - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Called when the user selects an item to view it.
onView(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onViewObject(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
onViewObject(String) - Method in interface org.objectweb.jac.aspects.gui.web.CollectionListener
Called when the user selects an item to view it.
OPEN_VIEW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
openSessionAndBeginTx() - Method in class org.objectweb.jac.aspects.hibernate.HibernateHelper
Open an Hibernate session, and start a transaction.
openView(Object) - Method in interface org.objectweb.jac.core.Display
Shows the given object on the display by opening a new core view.
openView(Object) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
openView(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
OPPOSITE_ROLE - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
OPPOSITE_ROLE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
OptimizedCountingWrapper - class org.objectweb.jac.aspects.tracing.OptimizedCountingWrapper.
This counter must wrap the methods of which calls have to be counted.
OptimizedCountingWrapper(AspectComponent, Counter, int) - Constructor for class org.objectweb.jac.aspects.tracing.OptimizedCountingWrapper
Create the counter and parametrize it regarding the base program shape.
OptimizedCountingWrapper(AspectComponent, Counter, String) - Constructor for class org.objectweb.jac.aspects.tracing.OptimizedCountingWrapper
Create the counter and parametrize it regarding the base program shape.
options - Static variable in class org.objectweb.jac.core.dist.Distd
Registered options.
orb - Static variable in class org.objectweb.jac.core.dist.corba.CORBARemoteRef
The CORBA ORB.
orb - Variable in class org.objectweb.jac.core.dist.corba.CORBADistd
The CORBA ORB.
orderedNames - Variable in class org.objectweb.jac.util.OrderedRepository
Vector for the ordered names.
orderedObjects - Variable in class org.objectweb.jac.util.OrderedRepository
Vector for the ordered objects.
OrderedRepository - class org.objectweb.jac.util.OrderedRepository.
This class defines a repository that provides order on the registered objects.
OrderedRepository() - Constructor for class org.objectweb.jac.util.OrderedRepository
 
org.objectweb.jac.aspects.authentication - package org.objectweb.jac.aspects.authentication
Provides an aspect to handle authentication in JAC applications.
org.objectweb.jac.aspects.cache - package org.objectweb.jac.aspects.cache
This aspect handle caching of method results.
org.objectweb.jac.aspects.confirmation - package 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 - package org.objectweb.jac.aspects.distrans
Provides an aspect that allows to define methods that will be executed transactionaly.
org.objectweb.jac.aspects.distrans.persistence - package org.objectweb.jac.aspects.distrans.persistence
Provides an aspect that allows to define persistent data for a distributed transaction.
org.objectweb.jac.aspects.distribution - package org.objectweb.jac.aspects.distribution
Provides a highly configurable set of aspects to distribute JAC applications.
org.objectweb.jac.aspects.distribution.bootstrap - package org.objectweb.jac.aspects.distribution.bootstrap
Provides primitives to bootstrap the JAC distributing middleware.
org.objectweb.jac.aspects.distribution.consistency - package 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.gui - package org.objectweb.jac.aspects.gui
Provides a simple and generic GUI (Graphical User Interface) aspect.
org.objectweb.jac.aspects.gui.reports - package org.objectweb.jac.aspects.gui.reports
 
org.objectweb.jac.aspects.gui.swing - package org.objectweb.jac.aspects.gui.swing
Provides a simple and generic GUI (Graphical User Interface) aspect using SWING.
org.objectweb.jac.aspects.gui.web - package org.objectweb.jac.aspects.gui.web
Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages.
org.objectweb.jac.aspects.gui.web.html - package org.objectweb.jac.aspects.gui.web.html
 
org.objectweb.jac.aspects.hibernate - package org.objectweb.jac.aspects.hibernate
Provides an aspect that allows to define persistent data.
org.objectweb.jac.aspects.i18n - package org.objectweb.jac.aspects.i18n
 
org.objectweb.jac.aspects.idGen - package org.objectweb.jac.aspects.idGen
 
org.objectweb.jac.aspects.integrity - package org.objectweb.jac.aspects.integrity
Provides an aspect to handle data integrity whitin objects sets.
org.objectweb.jac.aspects.naming - package org.objectweb.jac.aspects.naming
Provides an aspect to handle the naming in the JAC system.
org.objectweb.jac.aspects.persistence - package org.objectweb.jac.aspects.persistence
Provides a generic persistence aspect for JAC objects.
org.objectweb.jac.aspects.queue - package org.objectweb.jac.aspects.queue
 
org.objectweb.jac.aspects.session - package org.objectweb.jac.aspects.session
Provides an aspect that handles sessions within JAC programs.
org.objectweb.jac.aspects.synchronization - package org.objectweb.jac.aspects.synchronization
Provides an aspect that handles simple synchronization in a centralized way.
org.objectweb.jac.aspects.tracing - package org.objectweb.jac.aspects.tracing
Provides an aspect which allows the users to trace their programs.
org.objectweb.jac.aspects.transaction - package org.objectweb.jac.aspects.transaction
Provides an aspect that handles transactional operations within JAC programs.
org.objectweb.jac.aspects.user - package org.objectweb.jac.aspects.user
Provides a users management within an application.
org.objectweb.jac.core - package org.objectweb.jac.core
Provides JAC system core classes.
org.objectweb.jac.core.dist - package org.objectweb.jac.core.dist
Provides JAC system core classes for distribution and remote communication.
org.objectweb.jac.core.dist.corba - package org.objectweb.jac.core.dist.corba
The CORBA personality of the dist communication layer of JAC (out of date).
org.objectweb.jac.core.dist.rmi - package org.objectweb.jac.core.dist.rmi
The RMI personality of the dist communication layer of JAC.
org.objectweb.jac.core.dist.utils - package org.objectweb.jac.core.dist.utils
 
org.objectweb.jac.core.parsers.acc - package org.objectweb.jac.core.parsers.acc
 
org.objectweb.jac.core.parsers.xml - package org.objectweb.jac.core.parsers.xml
 
org.objectweb.jac.core.rtti - package 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 - package org.objectweb.jac.core.translators
 
org.objectweb.jac.core.utils - package org.objectweb.jac.core.utils
 
org.objectweb.jac.util - package org.objectweb.jac.util
Provides some useful classes for JAC.
org.objectweb.jac.util.preparse - package org.objectweb.jac.util.preparse
 
org.objectweb.jac.util.res - package org.objectweb.jac.util.res
 
org.objectweb.jac.wrappers - package org.objectweb.jac.wrappers
Provides a set of generic wrappers that can be used to program aspect components.
otherClasspath - Static variable in class org.objectweb.jac.core.Jac
alternative classpath, added with -C option
outputCount - Static variable in class org.objectweb.jac.core.dist.Distd
The number of bytes that have been transmitted to the output of this deamon.

P

packagesToAdapt - Static variable in class org.objectweb.jac.core.JacPropLoader
Store the packages (set of classes) translated to be wrappable.
packagesToNotAdapt - Static variable in class org.objectweb.jac.core.JacPropLoader
Store the packages (set of classes) translated to be not wrappable.
packagesToWrap - Static variable in class org.objectweb.jac.core.JacPropLoader
 
Page - class org.objectweb.jac.aspects.gui.web.Page.
An HTML page containing a View and a close button.
Page(View, boolean) - Constructor for class org.objectweb.jac.aspects.gui.web.Page
 
paint(Graphics) - Method in class org.objectweb.jac.aspects.gui.swing.NumberPanel
 
paintComponent(Graphics) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Paints the SHEditor.
Panel - class org.objectweb.jac.aspects.gui.web.Panel.
 
Panel(ViewFactory, int, int, Map, boolean[], Map) - Constructor for class org.objectweb.jac.aspects.gui.web.Panel
 
PanelContent - class org.objectweb.jac.aspects.gui.PanelContent.
Represents the content of a panel.
PanelContent(String, String[]) - Constructor for class org.objectweb.jac.aspects.gui.PanelContent
Creates a new PanelContent
PanelView - interface org.objectweb.jac.aspects.gui.PanelView.
 
PARAMETER_CHOICES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
PARAMETER_ENUMS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
PARAMETER_FIELDS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
PARAMETER_NAMES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
PARAMETER_TYPES - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
parameters - Variable in class org.objectweb.jac.aspects.gui.AppletView
 
PARAMETERS_FIELDS - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
parent - Variable in class org.objectweb.jac.core.rtti.MetaItemDelegate
Stores the parent of this meta item
parentView - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
parse(InputStream, boolean) - Method in interface org.objectweb.jac.core.parsers.xml.XmlParser
 
parse(InputStream, boolean) - Method in class org.objectweb.jac.core.parsers.xml.XmlParserJAXP
 
parse(InputStream, String, String, Set) - Method in class org.objectweb.jac.core.ParserImpl
 
parse(InputStream, String, String, Set) - Method in interface org.objectweb.jac.core.Parser
Parse a stream.
parse(InputStream, String, String, Set) - Method in interface org.objectweb.jac.core.InputStreamParser
Parse a configuration stream.
parse(InputStream, String, String, Set) - Method in class org.objectweb.jac.core.parsers.acc.AccParserWrapper
 
parse(InputStream, String, String, Set) - Method in class org.objectweb.jac.core.parsers.xml.JacXmlParser
Parse a stream.
parse(ParseInput, OutputStream) - Method in class org.objectweb.jac.util.preparse.Preparse
 
parse(Reader, String) - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
Parses some input from a reader.
parse(String, boolean) - Method in interface org.objectweb.jac.core.parsers.xml.XmlParser
 
parse(String, boolean) - Method in class org.objectweb.jac.core.parsers.xml.XmlParserJAXP
 
parse(String, String, Set) - Method in class org.objectweb.jac.core.ParserImpl
 
parse(String, String, Set) - Method in interface org.objectweb.jac.core.Parser
Parse config file specified by its file path.
parseArguments(String[], String[], String[]) - Static method in class org.objectweb.jac.core.dist.Distd
Parse command line arguments composed of flags, options and files.
parseExpr(String, Wrappee, ClassItem, String, String[], Vector, Vector) - Method in class org.objectweb.jac.core.Pointcut
A generic method that parses a pointcut expression and stores the result within a vector.
parseExpression(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
Parse the expression and computes its type.
ParseInput - class org.objectweb.jac.util.preparse.ParseInput.
 
ParseInput(Reader) - Constructor for class org.objectweb.jac.util.preparse.ParseInput
 
ParseInput(Reader, int) - Constructor for class org.objectweb.jac.util.preparse.ParseInput
 
parseKeyword(Wrappee, ClassItem, String, List) - Method in class org.objectweb.jac.core.Pointcut
Parses a keyword expression and returns its actual value as a regular expression regarding the context.
parseKeyword(Wrappee, ClassItem, String, List) - Method in class org.objectweb.jac.core.MethodPointcut
 
parseMethodExpr(Wrappee, ClassItem, String) - Method in class org.objectweb.jac.core.MethodPointcut
 
Parser - interface org.objectweb.jac.core.Parser.
Configuration file parser interface
PARSER_NAME - Static variable in class org.objectweb.jac.aspects.naming.BindingAC
 
ParserImpl - class org.objectweb.jac.core.ParserImpl.
This is the default implementation for the aspect-configuration files.
ParserImpl() - Constructor for class org.objectweb.jac.core.ParserImpl
 
password - Variable in class org.objectweb.jac.aspects.distrans.DataSource
 
PASSWORD_PARAMETERS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
PasswordAuthenticator - class org.objectweb.jac.aspects.authentication.PasswordAuthenticator.
This Authenticator ask for a username and password.
PasswordAuthenticator() - Constructor for class org.objectweb.jac.aspects.authentication.PasswordAuthenticator
The default constructor with 3 retries in case of failing.
PasswordAuthenticator(int) - Constructor for class org.objectweb.jac.aspects.authentication.PasswordAuthenticator
This constructor can be used to parametrize the number of retries.
PasswordFieldEditor - class org.objectweb.jac.aspects.gui.web.PasswordFieldEditor.
HTML editor for password types (int, long, float, double, short) and String
PasswordFieldEditor - class org.objectweb.jac.aspects.gui.swing.PasswordFieldEditor.
A Swing editor component for fields values (password types).
PasswordFieldEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.PasswordFieldEditor
 
PasswordFieldEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.PasswordFieldEditor
Constructs a new password field editor.
paste() - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
paste() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Preformes a paste action on the SHEditor.
pathToNode(String) - Method in class org.objectweb.jac.aspects.gui.web.Tree
 
peek(int) - Method in class org.objectweb.jac.util.Stack
Returns the i-th element from the top of the stack
PerSessionObjectWrapper - class org.objectweb.jac.aspects.session.PerSessionObjectWrapper.
This wrapper handles per-session objects within the JAC system.
PerSessionObjectWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.session.PerSessionObjectWrapper
 
PersistenceAC - class org.objectweb.jac.aspects.persistence.PersistenceAC.
This AC defines a generic and configurable persistence aspect.
PersistenceAC - class org.objectweb.jac.aspects.distrans.persistence.PersistenceAC.
Transaction-enabled persistence storage.
PersistenceAC.NoSuchWrapperException - exception org.objectweb.jac.aspects.persistence.PersistenceAC.NoSuchWrapperException.
 
PersistenceAC.NoSuchWrapperException() - Constructor for class org.objectweb.jac.aspects.persistence.PersistenceAC.NoSuchWrapperException
 
PersistenceAC() - Constructor for class org.objectweb.jac.aspects.persistence.PersistenceAC
 
PersistenceAC() - Constructor for class org.objectweb.jac.aspects.distrans.persistence.PersistenceAC
 
PersistenceConf - interface org.objectweb.jac.aspects.persistence.PersistenceConf.
This is the configuration interface of the persistence aspect.
PersistenceItf - interface org.objectweb.jac.aspects.distrans.persistence.PersistenceItf.
 
PersistenceWrapper - class org.objectweb.jac.aspects.persistence.PersistenceWrapper.
This wrapper defines persistence extensions for objects that a defined persitent by a persistent aspect component.
PersistenceWrapper.InvalidOidException - exception org.objectweb.jac.aspects.persistence.PersistenceWrapper.InvalidOidException.
 
PersistenceWrapper.InvalidOidException(String) - Constructor for class org.objectweb.jac.aspects.persistence.PersistenceWrapper.InvalidOidException
 
PersistenceWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.persistence.PersistenceWrapper
 
PERSISTENT - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
The global identifier for a persistent class in the RTTI.
Pipe - class org.objectweb.jac.util.Pipe.
A Pipe is a thread which reads some data from a Reader and writes it to a Writer line by line until EOF is reached in the Reader.
pipe(InputStream, OutputStream) - Static method in class org.objectweb.jac.util.Pipes
Read data from an InputStream and writes it to an OutputStream
Pipe(InputStream, OutputStream) - Constructor for class org.objectweb.jac.util.Pipe
Creates a new pipe.
Pipe(Reader, Writer) - Constructor for class org.objectweb.jac.util.Pipe
Creates a new pipe.
Pipes - class org.objectweb.jac.util.Pipes.
 
Pipes() - Constructor for class org.objectweb.jac.util.Pipes
 
Plain - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Plain text
poa - Static variable in class org.objectweb.jac.core.dist.corba.CORBARemoteRef
The CORBA root POA.
poa - Variable in class org.objectweb.jac.core.dist.corba.CORBADistd
The CORBA root POA.
Pointcut - class org.objectweb.jac.core.Pointcut.
This abstract class is the definition of a pointcut in org.objectweb.jac.
Pointcut() - Constructor for class org.objectweb.jac.core.Pointcut
 
pointcut(String, String, String, Object[], String) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new pointcut that upcalls an aspect method when the matching object is created.
pointcut(String, String, String, Object[], String, String) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new localized pointcut that upcalls an aspect method when the matching object is created.
pointcut(String, String, String, String, Object[], String, String, boolean) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new method pointcut.
pointcut(String, String, String, String, Object[], String, String, String, boolean) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new localized method pointcut.
pointcut(String, String, String, String, String, String, boolean) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new method pointcut.
pointcut(String, String, String, String, String, String, String, boolean) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new localized method pointcut.
pointcut(String, String, String, Wrapper, String, String) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new method pointcut.
pointcut(String, String, String, Wrapper, String, String, String) - Method in class org.objectweb.jac.core.AspectComponent
Defines and adds a new localized method pointcut.
PointStringConverter - class org.objectweb.jac.aspects.persistence.PointStringConverter.
String converter for java.awt.Point.
PointStringConverter() - Constructor for class org.objectweb.jac.aspects.persistence.PointStringConverter
 
poke(int, Object) - Method in class org.objectweb.jac.util.Stack
 
pop(int) - Method in class org.objectweb.jac.util.Stack
Pops n elements from the top of the stack
popGraphicContext() - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
positionVisible() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Makes sure the caret is visible on screen.
positionVisible(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Makes sure a position is visible
PostgresStorage - class org.objectweb.jac.aspects.persistence.PostgresStorage.
Implements the storage to store within a PostgreSQL database.
PostgresStorage(String, String, String) - Constructor for class org.objectweb.jac.aspects.persistence.PostgresStorage
Creates a new storage for a PostgreSQL database.
Pre - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Preformatted text
Predicate - class org.objectweb.jac.util.Predicate.
A Predicate class.
Predicate() - Constructor for class org.objectweb.jac.util.Predicate
 
preExecute(InstructionHandle) - Method in class org.objectweb.jac.core.translators.VMStack
 
PRELOAD_FIELD - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
preload(Interaction) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
preloadAllFields(ClassItem) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Set all fields of a class to be preloaded
preloadAllFields(ClassItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
preloadField(FieldItem) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Sets a field or collection to be preloaded
preloadField(FieldItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
prepareRenderer(TableCellRenderer, int, int) - Method in class org.objectweb.jac.aspects.gui.swing.JTable
 
Preparse - class org.objectweb.jac.util.preparse.Preparse.
 
Preparse() - Constructor for class org.objectweb.jac.util.preparse.Preparse
 
PrePostWrapper - class org.objectweb.jac.aspects.integrity.PrePostWrapper.
This wrapper provides pre-post condition testing.
PrePostWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.integrity.PrePostWrapper
 
previousLine(int, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Move to the previous line
previousStep() - Method in class org.objectweb.jac.aspects.gui.InputSequence
Process the previous step back.
PRIMARY_KEY - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
PrimaryKeyWrapper - class org.objectweb.jac.aspects.integrity.PrimaryKeyWrapper.
This wrapper provides a key scheme to limit fields doubles.
PrimaryKeyWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.integrity.PrimaryKeyWrapper
 
PrimitiveField - class org.objectweb.jac.aspects.gui.web.PrimitiveField.
 
PrimitiveField(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.PrimitiveField
 
PrimitiveFieldEditor - class org.objectweb.jac.aspects.gui.web.PrimitiveFieldEditor.
HTML editor for primitive types (int, long, float, double, short) and String
PrimitiveFieldEditor - class org.objectweb.jac.aspects.gui.swing.PrimitiveFieldEditor.
A Swing editor component for fields values (primitive types).
PrimitiveFieldEditor(Object, FieldItem, Class, boolean) - Constructor for class org.objectweb.jac.aspects.gui.web.PrimitiveFieldEditor
 
PrimitiveFieldEditor(Object, FieldItem, Class, boolean) - Constructor for class org.objectweb.jac.aspects.gui.swing.PrimitiveFieldEditor
Constructs a new primitive field editor.
printArray(Object) - Static method in class org.objectweb.jac.core.utils.Lib
Recursively pretty prints an array.
printAttributes(PrintWriter) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
printCallingInfos(Interaction) - Method in class org.objectweb.jac.wrappers.VerboseWrapper
A wrapping method that prints out the calling informations.
printCounter() - Method in class org.objectweb.jac.aspects.tracing.Counter
Print the counter in System.out.
printCounter() - Method in class org.objectweb.jac.aspects.tracing.SimpleCountingWrapper
Prints the counter in System.out.
printNamedArgs(Interaction) - Method in class org.objectweb.jac.wrappers.VerboseWrapper
 
printRecordState() - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
printStackTrace() - Method in class org.objectweb.jac.util.WrappedThrowableException
Prints the stack trace that has been filled when the exception was created.
printStackTrace(Interaction) - Method in class org.objectweb.jac.wrappers.VerboseWrapper
 
printStackTrace(PrintStream) - Method in class org.objectweb.jac.util.WrappedThrowableException
Prints the wrapped throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.objectweb.jac.util.WrappedThrowableException
Prints the wrapped throwable and its backtrace to the specified print writer.
printState() - Method in class org.objectweb.jac.core.parsers.acc.AccScanner
 
printWrappersTrace(Interaction) - Method in class org.objectweb.jac.wrappers.VerboseWrapper
 
printWrappingChain(Object[][]) - Static method in class org.objectweb.jac.core.Wrapping
 
proceed() - Method in class org.objectweb.jac.core.Interaction
 
proceed(Interaction) - Method in class org.objectweb.jac.core.Wrapper
Run the next wrapper of the collaboration point.
proceedInputs() - Method in class org.objectweb.jac.aspects.gui.InputSequence
Call this method on a new input sequence to process the inputs.
PRODUCE_STACK - Static variable in class org.objectweb.jac.core.translators.VMStack
 
produce(Instruction) - Method in class org.objectweb.jac.core.translators.VMStack
 
production_table() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
Access to production table.
production_table() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
Access to production table.
Profile - class org.objectweb.jac.aspects.user.Profile.
 
Profile() - Constructor for class org.objectweb.jac.aspects.user.Profile
 
propFileName - Static variable in class org.objectweb.jac.core.JacPropLoader
The JAC property file name.
props - Static variable in class org.objectweb.jac.core.JacPropLoader
The properties loaded from the jac.prop file.
PushbackReader - class org.objectweb.jac.util.PushbackReader.
A PushbackReader which keeps track of the position in the stream
PushbackReader(Reader) - Constructor for class org.objectweb.jac.util.PushbackReader
 
PushbackReader(Reader, int) - Constructor for class org.objectweb.jac.util.PushbackReader
 
pushGraphicContext(MetaItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
put(Interaction) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
put(Object, Object) - Method in class org.objectweb.jac.util.WeakHashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class org.objectweb.jac.util.SharedMap
 
put(Object, Object) - Method in class org.objectweb.jac.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(String, Integer) - Method in class org.objectweb.jac.aspects.gui.WrappableMap
Calls put on delegate for every key already in delegate which matches key.
put(String, Object) - Method in class org.objectweb.jac.aspects.gui.Menu
Adds an action or sub-menu.
putAll(Map) - Method in class org.objectweb.jac.util.WeakHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map) - Method in class org.objectweb.jac.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putInMap(OID, Object, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Put an element in a Map.
putInMap(OID, Object, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
putInMap(OID, Object, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 

Q

quietRun(Object, AbstractMethodItem, Object[], String[], Object[], String[], Object[]) - Static method in class org.objectweb.jac.aspects.gui.InvokeThread
Runs a method in a new thread and sets a display for this thread.
Quote - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Quoted Text

R

RAISED - Static variable in class org.objectweb.jac.aspects.gui.Border
The style is raised constant
randomBalance(Interaction) - Method in class org.objectweb.jac.aspects.distribution.LoadBalancingAC.LoadBalancingWrapper
Performs a random load-balancing.
rank - Variable in class org.objectweb.jac.core.Interaction
 
RBRACE - Static variable in class org.objectweb.jac.core.parsers.acc.AccSymbols
 
RBRACE - Static variable in class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
read() - Method in class org.objectweb.jac.util.PushbackReader
 
read() - Method in class org.objectweb.jac.aspects.gui.TemplateReader
 
read(char[], int, int) - Method in class org.objectweb.jac.util.PushbackReader
 
read(char[], int, int) - Method in class org.objectweb.jac.aspects.gui.TemplateReader
 
read(Interaction) - Method in class org.objectweb.jac.aspects.distrans.persistence.ReadWrapper
Wrapping method for wrappees that perform write operations on transactional ressources.
read(Reader) - Method in class org.objectweb.jac.util.MimeTypes
Read mime types definitions from a stream.
readConfigFile(String) - Method in class org.objectweb.jac.util.preparse.Preparse
 
readDefaults() - Method in class org.objectweb.jac.util.MimeTypes
Initialize with defaults builtin values
readFromFile(File) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Reads a file into SHEditor.
readLine() - Method in class org.objectweb.jac.util.preparse.ParseInput
Returns the next line from the input
readParamsFromRequest(HttpServletRequest) - Method in class org.objectweb.jac.aspects.gui.web.MultiMapJacRequest
 
readProperties(Properties) - Method in class org.objectweb.jac.core.JacLoader
Use JacPropLoader to read some JAC properties
readStream(InputStream) - Static method in class org.objectweb.jac.util.Streams
Reads an input stream until it reaches the end and store the data in an array of bytes.
readValue(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.CollectionSelector
 
readValue(JacRequest) - Method in interface org.objectweb.jac.aspects.gui.web.JacRequestReader
Reads values from a request
readValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
readValue(Object) - Method in interface org.objectweb.jac.aspects.gui.web.HTMLEditor
Convert a parameter value (String or FileParameter) of an HTTP request parameter to an object.
readValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
readValues(DisplayContext, JacRequest, boolean) - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Read values of field editors from http request
ReadWrapper - class org.objectweb.jac.aspects.distrans.persistence.ReadWrapper.
This class define a wrapping method (read) for wrappees that perform read operations on transactional ressources.
ReadWrapper(AspectComponent, PersistenceItf, StandardXADataSource) - Constructor for class org.objectweb.jac.aspects.distrans.persistence.ReadWrapper
 
realizes(String) - Method in class org.objectweb.jac.core.Application
Tells if this application currently realizes a given aspect component.
reallocateIndexes() - Method in class org.objectweb.jac.aspects.gui.TableSorter
Reset to default unsorted order of the model.
rebuildData() - Method in class org.objectweb.jac.aspects.gui.ObjectNode
Rebuild the data of this node again.
rebuildData() - Method in class org.objectweb.jac.aspects.gui.RelationNode
Rebuild the node's data.
record(Interaction) - Method in class org.objectweb.jac.aspects.tracing.RecordingWrapper
 
Recorder - class org.objectweb.jac.aspects.tracing.Recorder.
This class is able to record a set of methods call and replay them.
Recorder() - Constructor for class org.objectweb.jac.aspects.tracing.Recorder
 
RecordingWrapper - class org.objectweb.jac.aspects.tracing.RecordingWrapper.
 
RecordingWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.tracing.RecordingWrapper
 
recordMethodCall(Object, String, Object[]) - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
recordNewObject(Object) - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
RectangleStringConverter - class org.objectweb.jac.aspects.persistence.RectangleStringConverter.
String converter for java.awt.Rectangle.
RectangleStringConverter() - Constructor for class org.objectweb.jac.aspects.persistence.RectangleStringConverter
 
redo() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Tels the SHEditor to redo the last undone action.
reduce_table() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
Access to reduce_goto table.
reduce_table() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
Access to reduce_goto table.
referenceContainerName - Static variable in class org.objectweb.jac.core.dist.Distd
Store the reference container.
ReferenceEditor - interface org.objectweb.jac.aspects.gui.ReferenceEditor.
 
ReferenceView - class org.objectweb.jac.aspects.gui.web.ReferenceView.
This class defines a Swing component view for references in objects.
ReferenceView - class org.objectweb.jac.aspects.gui.swing.ReferenceView.
This class defines a Swing component view for references in objects.
ReferenceView() - Constructor for class org.objectweb.jac.aspects.gui.web.ReferenceView
 
ReferenceView() - Constructor for class org.objectweb.jac.aspects.gui.swing.ReferenceView
 
ReferenceView(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.ReferenceView
Constructs a new reference view.
ReferenceView(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.ReferenceView
Constructs a new reference view.
refresh() - Method in interface org.objectweb.jac.core.Display
Refresh the display.
refresh() - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
refresh() - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
refreshView() - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
 
refreshView() - Method in class org.objectweb.jac.aspects.gui.swing.ReferenceView
 
REFS - Static variable in class org.objectweb.jac.aspects.distribution.DeploymentAC
the name of the metadata that tells whether the parameters of a methods are references (TRUE) or values (FALSE).
register(String, Object) - Method in class org.objectweb.jac.util.OrderedRepository
Register a new object into the repository.
register(String, Object) - Method in class org.objectweb.jac.util.Repository
Register a new object into the repository.
register(String, Object) - Method in class org.objectweb.jac.core.ACManager
Register a new aspect component.
register(String, Object) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Register a new class into the class repository.
register(Wrappee) - Static method in class org.objectweb.jac.core.ObjectRepository
 
registerAccessController(AttributeController) - Static method in class org.objectweb.jac.core.rtti.MetaItem
Registers a new access controller for this application.
registerCollection(Object, CollectionItem, CollectionUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register for the collection events of an object.
registerCollection(Object, CollectionItem, CollectionUpdate, Object) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register for the collection events of an object.
registerCollection(Object, String, CollectionUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register for the collection events of an object.
registerCollection(Wrappee, CollectionItem, CollectionUpdate, Object) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Register for a collectionUpdated event.
registerContainer(CORBARemoteContainer, String) - Method in class org.objectweb.jac.core.dist.corba.CORBADistd
This method register a container in the CORBA COSNaming.
registerContainer(RMIRemoteContainer, String) - Method in class org.objectweb.jac.core.dist.rmi.RMIDistd
This method register a container in the RMI registry.
registerCustomized(String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method allows the user to create and register a new customized GUI.
registerCustomized(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
registerDeclaredAC(String) - Method in class org.objectweb.jac.core.ACManager
Registers a declared aspect as is (not linked to an application and with no configuration).
registerDisplay(String, String, String) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
This configuration method allows the user to register a new display.
registerField(ClassItem, String, MethodItem) - Method in interface org.objectweb.jac.aspects.queue.MessageQueueConf
Register a call to be called when a field is changed.
registerField(ClassItem, String, MethodItem) - Method in class org.objectweb.jac.aspects.queue.MessageQueueAC
 
registerField(Object, FieldItem, FieldUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register field events for the field of an object.
registerField(Object, FieldItem, FieldUpdate, Object) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register field events for the field of an object (with parameters).
registerField(Wrappee, FieldItem, FieldUpdate, Object) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Register for a fieldUpdated event.
registerFieldChange(FieldItem, MethodItem) - Method in class org.objectweb.jac.aspects.queue.MessageQueue
Register for the changes of a field.
registering - Variable in class org.objectweb.jac.core.ACManager
A internally-used flag to bootstrap the AC manager.
registerMethod(Object, MethodItem, MethodUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register for method events.
registerMethod(Object, MethodItem, MethodUpdate, Object) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register for method events.
registerMethod(Wrappee, MethodItem, MethodUpdate, Object) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Register for a fieldUpdated event.
registerObject(Object, ObjectUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register object events for a single object.
registerObject(Object, ObjectUpdate, Object) - Static method in class org.objectweb.jac.aspects.gui.Utils
Register object events for a single object with extra parameters.
registerObject(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
Add an object in the list of persistent objects.
registerObject(Wrappee, ObjectUpdate, Object) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Register for an objectUpdated event.
registerPersistentClass(String) - Method in class org.objectweb.jac.aspects.hibernate.HibernateAC
Declare a new persistent class.
registerPersistentObject(String) - Method in class org.objectweb.jac.aspects.hibernate.HibernateAC
All objects matching the objectNameExpression are made persistent with Hibernate.
registerPersistentRessource(String, String) - Method in class org.objectweb.jac.aspects.distrans.persistence.PersistenceAC
All objects matching the objectNameExpression are made persistent to a SQL database represented by the data source.
registerStatics(String, String) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Registers a static name, that is a name that will not be changed by the persistence AC.
registerStatics(String, String) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
registerView(View) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Compute an id for a view and register it.
registerViews() - Method in class org.objectweb.jac.aspects.gui.TableModel
Register ourself as a view on all objects of the collection
registerWithName(String, String) - Method in class org.objectweb.jac.core.ACManager
A resister method that can be used by a UI.
relation - Variable in class org.objectweb.jac.aspects.integrity.Constraint
 
RelationNode - class org.objectweb.jac.aspects.gui.RelationNode.
This tree node represents a relation.
RelationNode(TreeView, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.RelationNode
Constructs the node.
release() - Method in class org.objectweb.jac.util.Semaphore
Releases a resource on this semaphore.
release() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
reloadAspect(String) - Method in class org.objectweb.jac.core.ACManager
Reload an aspect for the current application
reloadAspect(String) - Static method in class org.objectweb.jac.aspects.gui.Actions
Reloads an aspect for the current application
reloadAspect(String, String) - Method in class org.objectweb.jac.core.ACManager
Reload an aspect for an application
reloadAspect(String, String) - Method in class org.objectweb.jac.core.dist.Topology
Reload the configuration of an aspect
remCont - Variable in class org.objectweb.jac.core.dist.RemoteRef
The reference of the container that handles the remote object.
remContString - Variable in class org.objectweb.jac.core.dist.corba.CORBARemoteRef
This is the container CORBA remote reference stringified.
remIndex - Variable in class org.objectweb.jac.core.dist.RemoteRef
The index (see org.objectweb.jac.core.JacObject) of the remote object.
RemoteAccessAC - class org.objectweb.jac.aspects.distribution.RemoteAccessAC.
This aspect component implements a remote access aspect.
RemoteAccessAC() - Constructor for class org.objectweb.jac.aspects.distribution.RemoteAccessAC
 
RemoteAccessConf - interface org.objectweb.jac.aspects.distribution.RemoteAccessConf.
This is the conficuration interface of the remote access aspect.
RemoteContainer - class org.objectweb.jac.core.dist.RemoteContainer.
RemoteContainer is used as a delegate by daemons (Distd) that hold remote objects.
RemoteContainer() - Constructor for class org.objectweb.jac.core.dist.RemoteContainer
Create a new empty container.
RemoteContainer(boolean) - Constructor for class org.objectweb.jac.core.dist.RemoteContainer
Create a new container.
RemoteContainer(String, boolean) - Constructor for class org.objectweb.jac.core.dist.RemoteContainer
Create a new container and instantiates an object.
remoteCopy(Object) - Method in class org.objectweb.jac.core.dist.RemoteRef
Copy the state of a given object into the remote object referenced by the current reference.
remoteCopy(Object, String[]) - Method in class org.objectweb.jac.core.dist.RemoteRef
Copy the state of a given object into the remote object referenced by the current reference.
remoteNew(String, String) - Method in class org.objectweb.jac.core.dist.RemoteRef
Remotely instantiate a class.
remoteNew(String, String, Object[]) - Method in class org.objectweb.jac.core.dist.RemoteRef
Remotely instantiate a class.
remoteNewWithCopy(String, String, Object) - Method in class org.objectweb.jac.core.dist.RemoteRef
Remotely instantiate a class.
remoteNewWithCopy(String, String, Object[], Object) - Method in class org.objectweb.jac.core.dist.RemoteRef
Remotely instantiate a class.
remoteNewWithCopy(String, String, Object[], Object, String[]) - Method in class org.objectweb.jac.core.dist.RemoteRef
Remotely instantiate a class.
remoteNewWithCopy(String, String, Object, String[]) - Method in class org.objectweb.jac.core.dist.RemoteRef
Remotely instantiate a class.
remoteRef - Variable in class org.objectweb.jac.core.dist.StubWrapper
The remote reference attached to this stub
RemoteRef - class org.objectweb.jac.core.dist.RemoteRef.
RemoteRef stores the reference of a remote object.
RemoteRef() - Constructor for class org.objectweb.jac.core.dist.RemoteRef
Empty default constructor for RemoteRef needed by the compiler whenever RemoteRef is subclasses (eg RMIRemoteRef or CORBARemoteRef).
RemoteRef(RemoteContainer, int) - Constructor for class org.objectweb.jac.core.dist.RemoteRef
This is a full constructor for RemoteRef.
RemoteRef(String, int) - Constructor for class org.objectweb.jac.core.dist.RemoteRef
This is a more friendly constructor for RemoteRef.
remoteRefClassName - Static variable in class org.objectweb.jac.core.JacPropLoader
 
remoteReloadAspect(String, String, String) - Static method in class org.objectweb.jac.core.Jac
Reload an aspect on a remote server
remoteSetTrace(String, String, String, int) - Static method in class org.objectweb.jac.core.Jac
Sets a trace loggin level on a remote server.
remoteStartSwingGUI(String, String, String[]) - Static method in class org.objectweb.jac.core.Jac
Starts a swing GUI on a remote server.
REMOVABLE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
remove() - Method in class org.objectweb.jac.aspects.persistence.StorageIterator
 
remove(int) - Method in class org.objectweb.jac.util.WeakList
 
remove(int) - Method in class org.objectweb.jac.core.WrappingChain
 
remove(Interaction) - Method in class org.objectweb.jac.aspects.persistence.SetWrapper
 
remove(Interaction) - Method in class org.objectweb.jac.aspects.persistence.MapWrapper
 
remove(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
remove(int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Removes the content of the text from offs to offs + length.
remove(Object) - Method in class org.objectweb.jac.util.WeakHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.objectweb.jac.util.AbstractMap
Removes the mapping for this key from this map if present (optional operation).
remove(Object, Object, Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Removes an item from the collection.
remove(String) - Method in class org.objectweb.jac.aspects.gui.WrappableMap
 
removeAccessedField(FieldItem) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Removes an accessed field for this method.
removeAcConfiguration(ACConfiguration) - Method in class org.objectweb.jac.core.Application
Removes an aspect component configuration for this application.
removeAddedCollection(CollectionItem) - Method in class org.objectweb.jac.core.rtti.MethodItem
Removes an existing added collection for this method.
removeAddRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.web.ObjectView
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.web.Panel
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
removeAllViews() - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Removes all the views in this composite.
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.swing.SwingTabbedView
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.swing.SwingPanelView
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
removeAllViews() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
removeAttribute(String) - Method in class org.objectweb.jac.core.Collaboration
Removes the attribute from the current collaboration.
removeCaretListener(CaretListener) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Removes a caret listener.
removeChild(String) - Method in class org.objectweb.jac.core.CompositeAspectComponent
Removes a child for this composite (do not use unless you know what you are doing).
removeContainer(RemoteContainer) - Method in class org.objectweb.jac.core.dist.Topology
Remove a container from the topology.
removeCreateRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
removedCollections - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
removeDisplay(Display) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Removes a display for this GUI.
removeEditor(Object) - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
removeEditor(Object) - Method in interface org.objectweb.jac.aspects.gui.EditorContainer
Remove an editor from the container.
removeEditor(Object) - Method in class org.objectweb.jac.aspects.gui.DisplayContext
 
removeEditor(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
removeField(OID, FieldItem, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove a field from an existing object.
removeField(OID, FieldItem, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
removeField(OID, FieldItem, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
removeFromCollection(Interaction, CollectionItem, Object) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This method delete the persistent object that is removed from the collection from the storage.
removeFromList(OID, long) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove a value from an existing list.
removeFromList(OID, long) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
removeFromList(OID, long) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
removeFromList(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove the first value from an existing list.
removeFromList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
removeFromList(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
removeFromMap(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove a key from a Map.
removeFromMap(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
removeFromMap(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
removeFromRepository(Interaction) - Method in class org.objectweb.jac.aspects.integrity.RepositoryWrapper
 
removeFromSet(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Remove an element from a Set.
removeFromSet(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
removeFromSet(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
removeKeyAndContainerListenerRecursively(Component) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectViewDialog
Unregister as a KeyListener and ContainerListener on the component and its children recursively.
removeKeyAndContainerListenerRecursively(Component) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Unregister as a KeyListener and ContainerListener on the component and its children recursively.
removeLink(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
Returns an HTML link to remove the element at a given position.
removePrefixFrom(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Removes the prefix from a prefixed string.
REMOVER - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Constant to represent collection removers.
removeReadRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
removeRemovedCollection(CollectionItem) - Method in class org.objectweb.jac.core.rtti.MethodItem
Removes an existing removed collection for this method.
removeRemoveRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
removerPrefixes - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Store default collection remover prefixes (rmv..., del..., remove...).
removeStartIndex(CollectionItem) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
removeTextListener(TextListener) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Removes a text listener.
removeThroughRemover(Object, Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Removes an item from the collection, using the remover method if it has one.
removeView(View) - Method in class org.objectweb.jac.aspects.gui.web.ObjectView
 
removeView(View) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
removeView(View) - Method in interface org.objectweb.jac.aspects.gui.CompositeView
Removes a component view in this composite.
removeView(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
removeView(View) - Method in class org.objectweb.jac.aspects.gui.swing.SingleSlotContainer
 
removeView(View) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
removeView(View) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
removeWriteRule(Rule) - Method in class org.objectweb.jac.aspects.user.Profile
 
removeWrittenField(FieldItem) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Removes a new written field for this method.
remRefClassProp - Static variable in class org.objectweb.jac.core.JacPropLoader
Property key for the remote reference class.
remRefDefaultClassName - Static variable in class org.objectweb.jac.core.JacPropLoader
Default remote reference class.
renameTo(Resource) - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
repaint() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
replace(String, String, String) - Static method in class org.objectweb.jac.util.Strings
A useful method that replaces all the occurences of a string.
replaceContainer(int, RemoteContainer) - Method in class org.objectweb.jac.core.dist.Topology
Replace a container at a given index.
replaceContainer(RemoteContainer, RemoteContainer) - Method in class org.objectweb.jac.core.dist.Topology
Replace a container by another container.
replaceObject(Object) - Method in class org.objectweb.jac.core.JacObjectOutputStream
This method is upcalled by the Java serialization process each time a new object to serialize is encountered.
replaceTags(List, ClassItem) - Method in class org.objectweb.jac.core.Pointcut
Replace elements of parameters "" with members who have this attribute, and "member_name" with the member having that name.
replay(Vector, Vector) - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
replicate(Object) - Method in class org.objectweb.jac.core.dist.Deployment
Equals to replicate( object, -1 ).
replicate(Object, int) - Method in class org.objectweb.jac.core.dist.Deployment
Replicates a JAC object that is located on the local host to the hosts of the Topology.
replicate(String, String, String) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
 
replicate(String, String, String) - Method in interface org.objectweb.jac.aspects.distribution.DeploymentConf
This configuration method creates a deployment rule that replicates an original object on a set of containers.
replicateStruct(Object) - Method in class org.objectweb.jac.core.dist.Deployment
Equals to replicateStruct( object, -1 ).
replicateStruct(Object, int) - Method in class org.objectweb.jac.core.dist.Deployment
Replicates a JAC object that is located on the local host to the hosts of the Topology.
report_error(String, Object) - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
 
repository - Static variable in class org.objectweb.jac.util.OrderedRepository
Store the sole instance of repository.
repository - Static variable in class org.objectweb.jac.util.Repository
Store the sole instance of repository.
Repository - class org.objectweb.jac.util.Repository.
This class can be subclassed to create specific repositories.
REPOSITORY_COLLECTION - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
REPOSITORY_NAME - Static variable in class org.objectweb.jac.core.rtti.RttiAC
 
REPOSITORY_NAME - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Repository() - Constructor for class org.objectweb.jac.util.Repository
 
RepositoryWrapper - class org.objectweb.jac.aspects.integrity.RepositoryWrapper.
This wrapper manages repository collections.
RepositoryWrapper(AspectComponent, String, CollectionItem, FieldItem) - Constructor for class org.objectweb.jac.aspects.integrity.RepositoryWrapper
 
Request - class org.objectweb.jac.aspects.gui.web.Request.
This class defines requests that come from web clients.
REQUEST - Static variable in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
Request(View) - Constructor for class org.objectweb.jac.aspects.gui.web.Request
A constuctor that initializes the request with all the needed information.
requestFocus() - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
requestFocus() - Method in interface org.objectweb.jac.aspects.gui.CustomizedView
 
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.FileEditor
Set the focus on the JTextField
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.PrimitiveFieldEditor
Set the focus on the textField
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.PasswordFieldEditor
Set the focus on the textField
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.URLEditor
Set the focus on the JTextField
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.TextEditor
Set the focus on the TextEditor
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
Set the focus on the textField
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
Set the focus on the TextEditor
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.BooleanEditor
Set the focus on the checkBox
requestFocus() - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
Set the focus on the JComboBox
RequestPart - class org.objectweb.jac.aspects.gui.web.RequestPart.
This class represents a file part of multi-part HttpRequest.
RequestPart(String, String, InputStream, Map) - Constructor for class org.objectweb.jac.aspects.gui.web.RequestPart
 
requests - Variable in class org.objectweb.jac.aspects.gui.web.Session
The requests stack for this session.
reresolve() - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteRef
This method re-gets the reference of a remote container.
reresolve() - Method in class org.objectweb.jac.core.dist.RemoteRef
This method re-gets the reference of a remote container.
reresolve() - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteRef
This method re-gets the reference of a remote container.
RESET - Static variable in class org.objectweb.jac.aspects.gui.web.html.Button
 
reset() - Method in class org.objectweb.jac.core.Collaboration
Reset the Collaboration.
reset() - Static method in class org.objectweb.jac.core.dist.Topology
Resets the global topology by re-resolving the different containers.
resolve(String) - Method in class org.objectweb.jac.core.dist.rmi.RMIRemoteRef
This method resolves a container from a container name.
resolve(String) - Static method in class org.objectweb.jac.core.dist.rmi.RMINaming
This method resolves a container from a container name.
resolve(String) - Static method in class org.objectweb.jac.core.dist.RemoteContainer
This class method resolve a container from its name.
resolve(String) - Method in class org.objectweb.jac.core.dist.RemoteRef
This method resolves a container from a container name.
resolve(String) - Method in class org.objectweb.jac.core.dist.corba.CORBARemoteRef
This method sets the reference of the remote CORBA container starting from a logical name registered in the COS Naming.
resolveObject(Object) - Method in class org.objectweb.jac.core.JacObjectInputStream
This method is upcalled by the Java deserialization process each time a new object to deserialize is encountered.
ResourceManager - class org.objectweb.jac.aspects.gui.ResourceManager.
A class with static methods to get GUI resources as icons.
ResourceManager() - Constructor for class org.objectweb.jac.aspects.gui.ResourceManager
 
RESOURCES_PATH - Static variable in class org.objectweb.jac.aspects.gui.ResourceManager
Store the path where to find resources for the GUI.
RESPONSE - Static variable in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
RESTORE - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
restoreContext() - Method in class org.objectweb.jac.aspects.gui.web.ObjectView
 
restoreContext() - Method in interface org.objectweb.jac.aspects.gui.web.DialogListener
Restore context attributes stored at creation time
restoreContext() - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
restoreContext() - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
results - Variable in class org.objectweb.jac.core.dist.NonBlockingStubWrapper
Mailbox for results received from asynchonous calls.
returnedField - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
Right - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Right align
RIGHT - Static variable in class org.objectweb.jac.aspects.gui.Border
The label of the border if any is diplayed on the right constant
RIGHT - Static variable in class org.objectweb.jac.aspects.gui.Menu
The RIGHT menu's position
RIGHT - Static variable in class org.objectweb.jac.aspects.gui.Constants
 
RIGHT - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the right (when 2-3 panels)
RMIDistd - class org.objectweb.jac.core.dist.rmi.RMIDistd.
RMIDistd is a jac daemon that supports the RMI communication protocol.
RMIDistd(String[]) - Constructor for class org.objectweb.jac.core.dist.rmi.RMIDistd
The is the main constructor.
RMINaming - class org.objectweb.jac.core.dist.rmi.RMINaming.
RMINaming wraps the RMI naming registry.
RMINaming() - Constructor for class org.objectweb.jac.core.dist.rmi.RMINaming
 
RMIRemoteContainer - class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer.
RMIRemoteContainer is a container for remote objects that can be accessed with the RMI communication protocol.
RMIRemoteContainer() - Constructor for class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
Create a new container.
RMIRemoteContainer(boolean) - Constructor for class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
Create a new container.
RMIRemoteContainer(String, boolean) - Constructor for class org.objectweb.jac.core.dist.rmi.RMIRemoteContainer
Create a new container.
RMIRemoteContainerInterf - interface org.objectweb.jac.core.dist.rmi.RMIRemoteContainerInterf.
RMIRemoteContainerInterf is the interface of RMI remote containers that are used by jac to remotely instantiate objects.
RMIRemoteContainerStub - class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub.
RMIRemoteContainerStub acts as a client stub to access a remote container.
RMIRemoteContainerStub(RMIRemoteContainer_Stub, String) - Constructor for class org.objectweb.jac.core.dist.rmi.RMIRemoteContainerStub
Create a new remote container stub.
RMIRemoteRef - class org.objectweb.jac.core.dist.rmi.RMIRemoteRef.
RMIRemoteRef stores the reference of a remote object that can be accessed by the RMI protocol.
RMIRemoteRef() - Constructor for class org.objectweb.jac.core.dist.rmi.RMIRemoteRef
Default constructor.
RMIRemoteRef(RemoteContainer, int) - Constructor for class org.objectweb.jac.core.dist.rmi.RMIRemoteRef
This is a full constructor for RemoteRef.
RMIRemoteRef(String, int) - Constructor for class org.objectweb.jac.core.dist.rmi.RMIRemoteRef
This is a more friendly constructor for RemoteRef.
role - Variable in class org.objectweb.jac.core.rtti.MemberItem
 
roleClassType - Variable in class org.objectweb.jac.core.rtti.MemberItem
 
roleName - Variable in class org.objectweb.jac.core.rtti.MemberItem
 
roleType - Variable in class org.objectweb.jac.core.rtti.MemberItem
 
RoleWrapper - class org.objectweb.jac.aspects.integrity.RoleWrapper.
Wrapper for updating opposite roles.
RoleWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.integrity.RoleWrapper
 
rollback() - Method in interface org.objectweb.jac.aspects.persistence.Storage
Rollback started transaction
rollback() - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
rollback() - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
rollback(Wrappee, Integer) - Method in class org.objectweb.jac.aspects.transaction.DispatchTransactionWrapper
Rollbacks the transaction on the wrappee (role method).
ROOT - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
The global identifier for a persistence root class in the RTTI.
RootNode - class org.objectweb.jac.aspects.gui.RootNode.
 
RootNode() - Constructor for class org.objectweb.jac.aspects.gui.RootNode
 
RootObject - class org.objectweb.jac.aspects.persistence.RootObject.
 
RootObject(OID, String) - Constructor for class org.objectweb.jac.aspects.persistence.RootObject
 
roundTripBalance(Interaction) - Method in class org.objectweb.jac.aspects.distribution.LoadBalancingAC.LoadBalancingWrapper
Performs a round-trip load-balancing.
row - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
RttiAC - class org.objectweb.jac.core.rtti.RttiAC.
This class defines the rtti aspect.
RttiAC() - Constructor for class org.objectweb.jac.core.rtti.RttiAC
 
RttiConf - interface org.objectweb.jac.core.rtti.RttiConf.
This class defines the rtti aspect.
Rule - class org.objectweb.jac.aspects.user.Rule.
Rules for profiles : allow/deny reading, allow/deny writing, etc ...
Rule(boolean, String) - Constructor for class org.objectweb.jac.aspects.user.Rule
 
run() - Method in class org.objectweb.jac.util.Pipe
 
run() - Method in class org.objectweb.jac.core.dist.rmi.RMIDistd
This method enters the event loop of the underlying communication protocol.
run() - Method in class org.objectweb.jac.core.dist.Distd
This abstract method enters the event loop of the underlying communication protocol.
run() - Method in class org.objectweb.jac.core.dist.corba.CORBADistd
This method enters the event loop of the underlying communication protocol.
run() - Method in class org.objectweb.jac.aspects.gui.web.JacLocalServlet.ActionThread
 
run() - Method in class org.objectweb.jac.aspects.gui.InvokeThread
Runs the thread (and invoke the method that was given to the constructor with the right display in the collaboration).
run() - Method in class org.objectweb.jac.aspects.gui.swing.NumberPanel
 
run(Object, AbstractMethodItem, Object[]) - Static method in class org.objectweb.jac.aspects.gui.InvokeThread
Runs a method in a new thread.
run(Object, AbstractMethodItem, Object[], String[], Object[], String[], Object[]) - Static method in class org.objectweb.jac.aspects.gui.InvokeThread
Runs a method in a new thread and sets a display for this thread.
run(String, String[]) - Method in class org.objectweb.jac.core.JacLoader
Loads a class and calls main() in that class.
runAutomaticCompletion(SHEditor, String, int, char) - Method in class org.objectweb.jac.aspects.gui.swing.CompletionEngine
 
runAutomaticCompletion(SHEditor, String, int, char) - Method in class org.objectweb.jac.aspects.gui.swing.DefaultCompletionEngine
Do nothing (anyway it is never called because isAutomaticCompletionChar always returns false).

S

saveList(OID, List) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
saveMap(OID, Map) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
saveSortCriteria(SortCriteria) - Method in class org.objectweb.jac.aspects.gui.TableSorter
Save the sort criteria in the context
saveStreamToFile(Reader) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
show a save dialog and save the stream into the selected file
saveToFile(File) - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
saveToFile(File) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Saves the file in SHEditor to a file.
schemaExport() - Method in class org.objectweb.jac.aspects.hibernate.HibernateHelper
Export to the database the table schema for persistent classes.
scrollToLine(int) - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
scrollToLine(int) - Method in class org.objectweb.jac.aspects.gui.swing.NumberPanel
 
scrollToLine(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Sets a line as marked, and scrols to that line if needed.
search() - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
Finds an occurence
searchNext() - Method in class org.objectweb.jac.aspects.gui.swing.SearchTool
Finds the next occurrence
SearchTool - class org.objectweb.jac.aspects.gui.swing.SearchTool.
A search tool for the SHEditor.
SearchTool(SHEditor, int) - Constructor for class org.objectweb.jac.aspects.gui.swing.SearchTool
 
select(String) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
 
select(String) - Method in interface org.objectweb.jac.aspects.gui.TabsView
Select a tab.
select(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingTabbedView
 
selectCurrency(String) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
SELECTION_HANDLER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
SELECTION_TARGET - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
SelectionListener - interface org.objectweb.jac.aspects.gui.web.SelectionListener.
This interface defines event for object selection.
selectionVisible() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Makes sure the selection is visible on screen.
selectWithIndexedField(ClassItem, CollectionItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Tells the gui to use a primary key field to select instances of a class, instead of a combobox.
selectWithIndexedField(ClassItem, CollectionItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
semaphore - Variable in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
The semaphore that blocks the requesting thread until the response is available.
Semaphore - class org.objectweb.jac.util.Semaphore.
This is a simple implementation of the well-known semaphore synchronization feature.
Semaphore() - Constructor for class org.objectweb.jac.util.Semaphore
The default constructor for this semaphore equivalent to Semaphore(0).
Semaphore(int) - Constructor for class org.objectweb.jac.util.Semaphore
The semaphore constructor that allows the programmer to assign a number of resources item that are greater than 0 or 1 (meaning that several threads (n exactly) can use the semaphore at the same time).
serialize(Object) - Static method in class org.objectweb.jac.core.SerializedJacObject
Serialize an object into an array of bytes.
serialize(Object) - Static method in class org.objectweb.jac.core.utils.Lib
Serialize an object into an array of bytes.
serialize(Object, Class) - Static method in class org.objectweb.jac.core.utils.Lib
Serialize an object into an array of bytes.
serializeArgs(Object[], Boolean[]) - Static method in class org.objectweb.jac.core.SerializedJacObject
Serialize the arguments of a method.
SerializedJacObject - class org.objectweb.jac.core.SerializedJacObject.
This class defines all the needed information when (de)serializing a JAC object.
SerializedJacObject(String) - Constructor for class org.objectweb.jac.core.SerializedJacObject
The constructor of a serialized JacObject.
Session - class org.objectweb.jac.aspects.gui.web.Session.
This class defines a session for thin client servers.
SESSION_ID - Static variable in class org.objectweb.jac.aspects.session.SessionAC
 
Session(String) - Constructor for class org.objectweb.jac.aspects.gui.web.Session
The constructor for a session with a given ID.
SessionAC - class org.objectweb.jac.aspects.session.SessionAC.
This aspect component handle the session aspect within JAC applications.
SessionAC() - Constructor for class org.objectweb.jac.aspects.session.SessionAC
 
SessionConf - interface org.objectweb.jac.aspects.session.SessionConf.
This is the configuration interface of the session aspect.
sessions - Static variable in class org.objectweb.jac.aspects.session.SessionWrapper
Stores the sessions and their contextual attributes (sid -> saved attributes).
SessionWrapper - class org.objectweb.jac.aspects.session.SessionWrapper.
This wrapper handles the session for each object within the JAC system.
SessionWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.session.SessionWrapper
 
SET_NULL - Static variable in class org.objectweb.jac.aspects.integrity.Constraint
 
set(Collaboration) - Static method in class org.objectweb.jac.core.Collaboration
Set a new collaboration for the current thread.
set(int) - Method in class org.objectweb.jac.aspects.tracing.Counter
Sets the counter value.
set(Interaction) - Method in class org.objectweb.jac.aspects.persistence.ListWrapper
 
set(Object, Object) - Method in class org.objectweb.jac.core.rtti.FieldItem
Sets the value of this field item for a given object.
setAccessDeniedMessage(String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
Sets the message to show when the access is denied.
setAccessDeniedMessage(String) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
setAccessDeniedMessage(String) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
Sets the message that is showed to the user when the access to a method is not granted by the controller (if any).
setAccessedFields(FieldItem[]) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Sets the value of the fields that are read by this method.
setAccessingMethods(MethodItem[]) - Method in class org.objectweb.jac.core.rtti.FieldItem
Set the methods that access this field for reading.
setACInfos(String, Object) - Method in class org.objectweb.jac.core.SerializedJacObject
Add some aspect component related infos to be serialized.
setAddable(String, String, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAddedCollections(CollectionItem[]) - Method in class org.objectweb.jac.core.rtti.MethodItem
Sets the value of the collections that are added by this method.
setAdder(CollectionItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setAdder(CollectionItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Sets the adder of a collection.
setAdder(MethodItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Sets the adder of the collection.
setAddingMethods(MethodItem[]) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Sets the methods that access this collection for adding.
setAlignment(int) - Method in class org.objectweb.jac.aspects.gui.Border
Set the value of alignment.
setAllow(boolean) - Method in class org.objectweb.jac.aspects.user.Rule
Set rule mode (allow or deny).
setApplication(String) - Method in class org.objectweb.jac.core.AspectComponent
Gets the application that declares this aspect component.
setApplication(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Set the value of application.
setarg(int, Object) - Method in interface org.objectweb.jac.core.CollaborationParticipant
Sets the nth argument value.
setargs(Object[]) - Method in interface org.objectweb.jac.core.CollaborationParticipant
Sets the argument values.
setArgs(Object[]) - Method in class org.objectweb.jac.core.ConfigMethod
 
setAspectComponent(AspectComponent) - Method in class org.objectweb.jac.core.Wrapper
Set the aspect component name that owns the wrapper.
setAttribute(AbstractMethodItem, String, String) - Method in class org.objectweb.jac.core.AspectComponent
Generic config method to set an attribute on a method
setAttribute(ClassItem, String, String) - Method in class org.objectweb.jac.core.AspectComponent
Generic config method to set an attribute on a class
setAttribute(FieldItem, String, String) - Method in class org.objectweb.jac.core.AspectComponent
Generic config method to set an attribute on a class
setAttribute(String, Object) - Method in class org.objectweb.jac.core.rtti.MetaItem
Sets the value of an attribute.
setAttribute(String, String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setAttribute(String, String) - Method in interface org.objectweb.jac.aspects.gui.web.HTMLEditor
Sets an HTML attribute on the element
setAttributes(Map) - Method in class org.objectweb.jac.core.Collaboration
Set some attributes.
setAttributesOrder(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the order in which the attributes of a class are to be rendered.
setAttributesOrder(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAttributesOrder(ClassItem, String, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAttributesOrder(FieldItem[]) - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
setAuthenticator(Authenticator) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
 
setAuthenticator(ClassItem) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
setAuthenticator(ClassItem) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
Sets the authenticator to use when the authenticator's constructor takes no parameters.
setAuthenticator(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
setAuthenticator(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
Sets the authenticator to use.
setAutoComplete(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setAutoCreate(FieldItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAutoCreate(FieldItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
This configuration method tells the GUI to automatically create a new instance of the field type when a setter or an adder is invoke on the object that owns this field.
setAutoCreateAll(ClassItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAutoCreateAll(ClassItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
This configuration method tells that all the class methods must be in auto-creation mode.
setAutoCreateInitializer(FieldItem, MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAutoCreateInitializer(FieldItem, MethodItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Defines a method to initialize new objects created by the auto-create behaviour.
setAutoCreateParameters(AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAutoCreateParameters(AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
This configuration method tells which parameters of the given method should be autocreated.
setAutoCreateParametersEx(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAutoCreateParametersEx(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
This configuration method tells that all the class methods must be in auto-creation mode except the excluded ones.
setAutoCreateState(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setAutoCreateState(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
This configuration method tells which fields of the given class should be auto-created.
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
setAutoUpdate(boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldView
Sets the auto-update property of the view.
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.PrimitiveFieldEditor
 
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
setAutoUpdate(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SwingEmptyView
 
setBackgroundColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setBlockKeywords(Set) - Method in class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
 
setBorder(Border) - Method in class org.objectweb.jac.aspects.gui.AppletView
Set the value of border.
setBorder(FieldItem) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets a border to the field in an object view.
setBorder(FieldItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setBorder(FieldItem, String, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets a border to the field in an object view.
setBorder(FieldItem, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCacheValue(Object[], Object) - Method in class org.objectweb.jac.wrappers.CacheWrapper
Add a (method, args) key and its value into the cache.
setCallMethods(String[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Set the call method names (methods that neither write or read the replica state).
setCallSuper(String, String) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method calls the super method
setCallSuper(String, String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
setCaretPosition(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
setCategories(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
This configuration method sets some categories for a class.
setCategories(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCategories(MemberItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the categories of an item of a class.
setCategories(MemberItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCategories(String[]) - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
setCategoriesIcons(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
This configuration method sets categories icons for a class.
setCategoriesIcons(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCategoriesLabels(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
This configuration method sets categories labels for a class.
setCategoriesLabels(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCategory(MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the category of an item of a class.
setCategory(MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCellRenderers() - Method in class org.objectweb.jac.aspects.gui.web.Table
 
setCellRenderers(JTable) - Method in class org.objectweb.jac.aspects.gui.swing.SwingTableView
Set the cell renderer to use for each column of the table.
setChildrenUptodate(boolean) - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Sets the uptodate state of this node's children.
setChoice(ClassItem) - Method in class org.objectweb.jac.aspects.gui.ClassChooser
 
setClampColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setClass(ClassItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setClass(ClassItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Sets a user defined class on a class.
setClass(MemberItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setClass(MemberItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Sets a user defined class on a class' member.
setClassInfo(String, ClassInfo) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
 
setClassInfo(String, ClassInfo) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
setClonedFields(String, String[]) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setClonedFields(String, String[]) - Method in interface org.objectweb.jac.core.rtti.RttiConf
This configuration method tells that the fields (references or collections) must be cloned when the class is cloned.
setClosingMethod(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setClosingMethod(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Sets the given method to be closing (ie, when the user press the corresponding button, it performs the call and closes the current object view).
setCollection(CollectionItem) - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
setCollection(CollectionItem) - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Sets the collection item associated with the view
setCollection(CollectionItem) - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
setCollectionIndexArgument(int) - Method in class org.objectweb.jac.core.rtti.MethodItem
Set collectionIndexArgument
setCollectionIndexArgument(String, int) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
setCollectionIndexArgument(String, String, int) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells that a method's parameter is used as an index of a collection field
setCollectionIndexArgument(String, String, int) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
setCollectionType(CollectionItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Set the type of the objects of a collection.
setCollectionType(CollectionItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setColumn(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setColumn(int) - Method in interface org.objectweb.jac.aspects.gui.TableCellViewer
Sets the number of the column being rendered.
setColumnsInfo(String[], FieldItem[], ClassItem[], ClassItem[]) - Method in class org.objectweb.jac.aspects.gui.web.Table
 
setCommitOnFocusLost(boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCommitOnFocusLost(boolean) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Set the commit method to use when attibutes are edited.
setCompletionColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setCompletionEngine(CompletionEngine) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
setComponentType(ClassItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Sets the component type of the collection.
setComponentType(CollectionItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setComponentType(CollectionItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Sets the component type of a collection, i.e.
setCondition(AbstractMethodItem, String) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Sets a condition on a method.
setCondition(AbstractMethodItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setConfig(SHEditorConfig) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
setConnection(Connection) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
Resets the connection to the database with the given connection.
setConstructorClass(String) - Method in class org.objectweb.jac.core.Application
Gets the path of the launching class (that implements the static main(String[]) method).
setContains(OID, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Say if a set contains an object.
setContains(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
setContains(OID, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCompositeView
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setContext(DisplayContext) - Method in interface org.objectweb.jac.aspects.gui.View
Sets the display context for this view.
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCompositeView
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setContext(DisplayContext) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setContextualProfile(ClassItem, String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Set a contextual profile to a reference or a collection that contains user(s).
setContextualProfile(ClassItem, String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
setController(MethodItem) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationWrapper
Sets the access rights controller.
setController(String, String, MethodItem) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
setController(String, String, MethodItem) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
This configuration method sets a controller method to a set of base methods.
setCounter(int) - Method in class org.objectweb.jac.aspects.tracing.SimpleCountingWrapper
Role method: set the counter value.
setCountersName(String) - Method in class org.objectweb.jac.aspects.idGen.IdGenAC
 
setCreationAllowed(FieldItem, boolean) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Tells wether should be allowed to create a new instance when editing the value of a field.
setCreationAllowed(FieldItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCreationAllowedParameters(AbstractMethodItem, boolean[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Tells if JAC object-typed (references) arguments of a method can be created while the method's invocation or if they should be choosen in existing instances list.
setCreationAllowedParameters(AbstractMethodItem, boolean[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCreationAttributesOrder(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the order in which the attributes of a class are to be rendered when an instance is created.
setCreationAttributesOrder(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCurApp(String) - Method in class org.objectweb.jac.core.Collaboration
 
setCurrent(int) - Method in class org.objectweb.jac.aspects.gui.web.CollectionItemView
 
setCurrent(int) - Method in interface org.objectweb.jac.aspects.gui.AbstractCollectionItemView
Sets the position in the collection of the current item
setCurrent(int) - Method in class org.objectweb.jac.aspects.gui.swing.CollectionItemView
 
setCustomizedIcon(String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Sets the icon of the window
setCustomizedIcon(String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setCustomizedView(CustomizedView) - Method in class org.objectweb.jac.aspects.gui.DisplayContext
Sets the customized of this display context.
setDateFormat(String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Set the default date format used by date components.
setDateFormat(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDateHourFormat(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDebuggingMode(int) - Method in class org.objectweb.jac.aspects.tracing.Debugger
Set the debugging mode of the debugger.
setDefaultAdmin(Wrappee) - Method in class org.objectweb.jac.aspects.user.UserManager
Set the value of defaultAdmin.
setDefaultCurrency(String, int) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Set the default currency
setDefaultCurrency(String, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultEditorHeight(ClassItem, int, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the default editor height for value of a given type.
setDefaultEditorHeight(ClassItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultEditorHeight(VirtualClassItem, int, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the default editor height for value of a given type.
setDefaultEditorHeight(VirtualClassItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultEditorWidth(ClassItem, int, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the default editor width for value of a given type.
setDefaultEditorWidth(ClassItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultEditorWidth(VirtualClassItem, int, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the default editor width for value of a given type.
setDefaultEditorWidth(VirtualClassItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaults() - Method in class org.objectweb.jac.aspects.gui.GuiAC
Defines the visible property to false for some JAC system items.
setDefaultsAttributesOrder(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the attributes to be displayed for editable default values in tables
setDefaultsAttributesOrder(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultShowRowNumbers(boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells the GUI wether to show row numbers for tables and lists by default.
setDefaultShowRowNumbers(boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultSortedColumn(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets a default sorted column for a class.
setDefaultSortedColumn(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultSortedColumn(CollectionItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets a default sorted column for a collection.
setDefaultSortedColumn(CollectionItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultValue(FieldItem, MethodItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Set the default value for a choice.
setDefaultValue(FieldItem, MethodItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultValue(FieldItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Set the default value for a choice.
setDefaultValue(FieldItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDefaultValues(AbstractMethodItem, Object[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Sets the default value for argument names of a given method item so that they can be used by GUI aspect components.
setDefaultValues(AbstractMethodItem, Object[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDescription(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the description of a class.
setDescription(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDescription(MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the description of a class member (field of method).
setDescription(MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.AppletView
Set the value of description.
setDescription(String) - Method in interface org.objectweb.jac.aspects.gui.View
Sets a static message to be display by the view when opened.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Set the value of description.
setDescription(String) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Set the value of description.
setDesktopCustomizedView(ClassItem, ClassItem) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
This configuration method allows the programmer to tell that the given class should be viewed with a given customized view when it is opened in a desktop panel.
setDesktopCustomizedView(ClassItem, ClassItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Tells if a field item's value must be displayed embbeded.
setDestination(String) - Method in class org.objectweb.jac.util.res.CopyResource
 
setDialogTimeout(long) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Sets the delay before a dialog times out.
setDialogTimeout(long) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDirectCollectionMethods(CollectionItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
This configuration method allows the programmer to tell the GUI to add some buttons to the collection that will invoke the corresponding methods on the currently selected collection element.
setDirectCollectionMethods(CollectionItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDisplayController(MethodItem) - Method in class org.objectweb.jac.aspects.authentication.AuthenticationAC
 
setDisplayController(MethodItem) - Method in interface org.objectweb.jac.aspects.authentication.AuthenticationConf
This configuration method sets a controller on displays so that all users must authenticate themselves before accessing the application.
setDisplayID(String) - Method in interface org.objectweb.jac.core.Display
Sets the ID (a unique string identifier) of the current display.
setDisplayID(String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
setDisplayID(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
setDisplayLabel(MemberItem, boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Wether to display a label containing the name of the field in views.
setDisplayLabel(MemberItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDisplayLabel(String, boolean) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Wether to display a label containing the name of the field in views.
setDisplayLabel(String, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDynamicFieldChoice(FieldItem, Boolean, ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Same as setFieldChoice but with dynamically defined values.
setDynamicFieldChoice(FieldItem, Boolean, ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setDynamicFieldChoice(FieldItem, Boolean, MethodItem) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Same as setFieldChoice but with dynamically defined values.
setDynamicFieldChoice(FieldItem, Boolean, MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEditable(boolean) - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
setEditable(boolean) - Method in interface org.objectweb.jac.aspects.gui.ReferenceEditor
 
setEditable(FieldItem, boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Set a field to be editable.
setEditable(FieldItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEditableDefaultValues(CollectionItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEditableDefaultValues(CollectionItem, boolean) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Tells if the default values of an item can be editable from the GUI.
setEditor(boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
setEditor(boolean) - Method in interface org.objectweb.jac.aspects.gui.CollectionView
Set the "editability" of the view.
setEditor(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
setEditorHeight(FieldItem, int, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the height of the field's embedded editor when exist.
setEditorHeight(FieldItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEditorWidth(FieldItem, int, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the width of the field's embedded editor when exist.
setEditorWidth(FieldItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setElementInterpreter(ElementInterpreter) - Method in class org.objectweb.jac.core.parsers.xml.DefaultDocumentInterpreter
 
setEmbedded(boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
setEmbedded(boolean) - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
setEmbedded(boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldEditor
Sets wether the editor is embedded in a view.
setEmbedded(boolean) - Method in class org.objectweb.jac.aspects.gui.MemberItemView
 
setEmbedded(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
setEmbeddedAdded(boolean) - Method in class org.objectweb.jac.aspects.gui.CollectionItemView
 
setEmbeddedAdder(CollectionItem, boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells the GUI wether to use an embedded view for the adder of a collection.
setEmbeddedAdder(CollectionItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEmbeddedEditor(MemberItem) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
This configuration method allows the programmer to set a class member to be internally edited.
setEmbeddedEditor(MemberItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEmbeddedEditorColumns(CollectionItem, String, MemberItem[]) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells to use embedded editors for the cells of some columns
setEmbeddedEditorColumns(CollectionItem, String, MemberItem[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEmbeddedEditors(boolean) - Method in class org.objectweb.jac.aspects.gui.CollectionItemView
 
setEmbeddedEditors(ClassItem) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells the GUI to use embedded editors for all fields of a class, whenever possible.
setEmbeddedEditors(ClassItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEmbeddedEditors(CollectionItem, String, boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells wether to use embedded editors for the cells of a table
setEmbeddedEditors(CollectionItem, String, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEmbeddedView(MemberItem) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells the GUI to insert a referenced object to be displayed as an embedded view in its container object view.
setEmbeddedView(MemberItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEmbeddedView(MemberItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEmbeddedView(MemberItem, String, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setEnabled(boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
setEnabled(boolean) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
setEnabled(boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldEditor
 
setEventURL(String) - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
Set the URL to link to.
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setFactory(ViewFactory) - Method in interface org.objectweb.jac.aspects.gui.View
Sets the factory for this view (WEB, SWING or other supported factory).
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setFactory(ViewFactory) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.web.FloatViewer
 
setField(FieldItem) - Method in interface org.objectweb.jac.aspects.gui.FieldView
Sets the field being displayed
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.swing.FloatViewer
 
setField(FieldItem) - Method in class org.objectweb.jac.aspects.gui.swing.SwingEmptyView
 
setField(OID, FieldItem, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Initialize the value of an object's field.
setField(OID, FieldItem, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
setField(OID, FieldItem, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
setField(Wrappee, FieldItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This method stores the field into the storage.
setFieldChoice(FieldItem, Boolean, String[]) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
This configuration method allows the programmer to make a set of object to be proposed to the final user when an edition of this field value is performed.
setFieldChoice(FieldItem, Boolean, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setFieldEnum(FieldItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Declare a field as an enumeration.
setFieldEnum(FieldItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setFields - Variable in class org.objectweb.jac.core.rtti.MethodInfo
 
setFieldsValue(Object, String[], Object[]) - Static method in class org.objectweb.jac.core.utils.Lib
Set fields value.
setFieldType(FieldItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setFieldType(FieldItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Declare a field to be of a given type
setFieldValue(Object, String, Object) - Static method in class org.objectweb.jac.core.dist.ObjectState
 
setFileChooserView(MethodItem, String[], String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the view of a given setter's calling box to be a file chooser.
setFileChooserView(MethodItem, String[], String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setFilename(String) - Method in class org.objectweb.jac.util.res.CopyResource
 
setFileName(String, String) - Static method in class org.objectweb.jac.util.Log
Sets the logging file.
setFirstFreeCell() - Method in class org.objectweb.jac.core.dist.NonBlockingStubWrapper
 
setFloatFormat(FieldItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the display format of a float or double field.
setFloatFormat(FieldItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setFocus(FieldItem, Object) - Method in interface org.objectweb.jac.aspects.gui.View
Focus a field of an object's view.
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectView
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setFocus(FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
 
setFocus(View, FieldItem, Object) - Method in class org.objectweb.jac.aspects.gui.EventHandler
Gives focus to the view which is a field editor for a given field.
setFont(Font) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Sets the font of the SHEditor and repaqints it.
setFontAttribute(String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method allows the programmer to define attributes for the default font.
setFontAttribute(String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setFormat(String, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the display format of a class.
setFormat(String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setGetter(MethodItem) - Method in class org.objectweb.jac.core.rtti.FieldItem
 
setGlobal(String) - Static method in class org.objectweb.jac.core.Collaboration
Sets an attribute to be global.
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setHeight(int) - Method in interface org.objectweb.jac.aspects.gui.View
Sets the prefered height for this view.
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.TextEditor
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.ArrayEditor
 
setHeight(int) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
 
setIcon(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
This configuration method attaches an icon to a given class so that the iconized instances of this class will be represented by this icon (for instance in a treeview).
setIcon(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setIcon(MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
This configuration method attaches an icon to a given field so that the iconized instances of this field will be represented by this icon (for instance in a treeview).
setIcon(MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setIcon(String) - Method in class org.objectweb.jac.aspects.gui.web.EmbeddedMethod
 
setIcon(String) - Method in class org.objectweb.jac.aspects.gui.web.Method
 
setIcon(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setIcon(String) - Method in class org.objectweb.jac.aspects.gui.Menu
Sets the icon of the menu.
setIcon(String) - Method in interface org.objectweb.jac.aspects.gui.MethodView
Sets the icon.
setIcon(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setIgnoreColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setIndexedField(CollectionItem, FieldItem) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setIndexedField(CollectionItem, FieldItem) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Tells that a Map implementing a collection indexes a field of the contained objects.
setIndexNotFoundHandler(ClassItem, MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setIndexNotFoundHandler(ClassItem, MethodItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Defines a method to be called when an object referred to by it's indexed field is not found.
setInteractionHandler(MethodItem, MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setInteractionHandler(MethodItem, MethodItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Sets a method to be used to handler user interaction when a method is called, instead of the standard "ask for parameters stuffs".
setInvalidPane(String, String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setInvalidPane(String, String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Set a pane to be invalidated (reload) when a given pane content changes.
setInvalidPane(String, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setIsGetter(String, boolean) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
setIsIndex(CollectionItem, boolean) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setIsIndex(CollectionItem, boolean) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Specify wether a Map implementing a collection is a mere index for the collection (this is not the default).
setIsNew(boolean) - Method in class org.objectweb.jac.aspects.user.Profile
 
setItemClass(MetaItem) - Method in class org.objectweb.jac.core.rtti.MetaItem
 
SetIterator - class org.objectweb.jac.aspects.persistence.SetIterator.
 
SetIterator(Wrappee) - Constructor for class org.objectweb.jac.aspects.persistence.SetIterator
 
setJacRoot(String) - Static method in class org.objectweb.jac.core.Jac
Sets the JAC root directory.
setJScrollPane(JScrollPane) - Method in class org.objectweb.jac.aspects.gui.swing.NumberPanel
 
setKeywordColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setKnownReplicas(Vector) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
The setter method for the known replicas.
setLabel(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the label of a class.
setLabel(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLabel(MemberItem, MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the label of a class member (field of method) for a given context
setLabel(MemberItem, MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLabel(MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the label of a class member (field of method).
setLabel(MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setLabel(String) - Method in interface org.objectweb.jac.aspects.gui.View
Sets the label (the identifier) of the view.
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setLabel(String) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setLabelAdd(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLabelCancel(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLabelClose(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLabelNew(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLabelOK(String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLaunchedClass(String) - Static method in class org.objectweb.jac.core.Jac
Sets the launched class.
setLeaf(boolean) - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Sets this node to be a leaf or not of the tree.
setLevel(String, int) - Static method in class org.objectweb.jac.util.Log
Sets the verbose level of a given category.
setLineBreaks(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Defines which fields should start on a new line.
setLineBreaks(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setLineNrBgColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setLineNrColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setLinkedParameters(AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Declares some reference parameters (non-primitive object-typed parameters) of the method to be linked with a collection that gives the choices of the object in the GUI combobox.
setLinkedParameters(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setListItem(OID, long, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Set the value of a list element.
setListItem(OID, long, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
setListItem(OID, long, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
setLoggingMethod(String, String, String, String, int) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Sets the given methods to be logging.
setLoggingMethod(String, String, String, String, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setltIsGetter(String, String, boolean) - Method in interface org.objectweb.jac.core.rtti.LoadtimeRTTI
Tells wether a method is a getter of a field or not
setltIsGetter(String, String, boolean) - Method in class org.objectweb.jac.core.rtti.ClassRepository
 
setMax(int) - Method in class org.objectweb.jac.wrappers.LimiterWrapper
Set the max bound of the limiter.
setMaxSize(int) - Method in class org.objectweb.jac.aspects.gui.web.html.Button
 
setMembersOrder(CollectionItem, ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the default order in which the attributes of the elements of a collection are to be rendered.
setMembersOrder(CollectionItem, ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMembersOrder(CollectionItem, String, ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the order in which the attributes of the elements of a collection are to be rendered for a given view.
setMembersOrder(CollectionItem, String, ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMenu(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
This configuration method attaches a contextual menu to a given class so that the instances of this class will show the menu when the user performs a right click on it (by default the menu shows all the methods).
setMenu(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMenuBar(MenuView, String) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
setMenuBar(MenuView, String) - Method in interface org.objectweb.jac.aspects.gui.CustomizedView
Set a menu bar to the customized.
setMenuBar(MenuView, String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setMenuBars(ViewFactory, DisplayContext, CustomizedView, Hashtable) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Build the menu bar of a customized gui.
setMenuIcon(String, String[], String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setMenuIcon(String, String, String[], String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Set the icon for a menu.
setMenuIcon(String, String, String[], String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMenuPosition(String, String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setMenuPosition(String, String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Sets the position of a menu
setMenuPosition(String, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.AppletView
Set the value of message.
setMessage(MethodItem) - Method in interface org.objectweb.jac.aspects.gui.View
Sets a dynamic message to be displayed by the view when opened.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Set the value of message.
setMessage(MethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Set the value of message.
setMethod(AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.web.EmbeddedMethod
 
setMethod(AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.web.Method
 
setMethod(AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.MethodView
Sets the substance method.
setMethod(AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setMethodDynamicParameterChoice(MethodItem, ClassItem[], String[], boolean[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Same as setDynamicFieldChoice but for method parameters
setMethodDynamicParameterChoice(MethodItem, ClassItem[], String[], boolean[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMethodParametersHeight(AbstractMethodItem, int[], int[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Sets the height for all parameters of one method.
setMethodParametersHeight(AbstractMethodItem, int[], int[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMethodParametersWidth(AbstractMethodItem, int[], int[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Sets the width for all parameters of one method.
setMethodParametersWidth(AbstractMethodItem, int[], int[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMethodsOrder(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the order in which the methods of a class are to be rendered.
setMethodsOrder(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMethodsOrder(ClassItem, String, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setMethodsOrder(MethodItem[]) - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
setModel(ExtendedTableModel) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
setModel(TreeView) - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Sets the model (abstract tree representation) of this node.
setModifierColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setModifyingBoxes(ClassItem, String, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setName(String) - Method in class org.objectweb.jac.core.ACConfiguration
The aspect name setter.
setName(String) - Method in class org.objectweb.jac.core.Application
Sets the application's name.
setName(String) - Static method in class org.objectweb.jac.core.Naming
Sets the name of the next created object within the current thread.
setName(String) - Method in class org.objectweb.jac.core.dist.RemoteContainer
Setter method for field name.
setName(String) - Method in class org.objectweb.jac.core.dist.RemoteRef
The setter method for the name.
setName(String) - Method in class org.objectweb.jac.aspects.user.Profile
Set the value of name.
setNavBar(String, CollectionItem) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Enables navigation bar for a collection.
setNavBar(String, CollectionItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setNonViewableItems(CollectionItem) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Set a collection's items to be not viewable (no 'view')
setNonViewableItems(CollectionItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setNoRefresh(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
setNoRefresh(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
setNullAllowed(FieldItem) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setNullAllowed(FieldItem) - Method in interface org.objectweb.jac.core.rtti.RttiConf
This configuration method tells that the field can be set to null (forbidden by default)
setNullAllowed(FieldItem, boolean) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setNullAllowed(FieldItem, boolean) - Method in interface org.objectweb.jac.core.rtti.RttiConf
This configuration method tells wether the field can be set to null or not.
setNullAllowedParameters(AbstractMethodItem, boolean[]) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setNullAllowedParameters(AbstractMethodItem, boolean[]) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Tells if JAC object-typed (references) arguments of a method can take null value while the method's invocation or if they should be choosen in existing instances list.
setNumRowsPerPage(CollectionItem, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the number of rows to display simultaneously for a collection.
setNumRowsPerPage(CollectionItem, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setOnCloseHandler(AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setOnCloseHandler(String, AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Set an event handler which is called when the window is closed.
setOnCloseHandler(String, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setOnSelection(CollectionItem, MethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setOnSelection(CollectionItem, MethodItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Sets the event handler to be called when an item of the collection is selected.
setOpenViewMethod(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setOpenViewMethod(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
This configuration method allows the programmer to specify that the result of a given method (should be a wrappe) opens a new view on this result instead of treating it as a simple result.
setOwner(RemoteRef) - Method in class org.objectweb.jac.aspects.distribution.consistency.WeakConsistencyWrapper
This role method sets a new owner.
setOwningApplication(Wrappee, ClassItem, Application) - Static method in class org.objectweb.jac.core.ApplicationRepository
 
setPaneContainer(String, String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setPaneContainer(String, String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Set the container type to use for a pane.
setPaneContainer(String, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setPaneContent(String, String, String[]) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Sets the object that should be opened in the given panel id.
setPaneContent(String, String, String, String[]) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Defines the initial content of a pane.
setPaneContent(String, String, String, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setParameterEnums(AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Declares some parameters of method as enums.
setParameterEnums(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setParameterFields(AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Specify that a parameter of a method corresponds to a field within the invoked object.
setParameterFields(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setParameterNames(AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Sets the argument names of a given method item so that they can be used by GUI aspect components.
setParameterNames(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setParameters(Object[]) - Method in interface org.objectweb.jac.aspects.gui.ViewIdentity
Sets the parameters that were used to construct the view.
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setParameters(Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setParametersFields(AbstractMethodItem, FieldItem[]) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setParametersFields(AbstractMethodItem, FieldItem[]) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Specifies that the parameters of a method will be assigned to a given field.
setParametersPassingMode(MethodItem, Boolean[]) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
 
setParametersPassingMode(MethodItem, Boolean[]) - Method in interface org.objectweb.jac.aspects.distribution.DeploymentConf
Defines the passing mode of the parameters for a given method.
setParametersType(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setParametersType(AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Declare a method's parameters to be of a given type
setParameterValue(int, Object) - Method in class org.objectweb.jac.aspects.gui.InputSequence
Sets the parameter value for the final call of the method that will be invoked at the end of the sequence.
setParent(DefaultMutableTreeNode) - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Redefines the DefaultMutableTreeNode.setParent in order to unregister the update events.
setParent(JacRequest) - Method in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
setParent(MetaItemDelegate) - Method in class org.objectweb.jac.core.rtti.MetaItemDelegate
Sets the parent.
setParent(Profile) - Method in class org.objectweb.jac.aspects.user.Profile
 
setParent(SyntaxElement) - Method in class org.objectweb.jac.core.parsers.acc.SyntaxElement
 
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Set the value of parent.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.AppletView
Set the value of parent.
setParentView(View) - Method in interface org.objectweb.jac.aspects.gui.View
Sets the parent view of this view (a composite view).
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Set the value of parentView.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Set the value of parentView.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Set the value of parentView.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Set the value of parentView.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Set the value of parentView.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Set the value of parentView.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Set the value of parentView.
setParentView(View) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Set the value of parentView.
setPasswordParameters(AbstractMethodItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.MethodAppearenceGuiConf
Specify that a parameter of a method is a pasword method.
setPasswordParameters(AbstractMethodItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setPath(String) - Method in class org.objectweb.jac.core.Application
The path's setter.
setPosition(int, int, int, int) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Sets the dimensions and position of the window regarding to the main screen.
setPosition(int, int, int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Sets the dimensions and position of the window regarding to the main screen.
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.web.ToolBar
Set the value of position.
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.web.StatusBar
Set the value of position.
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractMenu
Set the value of position.
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.Menu
Sets the menu position.
setPosition(String) - Method in interface org.objectweb.jac.aspects.gui.StatusView
Sets the position of the status bar (TOP||BOTTOM).
setPosition(String) - Method in interface org.objectweb.jac.aspects.gui.MenuView
Sets the position of the menu bar (TOP||BOTTOM||LEFT||RIGHT).
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
Set the value of position.
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.swing.StatusBar
Set the value of position.
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Set the value of position.
setPosition(String) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Set the value of position.
setPosition(String, int, int, int, int) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method delegates to the corresponding customized GUI.
setPosition(String, int, int, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setPreferredHeight(CollectionItem, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells the preferred height a table or list view of a collection should take, if possible.
setPreferredHeight(CollectionItem, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setPreferredRowHeight(int, int) - Method in class org.objectweb.jac.aspects.gui.swing.JTable
Compute the preferred height of a row
setPreferredRowHeights(int) - Method in class org.objectweb.jac.aspects.gui.swing.JTable
Compute preferred height of all rows
setPreferredWidth(CollectionItem, int) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells the preferred width a table or list view of a collection should take, if possible.
setPreferredWidth(CollectionItem, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setProfile(Profile) - Method in interface org.objectweb.jac.aspects.user.User
 
setProfileToUser(Object, Profile) - Method in class org.objectweb.jac.aspects.user.UserAC
 
setReadMethods(String[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Set the read method names (methods that read the replica state).
setRealValue(double) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
setReference(Wrappee, FieldItem, Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This method stores the persistent object that is pointed by the reference into the storage.
setRemovable(String, String, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setRemovedCollections(CollectionItem[]) - Method in class org.objectweb.jac.core.rtti.MethodItem
Sets the value of the collections that are removed by this method.
setRemover(CollectionItem, String) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
setRemover(CollectionItem, String) - Method in interface org.objectweb.jac.core.rtti.RttiConf
Sets the remover of a collection.
setRemover(MethodItem) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Sets the remover of the collection.
setRemovingMethods(MethodItem[]) - Method in class org.objectweb.jac.core.rtti.CollectionItem
Sets the methods that access this collection for removing.
setRequest(JacRequest) - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Sets the current JacRequest in the context.
setResourceExpression(String) - Method in class org.objectweb.jac.aspects.user.Rule
Set regular expression indicating which fields to apply rule for.
setResponse() - Method in interface org.objectweb.jac.aspects.gui.web.JacRequest
Unblock a thread that was blocked by a waitForResult call.
setResponse() - Method in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
setResponse(HttpServletResponse) - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Set the servlet response for the current collaboration
setReturnedField(FieldItem) - Method in class org.objectweb.jac.core.rtti.MethodItem
Sets the field returned by the method.
setReturnedField(String, String) - Method in class org.objectweb.jac.core.rtti.ClassInfo
 
setRole(ClassItem, String, String) - Method in class org.objectweb.jac.core.rtti.MemberItem
Sets this field to be actually implemented by a field of a role wrapper.
setRootNode(AbstractNode) - Method in interface org.objectweb.jac.aspects.gui.TreeView
Set the root node of the tree.
setRootNode(AbstractNode) - Method in class org.objectweb.jac.aspects.gui.TreeModel
 
setRow(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setRow(int) - Method in interface org.objectweb.jac.aspects.gui.TableCellViewer
Sets the number of the row being rendered.
setSelected(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
setSelected(int) - Method in interface org.objectweb.jac.aspects.gui.CollectionView
Sets the selected index of the collection view.
setSelected(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingTableView
 
setSelected(int) - Method in class org.objectweb.jac.aspects.gui.swing.List
 
setSelected(View) - Method in class org.objectweb.jac.aspects.gui.web.Tabs
Disable editors which are not an the selected tab
setSelectedItem(Object) - Method in class org.objectweb.jac.aspects.gui.ComboBoxModel
Sets the selected object by it's name.
setSelectedObject(Object) - Method in class org.objectweb.jac.aspects.gui.ComboBoxModel
Sets the selected object
setSelection(int, int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Sets the selection
setSelection(TreePath) - Method in interface org.objectweb.jac.aspects.gui.TreeView
Sets the selected node for this tree.
setSelection(TreePath) - Method in interface org.objectweb.jac.aspects.gui.TreeListener
 
setSelection(TreePath) - Method in class org.objectweb.jac.aspects.gui.TreeModel
 
setSelection(TreePath) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
setSelectionColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setSelectionEnd(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Sets the end of the selection.
setSelectionStart(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Sets the start of the selection.
setSelectionTarget(CollectionItem, ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setSelectionTarget(CollectionItem, ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
Sets the field to be displayed when an item of the collection is selected, instead of the item itself.
setServletName(String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Set the name of the servlet
setSetField(FieldItem) - Method in class org.objectweb.jac.core.rtti.MethodItem
Sets the field set by the method.
setSetter(MethodItem) - Method in class org.objectweb.jac.core.rtti.FieldItem
 
setShowButtons(boolean) - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
setShowButtons(boolean) - Method in interface org.objectweb.jac.aspects.gui.EditorContainer
Sets the showButtons property of the container.
setShowButtons(boolean) - Method in class org.objectweb.jac.aspects.gui.DisplayContext
 
setShowButtons(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
setShowButtons(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectView
 
setShowLineNumbers(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setSize(int) - Method in class org.objectweb.jac.aspects.gui.web.html.Button
 
setSmallEditorHeight(FieldItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setSmallEditorWidth(FieldItem, int, int) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setSource(String) - Method in class org.objectweb.jac.util.res.CopyResource
 
setSplitterLocation(int, float) - Method in class org.objectweb.jac.aspects.gui.web.Panel
 
setSplitterLocation(int, float) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Sets a splitter location.
setSplitterLocation(int, float) - Method in interface org.objectweb.jac.aspects.gui.PanelView
Sets a splitter location.
setSplitterLocation(int, float) - Method in class org.objectweb.jac.aspects.gui.swing.SwingPanelView
 
setSplitterLocation(String, int, float) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method delegates to the corresponding customized GUI.
setSplitterLocation(String, int, float) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setSplitters() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setStartIndex(CollectionItem, int) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Sets the start index for a collection view in the context
setStartSwingGUI(String[]) - Static method in class org.objectweb.jac.core.Jac
Tells the JAC system to start the GUI.
setStartWebGUI(String[]) - Static method in class org.objectweb.jac.core.Jac
Tells the JAC system to start the GUI.
setState(Object, Object[]) - Static method in class org.objectweb.jac.core.dist.ObjectState
 
setStatusBar(StatusView, String) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
setStatusBar(StatusView, String) - Method in interface org.objectweb.jac.aspects.gui.CustomizedView
Set a status bar to the customized.
setStatusBar(StatusView, String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setStatusBar(ViewFactory, DisplayContext, CustomizedView, MethodItem, String) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Sets a status bar to a customized view.
setStorageType(String) - Method in class org.objectweb.jac.aspects.distrans.persistence.PersistenceAC
 
setStringColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setStyle(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Set the style for a class
setStyle(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setStyle(FieldItem, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Set the style of a field
setStyle(FieldItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setStyle(int) - Method in class org.objectweb.jac.aspects.gui.Border
Set the value of style.
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setStyle(String) - Method in interface org.objectweb.jac.aspects.gui.View
Sets the view style.
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setStyle(String) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setStyleSheet(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setStyleSheet(String) - Method in interface org.objectweb.jac.aspects.gui.web.HTMLViewer
Set the CSS stylesheet
setSubPanesGeometry(int, int, boolean[]) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
Sets the geometric arrangement of the panes.
setSubPanesGeometry(String, int, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method delegates to setSubPanesGeometry(int,int,String[]) with all the panes scrollable.
setSubPanesGeometry(String, int, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setSubPanesGeometry(String, int, String, boolean[]) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method delegates to the corresponding customized GUI.
setSubPanesGeometry(String, int, String, boolean[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setSubstance(Object) - Method in interface org.objectweb.jac.aspects.gui.FieldView
Sets the substance object holding the field
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
setSubstance(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingEmptyView
 
setSuperClass(ClassItem) - Method in class org.objectweb.jac.core.rtti.ClassItem
Set the super class of this class and updates the children of the super class.
setSystemListener(boolean) - Method in class org.objectweb.jac.core.AspectComponent
Sets this aspect component to be a system or non-system listener.
setTable(View) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setTable(View) - Method in interface org.objectweb.jac.aspects.gui.TableCellViewer
Sets the table which contains the cell viewer.
setTableMembersOrder(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the order in which the attributes of a class are to be rendered when their instance are placed within a table.
setTableMembersOrder(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setTableMembersOrder(MemberItem[]) - Method in class org.objectweb.jac.aspects.gui.ObjectView
 
setTableView(FieldItem) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the render of a given field (more precisely a collection) to be rendered by a table.
setTableView(FieldItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setTabWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setter - Variable in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
SETTER - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Constant to represent field setters.
setterPrefixes - Static variable in class org.objectweb.jac.core.rtti.NamingConventions
Store default field setter prefixes (set...).
setText(String) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
setTextColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setThroughWriter(Object, Object) - Method in class org.objectweb.jac.core.rtti.FieldItem
Sets the value of this field item by using its setter method if any (else use the set method.
setTitle(String) - Method in class org.objectweb.jac.aspects.gui.Border
Set the value of title.
setTitle(String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setTitle(String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
This configuration method sets the title of the GUI main window.
setTitle(String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setToolBar(MenuView) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
setToolBar(MenuView) - Method in interface org.objectweb.jac.aspects.gui.CustomizedView
Set a tool bar to the customized.
setToolBar(MenuView) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setToolBar(ViewFactory, DisplayContext, CustomizedView, Collection) - Static method in class org.objectweb.jac.aspects.gui.GenericFactory
Build the toolbar of a customized gui.
setToolTipText(ClassItem, ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Defines a contextual string tooltip for the instances of the class that will override the default one in some cases, depending on the selector parameter.
setToolTipText(ClassItem, ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setToolTipText(ClassItem, MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Defines a contextual string tooltip for the instances of the class that will override the default one in some cases, depending on the selector parameter.
setToolTipText(ClassItem, MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setToolTipText(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Defines a contextual string tooltip for the instances of a class.
setToolTipText(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setTopology(Application, Topology) - Static method in class org.objectweb.jac.core.dist.Topology
Sets the topology for a given application.
setToString(ClassItem, ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Defines a contextual string representation of the instances of the class that will override the default one in some cases, depending on the selector parameter.
setToString(ClassItem, ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setToString(ClassItem, MemberItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Defines a contextual string representation of the instances of the class that will override the default one in some cases, depending on the selector parameter.
setToString(ClassItem, MemberItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setToString(ClassItem, String) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Defines the string representation of the instances of the class.
setToString(ClassItem, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setTrace(String, int) - Static method in class org.objectweb.jac.aspects.gui.Actions
Changes a trace for the current application
setTrace(String, String, int) - Method in class org.objectweb.jac.core.dist.Topology
Set a trace logging level
setTransient(ClassItem, String) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
 
setTransient(ClassItem, String) - Method in interface org.objectweb.jac.aspects.distribution.DeploymentConf
This configuration method sets a field to be transient.
setTreeAttributesOrder(ClassItem, String[]) - Method in interface org.objectweb.jac.aspects.gui.ClassAppearenceGuiConf
Sets the order in which the attributes of a class are to be rendered when their instance are placed within a tree.
setTreeAttributesOrder(ClassItem, String[]) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setType(Class) - Method in class org.objectweb.jac.core.rtti.FieldItem
 
setType(ClassItem) - Method in class org.objectweb.jac.aspects.gui.ComboBoxModel
 
setType(ClassItem) - Method in interface org.objectweb.jac.aspects.gui.ObjectChooserModel
Set the type of elements contained in the combo box.
setType(String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setType(String) - Method in interface org.objectweb.jac.aspects.gui.ViewIdentity
Set the view type.
setType(String) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setType(String) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setTypeColor(Color) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
setURL(URL) - Method in class org.objectweb.jac.core.ACConfiguration
Sets the URL of the configuration file that defines the configuration operations.
setURLSelectionMode(String, String, String, String[], String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Sets the selection mode for an URL.
setUser(Interaction) - Method in class org.objectweb.jac.aspects.user.UserWrapper
Set user attributes of parameters.
setUser(Object, Object) - Method in class org.objectweb.jac.aspects.user.UserWrapper
Set user attributes of an object.
setUserClass(ClassItem, String, String, String) - Method in interface org.objectweb.jac.aspects.user.UserConf
Sets the class of the application that must be used as a storage for the users.
setUserClass(ClassItem, String, String, String) - Method in class org.objectweb.jac.aspects.user.UserAC
 
setUserOnNew(Interaction) - Method in class org.objectweb.jac.aspects.user.UserWrapper
Set the user attribute of new objects
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldView
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.ImageURLViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.DateViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.ReferenceView
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.AttachmentViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.PrimitiveField
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.TextViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.EnumViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.IndexSelector
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.FloatViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.DateHourViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.web.ObjectChooser
 
setValue(Object) - Method in interface org.objectweb.jac.aspects.gui.FieldView
Sets the value to display
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.FileEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldView
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.DateEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingFieldView
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractFieldEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLViewer
Sets the value of the edited date.
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.DateViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.PrimitiveFieldEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.ReferenceView
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AttachmentEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.PasswordFieldEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.URLEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.TextEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
Sets the value of the edited field.
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AttachmentViewer
Sets the value of the edited date.
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.TextViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.DateHourEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.EnumViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.ArrayEditor
Sets the value of the edited array
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.FloatViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.BooleanEditor
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.DateHourViewer
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
 
setValue(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingEmptyView
 
setValueAt(Object, int, int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
setValueConverter(ClassItem, ClassItem) - Method in interface org.objectweb.jac.aspects.persistence.PersistenceConf
Associate a String-Object converter with a class
setValueConverter(ClassItem, ClassItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.AppletView
Set the value of viewBorder.
setViewBorder(Border) - Method in interface org.objectweb.jac.aspects.gui.View
Sets a border for this view.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
Set the value of viewBorder.
setViewBorder(Border) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
Set the value of viewBorder.
setViewConstructor(String, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
Set the constructor for a type of view
setViewConstructor(String, String) - Method in class org.objectweb.jac.aspects.gui.ViewFactory
 
setViewConstructor(String, String, AbstractMethodItem) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Set the view constructor for a given gui type.
setViewConstructor(String, String, AbstractMethodItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Set the view constructor for a given gui type.
setViewOnSelection(CollectionItem) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setViewOnSelection(CollectionItem) - Method in interface org.objectweb.jac.aspects.gui.BehaviorGuiConf
This configuration method allows the programmer to specify that the view on an object contained in a collection will be automatically opened by the GUI when the user selects it.
setViewType(FieldItem, String, String) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets the view type of a field instead of using the default one ("List" or "Table").
setViewType(FieldItem, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setViewType(String) - Method in class org.objectweb.jac.aspects.gui.MemberItemView
 
setVisible(ClassItem, String[], boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setVisible(MemberItem, boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Sets an item to be visible or not.
setVisible(MemberItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setWeaveOnDemand(boolean) - Method in class org.objectweb.jac.core.ACConfiguration
Sets the weaveOnDemand flag value.
setWelcomeMessage(String, String, String) - Method in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
setWelcomeMessage(String, String, String, String) - Method in interface org.objectweb.jac.aspects.gui.GuiConf
Sets a welcome message (in a popup) when a customized GUI is started.
setWelcomeMessage(String, String, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.AppletView
 
setWidth(int) - Method in interface org.objectweb.jac.aspects.gui.View
Sets the prefered width for this view.
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.FileEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.DateEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.PrimitiveFieldEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.PasswordFieldEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.URLEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.TextEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.CurrencyEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.DateHourEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCodeEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.ArrayEditor
 
setWidth(int) - Method in class org.objectweb.jac.aspects.gui.swing.ObjectChooser
 
setWindow(Object) - Method in class org.objectweb.jac.aspects.gui.DisplayContext
Sets the window for this display context.
setWordSeparators(char[]) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Sets the characters considered as word separators
setWrappeeTranslator(WrappeeTranslator) - Method in class org.objectweb.jac.core.JacLoader
 
SetWrapper - class org.objectweb.jac.aspects.persistence.SetWrapper.
A wrapper for the Set interface.
SetWrapper(AspectComponent, boolean) - Constructor for class org.objectweb.jac.aspects.persistence.SetWrapper
 
setWriteMethods(String[]) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Set the write method names (methods that change the replica state).
setWritingMethods(MethodItem[]) - Method in class org.objectweb.jac.core.rtti.FieldItem
Set the methods that access this field for writing.
setWrittenFields(FieldItem[]) - Method in class org.objectweb.jac.core.rtti.AbstractMethodItem
Sets the value of the fields that are written by this method.
SHARED - Static variable in class org.objectweb.jac.core.AspectComponent
 
SharedMap - class org.objectweb.jac.util.SharedMap.
Implements a map whose data may be shared between several instances.
SharedMap() - Constructor for class org.objectweb.jac.util.SharedMap
 
SharedMap(HashMap) - Constructor for class org.objectweb.jac.util.SharedMap
 
SHEditor - class org.objectweb.jac.aspects.gui.swing.SHEditor.
 
SHEditor() - Constructor for class org.objectweb.jac.aspects.gui.swing.SHEditor
Constructs a empty SHEditor.
SHEditor(File) - Constructor for class org.objectweb.jac.aspects.gui.swing.SHEditor
Constructs a SHEditor and reads the content of a file into it.
SHEditor(String) - Constructor for class org.objectweb.jac.aspects.gui.swing.SHEditor
Constructs a SHEditor where the content is set by a string.
SHEditorConfig - class org.objectweb.jac.aspects.gui.swing.SHEditorConfig.
Holds the configuration of the Java source code editor
SHEditorConfig() - Constructor for class org.objectweb.jac.aspects.gui.swing.SHEditorConfig
 
SHOW_ROW_NUMBERS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
show(Object) - Method in interface org.objectweb.jac.core.Display
Shows the given object on the display.
show(Object) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
show(Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
show(Object, boolean) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showButtons() - Method in class org.objectweb.jac.aspects.gui.web.EditorContainer
 
showButtons() - Method in interface org.objectweb.jac.aspects.gui.EditorContainer
Gets the value of showButtons
showButtons() - Method in class org.objectweb.jac.aspects.gui.DisplayContext
 
showButtons() - Method in class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
showCustomized(String, Object) - Method in interface org.objectweb.jac.core.Display
Show a customized Gui.
showCustomized(String, Object) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showCustomized(String, Object) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showCustomized(String, Object, Map) - Method in interface org.objectweb.jac.core.Display
Show a customized Gui.
showCustomized(String, Object, Map) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showCustomized(String, Object, Map) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showCustomizedSwing(String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
showCustomizedSwing(String, String, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
showError(String, String) - Method in interface org.objectweb.jac.core.Display
Show an error message to the user.
showError(String, String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showError(String, String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showInput(Object, AbstractMethodItem, Object[]) - Method in interface org.objectweb.jac.core.Display
Asks the user to fill the parameters to prepare the invocation of the given method.
showInput(Object, AbstractMethodItem, Object[]) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showInput(Object, AbstractMethodItem, Object[]) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showLineNumbering(boolean) - Method in class org.objectweb.jac.aspects.gui.swing.EditorScrollPane
 
showMessage(String) - Method in class org.objectweb.jac.aspects.gui.web.StatusBar
 
showMessage(String) - Method in interface org.objectweb.jac.aspects.gui.StatusView
 
showMessage(String) - Method in class org.objectweb.jac.aspects.gui.swing.StatusBar
 
showMessage(String, String) - Method in interface org.objectweb.jac.core.Display
Show a message to the user.
showMessage(String, String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showMessage(String, String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showMessage(String, String, boolean, boolean, boolean) - Method in interface org.objectweb.jac.core.Display
Displays a message to the user.
showMessage(String, String, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showMessage(String, String, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showModal(Object, String, String[], String, String, Object, boolean, boolean, boolean) - Method in interface org.objectweb.jac.core.Display
 
showModal(Object, String, String[], String, String, Object, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showModal(Object, String, String[], String, String, Object, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showModal(Object, String, String, Object, boolean, boolean, boolean) - Method in interface org.objectweb.jac.core.Display
Shows the given object on the display and waits for a user input.
showModal(Object, String, String, Object, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showModal(Object, String, String, Object, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
showModal(View, DisplayContext, String, String, Object, boolean, boolean, boolean) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showObjectMenu(DisplayContext, Object, MouseEvent) - Static method in class org.objectweb.jac.aspects.gui.swing.SwingEvents
Displays a popup menu for an object
showObjectsMenu(DisplayContext, Object[], MouseEvent) - Static method in class org.objectweb.jac.aspects.gui.swing.SwingEvents
Displays a popup menu for some objects.
showRowNumbers(CollectionItem, boolean) - Method in interface org.objectweb.jac.aspects.gui.FieldAppearenceGuiConf
Tells the GUI wether to show row numbers for tables and lists.
showRowNumbers(CollectionItem, boolean) - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
showStatus(String) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
 
showStatus(String) - Method in class org.objectweb.jac.aspects.gui.web.Customized
 
showStatus(String) - Method in interface org.objectweb.jac.aspects.gui.CustomizedView
Show a message on the customized's status bar.
showStatus(String) - Static method in class org.objectweb.jac.aspects.gui.Actions
Shows a message on the status bar of the current customized.
showStatus(String) - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
showWindow(DisplayContext, String) - Static method in class org.objectweb.jac.aspects.gui.Actions
Show a customized window that has been declared and configured within the GUI aspect.
shuttlesort(int[], int[], int, int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
sid - Variable in class org.objectweb.jac.aspects.gui.web.Session
This session's ID.
SimpleCountingWrapper - class org.objectweb.jac.aspects.tracing.SimpleCountingWrapper.
This simple counter must wrap the methods of which calls have to be counted.
SimpleCountingWrapper(AspectComponent, Counter) - Constructor for class org.objectweb.jac.aspects.tracing.SimpleCountingWrapper
Creates a new wrapper that uses the given counter.
SimpleDbPersistence - class org.objectweb.jac.aspects.distrans.persistence.SimpleDbPersistence.
Basic transaction-enabled persistence storage.
SimpleDbPersistence() - Constructor for class org.objectweb.jac.aspects.distrans.persistence.SimpleDbPersistence
 
simulateUsingNewInstance(Wrappee) - Method in class org.objectweb.jac.core.ACManager
Apply all the woven aspect components to the given wrappee.
simulateUsingNewInstance(Wrappee) - Method in class org.objectweb.jac.core.AspectComponent
This method simulates an instance first use so that the system upcalls whenUsingNewInstance() with a fake collaboration point (method() is null and args is null too).
SingleSlotContainer - class org.objectweb.jac.aspects.gui.web.SingleSlotContainer.
This composite viewonly show the last view that was added to it.
SingleSlotContainer - class org.objectweb.jac.aspects.gui.swing.SingleSlotContainer.
This composite viewonly show the last view that was added to it.
SingleSlotContainer() - Constructor for class org.objectweb.jac.aspects.gui.web.SingleSlotContainer
 
SingleSlotContainer() - Constructor for class org.objectweb.jac.aspects.gui.swing.SingleSlotContainer
 
size() - Method in class org.objectweb.jac.util.WeakHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.objectweb.jac.util.WeakList
 
size() - Method in class org.objectweb.jac.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class org.objectweb.jac.core.WrappingChain
 
size() - Method in class org.objectweb.jac.aspects.gui.Menu
Returns the items count.
size(Interaction) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
 
skipTo(int, String) - Method in class org.objectweb.jac.util.preparse.ParseInput
Skips input until a token is found.
slashify(String) - Static method in class org.objectweb.jac.util.Strings
The reverse of unslashify.
SMALL_TARGET_CONTAINER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
SMALL_VIEW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
SORT_COLUMN - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
SORT_CRITERIA - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
sort() - Method in class org.objectweb.jac.aspects.gui.web.CompactList
 
sort() - Method in class org.objectweb.jac.aspects.gui.web.Table
 
sort() - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
Sorts the collection with the column index stored in the context if any.
sort() - Method in class org.objectweb.jac.aspects.gui.web.List
 
sort() - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
sort() - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
sort the list alphabetically by label
sort(int) - Method in class org.objectweb.jac.aspects.gui.web.Table
Sorts the collection.
sort(Object) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
sortByColumn(int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
Sorts using values of a column
sortByColumn(int, boolean) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
SortCriteria - class org.objectweb.jac.aspects.gui.SortCriteria.
 
SortCriteria(int, boolean) - Constructor for class org.objectweb.jac.aspects.gui.SortCriteria
 
sortLink(int, String) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
Build an HTML link with an image showing if a column is used to sort the collection
Span - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Span
split(String, String) - Static method in class org.objectweb.jac.util.Strings
Split a string into an array
splitPath(String) - Static method in class org.objectweb.jac.util.Strings
Split a list of paths separated by path.separator
splitToList(String, String) - Static method in class org.objectweb.jac.util.Strings
Split a string into a list of strings
SQLStorage - class org.objectweb.jac.aspects.persistence.SQLStorage.
Implements the storage to store within an SQL compliant database system.
SQLStorage.InvalidStorageException - exception org.objectweb.jac.aspects.persistence.SQLStorage.InvalidStorageException.
 
SQLStorage.InvalidStorageException(String) - Constructor for class org.objectweb.jac.aspects.persistence.SQLStorage.InvalidStorageException
 
SQLStorage() - Constructor for class org.objectweb.jac.aspects.persistence.SQLStorage
Default constructor.
SQLStorage(Connection) - Constructor for class org.objectweb.jac.aspects.persistence.SQLStorage
Creates a new SQL storage.
Stack - class org.objectweb.jac.util.Stack.
 
Stack() - Constructor for class org.objectweb.jac.util.Stack
 
stack(String) - Static method in class org.objectweb.jac.util.Log
 
stack(String, int) - Static method in class org.objectweb.jac.util.Log
Print the stack trace of an exception with a level lower than levels[category] are discarded.
START_INDEXES - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
Start index in a collection view Map (CollectionItem -> Integer)
start_production() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
Indicates start production.
start_production() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
Indicates start production.
start_state() - Method in class org.objectweb.jac.core.parsers.acc.AccParser
Indicates start state.
start_state() - Method in class org.objectweb.jac.core.parsers.acc.ToolParser
Indicates start state.
start() - Method in class org.objectweb.jac.core.Application
Starts the application with its current aspect component configurations.
start() - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
startOfMethod(String, String, String, Object[]) - Method in class org.objectweb.jac.aspects.tracing.Debugger
Must be called when a new method is called.
startSwingGUI() - Static method in class org.objectweb.jac.core.Jac
Tells if the JAC system must try to launch the GUI of the program is exist (see the -G option).
startSwingGUI(String, String[]) - Method in class org.objectweb.jac.core.dist.Topology
Start some swing GUIs for an application.
startTransaction() - Method in interface org.objectweb.jac.aspects.persistence.Storage
Starts a transaction
startTransaction() - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
startTransaction() - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
startWeavingCCount - Variable in class org.objectweb.jac.core.AspectComponent
The number of instance of startWeavingType where the weaving has to start.
startWeavingCount - Variable in class org.objectweb.jac.core.AspectComponent
The number of calls of startWeavingType.startWeavingMethod where the weaving has to start.
startWeavingMethod - Variable in class org.objectweb.jac.core.AspectComponent
The method where the weaving has to start.
startWeavingPlacesProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The jac.prop property string to declare when the initially woven aspect components are woven.
startWeavingType - Variable in class org.objectweb.jac.core.AspectComponent
The type where the weaving has to start.
startWebGUI() - Static method in class org.objectweb.jac.core.Jac
Tells if the JAC system must try to launch the Web GUI of the program is exist (see the -G option).
startWebServer() - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Start the web server if it is not already started
startWebServer(String, String[], int) - Static method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Start JAC's internal webserver.
stateCache(Interaction) - Method in class org.objectweb.jac.wrappers.CacheWrapper
This wrapping method seeks in the cache wether the triple (wrappe, method, args) has already been called on the wrappee object when wrappee was in the same state.
STATELESS - Static variable in class org.objectweb.jac.core.SerializedJacObject
 
statelessCache(Interaction) - Method in class org.objectweb.jac.wrappers.CacheWrapper
This wrapping method seeks in the cache wether the couple (method, args) has already been called on the wrappee object.
StatusBar - class org.objectweb.jac.aspects.gui.web.StatusBar.
 
StatusBar - class org.objectweb.jac.aspects.gui.swing.StatusBar.
 
StatusBar(MethodItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.StatusBar
 
StatusBar(ViewFactory, DisplayContext, MethodItem) - Constructor for class org.objectweb.jac.aspects.gui.web.StatusBar
 
StatusView - interface org.objectweb.jac.aspects.gui.StatusView.
The GUI target independant status bar view.
STEP - Static variable in class org.objectweb.jac.aspects.tracing.Debugger
Constant for stepping.
STEP_INTO - Static variable in class org.objectweb.jac.aspects.tracing.Debugger
Constant for stepping into
step(Interaction) - Method in class org.objectweb.jac.aspects.tracing.DebuggingWrapper
This wrapping method is used to upcall the debugger at each method call.
step(String, String, String) - Method in class org.objectweb.jac.aspects.tracing.DebuggingAC
This configuration method allows the programmer to define the set of objects, classes, and methods that must be stepped when a method is invoked.
stepAll() - Method in class org.objectweb.jac.aspects.tracing.DebuggingAC
This configuration method must be used if the programmer wants to step ALL the methods of all the applications objects.
stepIntoStack - Variable in class org.objectweb.jac.aspects.tracing.Debugger
A stack that allows step into to stop.
stepping - Variable in class org.objectweb.jac.aspects.tracing.Debugger
Store if the debugger must step or not.
stop() - Method in class org.objectweb.jac.aspects.tracing.Recorder
 
storage - Variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
The used storage.
Storage - interface org.objectweb.jac.aspects.persistence.Storage.
The Storage interface defines methods to store and retrieve objects fields to and from a media (it could be a database, simples files ...)
StorageField - class org.objectweb.jac.aspects.persistence.StorageField.
 
StorageField(ClassItem, FieldItem, Object) - Constructor for class org.objectweb.jac.aspects.persistence.StorageField
 
StorageIterator - class org.objectweb.jac.aspects.persistence.StorageIterator.
 
StorageIterator(Wrappee) - Constructor for class org.objectweb.jac.aspects.persistence.StorageIterator
 
store(Object, String, StandardXADataSource) - Method in class org.objectweb.jac.aspects.distrans.persistence.SimpleDbPersistence
Update an object with the values retrieved from the persistent storage.
store(Object, String, StandardXADataSource) - Method in interface org.objectweb.jac.aspects.distrans.persistence.PersistenceItf
Update an object with the values retrieved from the persistent storage.
Streams - class org.objectweb.jac.util.Streams.
This class contains some utility functions for streams.
Streams() - Constructor for class org.objectweb.jac.util.Streams
 
string2int(String) - Method in class org.objectweb.jac.util.Enum
 
stringArrayToHashtable(String[]) - Static method in class org.objectweb.jac.core.dist.Distd
Store a string array into a hashtable.
stringArrayToHashtable(String[]) - Static method in class org.objectweb.jac.core.utils.Lib
Store a string array into a hashtable.
StringConverter - interface org.objectweb.jac.aspects.persistence.StringConverter.
The *StringConverter interface that converts Objects into String for stocking, and String into Objects
StringOID - class org.objectweb.jac.aspects.persistence.StringOID.
An implementation of OID with a long
StringOID(String) - Constructor for class org.objectweb.jac.aspects.persistence.StringOID
 
Strings - class org.objectweb.jac.util.Strings.
Various often used string functions
Strings() - Constructor for class org.objectweb.jac.util.Strings
 
stringsEnumToString(Enumeration) - Static method in class org.objectweb.jac.core.utils.Lib
Transform strings stored as a enumeration object into a space-separated string.
stringsEnumToStringArray(Enumeration) - Static method in class org.objectweb.jac.core.utils.Lib
Transform strings stored as a enumeration object into an array of strings.
stringToObject(String) - Method in class org.objectweb.jac.aspects.persistence.DimensionStringConverter
 
stringToObject(String) - Method in class org.objectweb.jac.aspects.persistence.URLStringConverter
 
stringToObject(String) - Method in class org.objectweb.jac.aspects.persistence.DateStringConverter
 
stringToObject(String) - Method in class org.objectweb.jac.aspects.persistence.RectangleStringConverter
 
stringToObject(String) - Method in interface org.objectweb.jac.aspects.persistence.StringConverter
Returns an object from a string, depending on the needed type.
stringToObject(String) - Static method in class org.objectweb.jac.aspects.persistence.ValueConverter
Returns an object from a string, depending on the needed type.
stringToObject(String) - Method in class org.objectweb.jac.aspects.persistence.PointStringConverter
 
stringToStringArray(String) - Static method in class org.objectweb.jac.core.utils.Lib
Transform a string composed of substrings separated by spaces into an array composed of the substrings.
stringToURL(String) - Static method in class org.objectweb.jac.aspects.gui.Utils
Converts a string into an URL
StrongPullConsistencyWrapper - class org.objectweb.jac.aspects.distribution.consistency.StrongPullConsistencyWrapper.
This wrapper class implements the core protocol for a strong consistency that is based on a pull strategy.
StrongPullConsistencyWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.StrongPullConsistencyWrapper
An empty constructor for the Consistency class.
StrongPullConsistencyWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.StrongPullConsistencyWrapper
A friendly constructor for a pull consistency wrapper.
StrongPushConsistencyWrapper - class org.objectweb.jac.aspects.distribution.consistency.StrongPushConsistencyWrapper.
This wrapper implements a consistency protocol that forwards all the writing calls to all the replicas that are known by the wrapper.
StrongPushConsistencyWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.StrongPushConsistencyWrapper
An empty constructor for the Consistency class.
StrongPushConsistencyWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.StrongPushConsistencyWrapper
A friendly constructor for a push consistency wrapper.
StubWrapper - class org.objectweb.jac.core.dist.StubWrapper.
StubWrapper is a dynamic client stub for org.objectweb.jac.
StubWrapper(AspectComponent, RemoteRef) - Constructor for class org.objectweb.jac.core.dist.StubWrapper
Construct a new dynamic stub.
StubWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.core.dist.StubWrapper
A more user-friendly constructor.
STYLE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
SUBMIT - Static variable in class org.objectweb.jac.aspects.gui.web.html.Button
 
substance - Variable in class org.objectweb.jac.core.rtti.InvokeInfo
 
substance - Variable in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
substance - Variable in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
substance - Variable in class org.objectweb.jac.aspects.gui.web.Method
 
substance - Variable in class org.objectweb.jac.aspects.gui.AppletView
 
SUBSTANCE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
Substance on which the method is invoked.
superGetAttribute(String) - Method in class org.objectweb.jac.core.rtti.ClassItem
 
swap() - Method in class org.objectweb.jac.util.Stack
swap peek() and peek(1)
swap(int, int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
SwingContainerView - class org.objectweb.jac.aspects.gui.swing.SwingContainerView.
 
SwingContainerView(int) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingContainerView
 
SwingCustomized - class org.objectweb.jac.aspects.gui.swing.SwingCustomized.
 
SwingCustomized(ViewFactory, DisplayContext, CustomizedGUI) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
SwingDisplay - class org.objectweb.jac.aspects.gui.swing.SwingDisplay.
 
SwingDisplay(ViewFactory) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingDisplay
 
SwingEditorContainer - class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer.
 
SwingEditorContainer(boolean) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingEditorContainer
 
SwingEmptyView - class org.objectweb.jac.aspects.gui.swing.SwingEmptyView.
 
SwingEmptyView() - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingEmptyView
 
SwingEvents - class org.objectweb.jac.aspects.gui.swing.SwingEvents.
Gather common swing events code
SwingEvents() - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingEvents
 
SwingFieldView - class org.objectweb.jac.aspects.gui.swing.SwingFieldView.
 
SwingFieldView(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingFieldView
 
SwingLabel - class org.objectweb.jac.aspects.gui.swing.SwingLabel.
 
SwingLabel() - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
SwingMethodView - class org.objectweb.jac.aspects.gui.swing.SwingMethodView.
 
SwingMethodView(Object, AbstractMethodItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
SwingPanelView - class org.objectweb.jac.aspects.gui.swing.SwingPanelView.
 
SwingPanelView(ViewFactory, int, int, Map, boolean[], Map) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingPanelView
 
SwingTabbedView - class org.objectweb.jac.aspects.gui.swing.SwingTabbedView.
 
SwingTabbedView() - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingTabbedView
 
SwingTableView - class org.objectweb.jac.aspects.gui.swing.SwingTableView.
 
SwingTableView(ViewFactory, DisplayContext, CollectionItem, Object, ExtendedTableModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.swing.SwingTableView
 
SynchronizationAC - class org.objectweb.jac.aspects.synchronization.SynchronizationAC.
This aspect component allows the programmer to synchronize a set of methods on different objects or classes in a centralized way (do not use the synchronized java keyword anymore).
SynchronizationAC.SynchronizationWrapper - class org.objectweb.jac.aspects.synchronization.SynchronizationAC.SynchronizationWrapper.
This inner wrapper implements the methods synchronization with a semaphore.
SynchronizationAC.SynchronizationWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.synchronization.SynchronizationAC.SynchronizationWrapper
 
SynchronizationAC() - Constructor for class org.objectweb.jac.aspects.synchronization.SynchronizationAC
 
SynchronizationConf - interface org.objectweb.jac.aspects.synchronization.SynchronizationConf.
This is the configuration interface of the Synchronization aspect.
synchronize(Interaction) - Method in class org.objectweb.jac.aspects.synchronization.SynchronizationAC.SynchronizationWrapper
 
synchronize(String, String, String) - Method in interface org.objectweb.jac.aspects.synchronization.SynchronizationConf
This configuration method sets methods to be synchronized.
synchronize(String, String, String) - Method in class org.objectweb.jac.aspects.synchronization.SynchronizationAC
 
SyntaxElement - class org.objectweb.jac.core.parsers.acc.SyntaxElement.
Base class for Terminal and NonTerminal.
SyntaxElement(String, int, int) - Constructor for class org.objectweb.jac.core.parsers.acc.SyntaxElement
 
SystemAuthenticator - class org.objectweb.jac.aspects.authentication.SystemAuthenticator.
This Authenticator gets the username from the "user.name" property.
SystemAuthenticator() - Constructor for class org.objectweb.jac.aspects.authentication.SystemAuthenticator
 
systemListener - Variable in class org.objectweb.jac.core.AspectComponent
Tells if this aspect component is a system listener one so that it can receive events from the org.objectweb.jac.core objects.

T

table - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
Table - class org.objectweb.jac.aspects.gui.web.Table.
 
TABLE_MEMBERS_ORDER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
TABLE_VIEW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Table(ViewFactory, DisplayContext, CollectionItem, Object, ExtendedTableModel, CollectionItemView) - Constructor for class org.objectweb.jac.aspects.gui.web.Table
 
TableCellViewer - interface org.objectweb.jac.aspects.gui.TableCellViewer.
The GUI target independant cell viewer for a table.
tableChanged(TableModelEvent) - Method in class org.objectweb.jac.aspects.gui.TableSorter
 
tableChanged(TableModelEvent) - Method in class org.objectweb.jac.aspects.gui.swing.JTable
Recompute row height on tableChanged events
TableListener - interface org.objectweb.jac.aspects.gui.web.TableListener.
This interface defines a callbacks used when events occur on a table.
TableModel - class org.objectweb.jac.aspects.gui.TableModel.
The data model for tables.
TableModel(CollectionItem, Object, String, ViewFactory) - Constructor for class org.objectweb.jac.aspects.gui.TableModel
Creates a new table model.
TableSorter - class org.objectweb.jac.aspects.gui.TableSorter.
A sorter for TableModels.
TableSorter() - Constructor for class org.objectweb.jac.aspects.gui.TableSorter
 
TableSorter(ExtendedTableModel) - Constructor for class org.objectweb.jac.aspects.gui.TableSorter
 
Tabs - class org.objectweb.jac.aspects.gui.web.Tabs.
A tabs component.
Tabs() - Constructor for class org.objectweb.jac.aspects.gui.web.Tabs
 
TabsListener - interface org.objectweb.jac.aspects.gui.web.TabsListener.
This interface defines event for the tabs component.
TabsView - interface org.objectweb.jac.aspects.gui.TabsView.
 
target - Variable in class org.objectweb.jac.aspects.gui.HandlerResult
 
Target - class org.objectweb.jac.aspects.gui.Target.
Defines all the parameters needed to build a view in a customized GUI.
Target(String, String, String[]) - Constructor for class org.objectweb.jac.aspects.gui.Target
 
Template - class org.objectweb.jac.aspects.gui.Template.
This is unused class to create printable templates.
Template(URL, Map) - Constructor for class org.objectweb.jac.aspects.gui.Template
 
TemplateReader - class org.objectweb.jac.aspects.gui.TemplateReader.
This is unused class to create printable templates.
TemplateReader(Reader, Map) - Constructor for class org.objectweb.jac.aspects.gui.TemplateReader
 
Terminal - class org.objectweb.jac.core.parsers.acc.Terminal.
Represents a terminal token
Terminal(String, String, int, int) - Constructor for class org.objectweb.jac.core.parsers.acc.Terminal
 
testClosing(char, char) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
testConditions(Interaction) - Method in class org.objectweb.jac.aspects.integrity.ConstraintWrapper
This wrapping method checks if pre and post conditions are validated for modified fields.
testMax(Interaction) - Method in class org.objectweb.jac.wrappers.LimiterWrapper
This wrapping method tests the counter of the limiter and raises the LimiterExeption when when it is over the maximum value.
testMin(Interaction) - Method in class org.objectweb.jac.wrappers.LimiterWrapper
This wrapping method tests the counter of the limiter and raises the LimiterExeption when when it is below the minimum value.
testOpening(char, char) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
testOposing() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Tests oposing (), [] and {}, and makes sure they are marked if the caret is behind one of them.
TextEditor - class org.objectweb.jac.aspects.gui.web.TextEditor.
HTML editor for multiline texts.
TextEditor - class org.objectweb.jac.aspects.gui.swing.TextEditor.
A Swing editor component for multi-lines text values.
TextEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.TextEditor
 
TextEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.TextEditor
Constructs a new text editor.
textField - Variable in class org.objectweb.jac.aspects.gui.swing.FileEditor
Stores the URL value.
textField - Variable in class org.objectweb.jac.aspects.gui.swing.DateEditor
 
textField - Variable in class org.objectweb.jac.aspects.gui.swing.URLEditor
Stores the URL value.
textField - Variable in class org.objectweb.jac.aspects.gui.swing.DateHourEditor
 
textForName(String) - Static method in class org.objectweb.jac.core.rtti.NamingConventions
Returns the printable textual representation of a field or method name.
TextViewer - class org.objectweb.jac.aspects.gui.web.TextViewer.
 
TextViewer - class org.objectweb.jac.aspects.gui.swing.TextViewer.
A Swing viewer for texts.
TextViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.TextViewer
 
TextViewer(Object, Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.TextViewer
 
thisPointer - Static variable in class org.objectweb.jac.core.translators.VMStack
 
THUMB_MAX_HEIGHT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
THUMB_MAX_WIDTH - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
THUMB_QUALITY - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Thumbnail - class org.objectweb.jac.util.Thumbnail.
This class creates thumbnails from bigger images.
Thumbnail() - Constructor for class org.objectweb.jac.util.Thumbnail
 
TimeoutException - exception org.objectweb.jac.aspects.gui.TimeoutException.
 
TimeoutException(DialogView) - Constructor for class org.objectweb.jac.aspects.gui.TimeoutException
 
TO_STRING - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
toAdaptProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the property in the the jac.prop file.
toAdaptProp - Static variable in class org.objectweb.jac.core.dist.RemoteRef
Following constants are property keys used by remoteNew().
toCollection(Object) - Method in class org.objectweb.jac.core.rtti.CollectionItem
A useful method to convert any kind of collection to a java.util.Collection compatible instance.
toConstructors(ConstructorItem[]) - Static method in class org.objectweb.jac.core.rtti.ConstructorItem
Transforms a constructor items array into a constructors array containing the java.lang.reflect constructors wrapped by the constructor items.
toFields(FieldItem[]) - Static method in class org.objectweb.jac.core.rtti.FieldItem
Transforms a field items array into a fields array containing the java.lang.reflect fields wrapped by the method items.
toggleAscending() - Method in class org.objectweb.jac.aspects.gui.SortCriteria
 
toggleSortByColumn(int) - Method in class org.objectweb.jac.aspects.gui.TableSorter
Sorts using values of a column.
toMethods(MethodItem[]) - Static method in class org.objectweb.jac.core.rtti.MethodItem
Transforms a method items array into a methods array containing the java.lang.reflect methods wrapped by the method items.
toNotAdaptProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the property in the the jac.prop file.
ToolBar - class org.objectweb.jac.aspects.gui.web.ToolBar.
 
ToolBar - class org.objectweb.jac.aspects.gui.swing.ToolBar.
 
ToolBar() - Constructor for class org.objectweb.jac.aspects.gui.swing.ToolBar
 
ToolBar(ViewFactory, DisplayContext) - Constructor for class org.objectweb.jac.aspects.gui.web.ToolBar
 
toolDone() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
 
ToolParser - class org.objectweb.jac.core.parsers.acc.ToolParser.
CUP v0.10k generated parser.
ToolParser() - Constructor for class org.objectweb.jac.core.parsers.acc.ToolParser
Default constructor.
ToolParser(Scanner) - Constructor for class org.objectweb.jac.core.parsers.acc.ToolParser
Constructor which sets the default scanner.
ToolParserWrapper - class org.objectweb.jac.core.parsers.acc.ToolParserWrapper.
 
ToolParserWrapper() - Constructor for class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
 
ToolParserWrapper(Set) - Constructor for class org.objectweb.jac.core.parsers.acc.ToolParserWrapper
 
ToolSymbols - class org.objectweb.jac.core.parsers.acc.ToolSymbols.
CUP generated class containing symbol constants.
ToolSymbols() - Constructor for class org.objectweb.jac.core.parsers.acc.ToolSymbols
 
TOOLTIP - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
TOP - Static variable in class org.objectweb.jac.aspects.gui.Border
The label of the border if any is diplayed on the top constant
TOP - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
 
TOP - Static variable in class org.objectweb.jac.aspects.gui.Menu
The TOP menu's position
TOP - Static variable in class org.objectweb.jac.aspects.gui.Constants
 
Topology - class org.objectweb.jac.core.dist.Topology.
This class defines a generic topology where nodes are a set of reachable containers.
Topology() - Constructor for class org.objectweb.jac.core.dist.Topology
This constructor builds a topology and set it to global if a global topology does not exist yet.
Topology(RemoteContainer[]) - Constructor for class org.objectweb.jac.core.dist.Topology
Builds a topology from a set of containers.
Topology(String[]) - Constructor for class org.objectweb.jac.core.dist.Topology
Builds a topology with the given container identifiers.
topologyProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the property that defines the initial global topology in the jac.prop file.
toString() - Method in class org.objectweb.jac.util.ObjectArray
 
toString() - Method in class org.objectweb.jac.util.WrappedThrowableException
Returns the string depicting the exception.
toString() - Method in class org.objectweb.jac.util.AbstractMap
Returns a string representation of this map.
toString() - Method in class org.objectweb.jac.core.Wrapper
String representation of a wrapper (eg {wrapper className owned by aspectComponentName}).
toString() - Method in class org.objectweb.jac.core.ACConfiguration
Returns a string representation of this configuration.
toString() - Method in class org.objectweb.jac.core.ConfigMethod
 
toString() - Method in class org.objectweb.jac.core.Application
Returns a string representation of this application.
toString() - Method in class org.objectweb.jac.core.MethodPointcut
Returns a readable description of the pointcut.
toString() - Method in class org.objectweb.jac.core.WrappingChain
 
toString() - Method in class org.objectweb.jac.core.Collaboration
Returns a textual representation of the collaboration.
toString() - Method in class org.objectweb.jac.core.Interaction
 
toString() - Method in class org.objectweb.jac.core.dist.RemoteContainer
Return a textual representation of a container (its name).
toString() - Method in class org.objectweb.jac.core.dist.Topology
Get a textual representation of the topology.
toString() - Method in class org.objectweb.jac.core.dist.RemoteRef
Create a textual representation of the remote reference.
toString() - Method in class org.objectweb.jac.core.rtti.MethodItem
 
toString() - Method in class org.objectweb.jac.core.rtti.FieldItem
 
toString() - Method in class org.objectweb.jac.core.rtti.VirtualClassItem
 
toString() - Method in class org.objectweb.jac.core.rtti.MetaItemDelegate
Overloads the default method to call the delegate one.
toString() - Method in class org.objectweb.jac.core.rtti.ConstructorItem
 
toString() - Method in class org.objectweb.jac.core.parsers.acc.SyntaxElement
 
toString() - Method in class org.objectweb.jac.core.parsers.acc.Terminal
 
toString() - Method in class org.objectweb.jac.core.translators.VMStack.Instance
 
toString() - Method in class org.objectweb.jac.core.translators.VMStack.LocalVariable
 
toString() - Method in class org.objectweb.jac.core.translators.VMStack.PrimitiveValue
 
toString() - Method in class org.objectweb.jac.core.translators.VMStack.DontCare
 
toString() - Method in class org.objectweb.jac.core.translators.VMStack.ThisPointer
 
toString() - Method in class org.objectweb.jac.core.translators.VMStack.Argument
 
toString() - Method in class org.objectweb.jac.core.translators.VMStack.FieldValue
 
toString() - Method in class org.objectweb.jac.aspects.gui.web.ClasspathResource
 
toString() - Method in class org.objectweb.jac.aspects.gui.web.Session
Gets a humain-readable string representation of the session.
toString() - Method in class org.objectweb.jac.aspects.gui.web.Request
Returns a printable string representation of the current request.
toString() - Method in class org.objectweb.jac.aspects.gui.web.RequestPart
 
toString() - Method in class org.objectweb.jac.aspects.gui.ObjectNode
 
toString() - Method in class org.objectweb.jac.aspects.gui.SortCriteria
 
toString() - Method in class org.objectweb.jac.aspects.gui.RelationNode
 
toString() - Method in class org.objectweb.jac.aspects.gui.DisplayContext
A default string representation of the display context.
toString() - Method in class org.objectweb.jac.aspects.gui.swing.AbstractView
 
toString() - Method in class org.objectweb.jac.aspects.gui.swing.SwingCustomized
 
toString() - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
toString() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
toString() - Method in class org.objectweb.jac.aspects.gui.swing.SwingMethodView
 
toString() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
toString() - Method in class org.objectweb.jac.aspects.gui.swing.SwingLabel
 
toString() - Method in class org.objectweb.jac.aspects.gui.swing.DesktopView
 
toString() - Method in class org.objectweb.jac.aspects.persistence.StringOID
 
toString() - Method in class org.objectweb.jac.aspects.persistence.LongOID
 
toString() - Method in class org.objectweb.jac.aspects.user.Profile
 
toString() - Method in class org.objectweb.jac.aspects.queue.FieldChangeEvent
 
toString() - Method in class org.objectweb.jac.aspects.distrans.DataSource
 
toString() - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Returns a string representation of the wrapper.
toString() - Method in class org.objectweb.jac.aspects.integrity.Constraint
 
toString(FieldItem, int) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the string representation of the field of an object.
toString(FieldItem, Object) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the string representation of the field of an object.
toString(Object) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
 
toString(Object, Stack) - Static method in class org.objectweb.jac.aspects.gui.GuiAC
Gets the string representation of an object.
toUSAscii(String) - Static method in class org.objectweb.jac.util.Strings
Replace accented chars with their non-accented value.
toWrapProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the property in the the jac.prop file.
trace(String, int, String) - Static method in class org.objectweb.jac.util.Log
Traces with a level lower than levels[category] are discarded.
trace(String, int, Throwable) - Static method in class org.objectweb.jac.util.Log
Print the stack trace of an exception with a level lower than levels[category] are discarded.
trace(String, String) - Static method in class org.objectweb.jac.util.Log
Traces with a level equals to 1.
trace(String, Throwable) - Static method in class org.objectweb.jac.util.Log
Print a stack trace with a level equals to 1.
TracingAC - class org.objectweb.jac.aspects.tracing.TracingAC.
This sample aspect component traces the calls on all the objects of the program.
TracingAC() - Constructor for class org.objectweb.jac.aspects.tracing.TracingAC
 
TracingConf - interface org.objectweb.jac.aspects.tracing.TracingConf.
This sample aspect component traces the calls on all the objects of the program.
TransactionAC - class org.objectweb.jac.aspects.transaction.TransactionAC.
This aspect component handle the transaction aspect within JAC applications.
TransactionAC.TransactionWrapper - class org.objectweb.jac.aspects.transaction.TransactionAC.TransactionWrapper.
This wrapper defines the transaction wrapper.
TransactionAC.TransactionWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.transaction.TransactionAC.TransactionWrapper
 
TransactionAC() - Constructor for class org.objectweb.jac.aspects.transaction.TransactionAC
The default constructor.
TransactionConf - interface org.objectweb.jac.aspects.transaction.TransactionConf.
This is the configuration interface of the Transaction aspect.
Transfer - class org.objectweb.jac.aspects.gui.Transfer.
This class defines JAC objects data tranfer utilities.
Transfer() - Constructor for class org.objectweb.jac.aspects.gui.Transfer
 
translate(Object) - Method in class org.objectweb.jac.aspects.i18n.I18nAC.TranslatorWrapper
 
translateClass(String) - Method in interface org.objectweb.jac.core.WrappeeTranslator
Translate a class
translateClass(String) - Method in class org.objectweb.jac.core.translators.WrappeeTranslator_BCEL
Translate a class
translateFields(String) - Static method in class org.objectweb.jac.core.JacPropLoader
Returns true if the fields of the specified class must be translated
translateParameters(Interaction) - Method in class org.objectweb.jac.aspects.i18n.I18nAC.TranslatorWrapper
 
translateParameters(String, String) - Method in class org.objectweb.jac.aspects.i18n.I18nAC
Translate string parameters of methods.
translateReturnedValue(Interaction) - Method in class org.objectweb.jac.aspects.i18n.I18nAC.TranslatorWrapper
 
translateReturnedValue(String, String) - Method in class org.objectweb.jac.aspects.i18n.I18nAC
Translate the returned value.
treat(String, int, OutputStream) - Method in class org.objectweb.jac.util.preparse.Preparse
 
Tree - class org.objectweb.jac.aspects.gui.web.Tree.
This class defines a Swing component tree view for objects that are related to a root object through relations or collections.
Tree - class org.objectweb.jac.aspects.gui.swing.Tree.
This class defines a Swing component tree view for objects that are related to a root object through relations or collections.
TREE_ATTRIBUTES_ORDER - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
Tree(ViewFactory, DisplayContext, String, boolean) - Constructor for class org.objectweb.jac.aspects.gui.web.Tree
Constructs a new tree view.
Tree(ViewFactory, DisplayContext, String, boolean) - Constructor for class org.objectweb.jac.aspects.gui.swing.Tree
Constructs a new tree view.
treeCollapsed(TreeExpansionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
treeExpanded(TreeExpansionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
 
TreeListener - interface org.objectweb.jac.aspects.gui.web.TreeListener.
This interface defines events callbacks for a tree view.
TreeListener - interface org.objectweb.jac.aspects.gui.TreeListener.
 
TreeModel - class org.objectweb.jac.aspects.gui.TreeModel.
A data model for trees.
TreeModel(RootNode, String, boolean) - Constructor for class org.objectweb.jac.aspects.gui.TreeModel
Constructs a new tree model.
TreeView - interface org.objectweb.jac.aspects.gui.TreeView.
The GUI terget independant tree view.
trimWSAndCRLF(String) - Static method in class org.objectweb.jac.util.Strings
Removes all whitespace and CR/LF characters at the beginning or at the end of a string.
trustedUsers - Variable in class org.objectweb.jac.aspects.authentication.AuthenticationAC
Stores the trusted users.
TrustingAuthentication - class org.objectweb.jac.aspects.authentication.TrustingAuthentication.
This class performs a trusting authentication.
TrustingAuthentication() - Constructor for class org.objectweb.jac.aspects.authentication.TrustingAuthentication
Creates a new trusting authentication.
TrustingAuthenticator - class org.objectweb.jac.aspects.authentication.TrustingAuthenticator.
This Authenticator just ask the username of the user without asking a password.
TrustingAuthenticator() - Constructor for class org.objectweb.jac.aspects.authentication.TrustingAuthenticator
 
type - Variable in class org.objectweb.jac.core.translators.VMStack.Instance
 
type - Variable in class org.objectweb.jac.core.translators.VMStack.PrimitiveValue
 
type - Variable in class org.objectweb.jac.aspects.gui.AppletView
 

U

undo() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Tels the SHEditor to undo the last action.
unextend(String, String) - Method in class org.objectweb.jac.core.ApplicationRepository
Un-extends an application with a given aspect (only if this application has a configuration for this aspect and if this aspect is woven).
unload(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.CollectionWrapper
Unload the collection.
unmarkOposing() - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Unmarks oposing (), {} or [] given by pos1 and pos2.
unread(char[], int, int) - Method in class org.objectweb.jac.util.PushbackReader
 
unread(int) - Method in class org.objectweb.jac.util.PushbackReader
 
unregister(Object, CollectionUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Unregister from an object's events.
unregister(String) - Method in class org.objectweb.jac.util.OrderedRepository
Unregister a new JacObject into the repository.
unregister(String) - Method in class org.objectweb.jac.util.Repository
Unregister a JacObject from the repository.
unregister(String) - Method in class org.objectweb.jac.core.ACManager
Unregister a given aspect component (it is then unwoven).
unregister(String) - Method in class org.objectweb.jac.core.rtti.ClassRepository
Unregister a class from the repository.
unregister(Wrappee, Object) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Unregister a client from all update events
unregisterCollection(Object, CollectionItem, CollectionUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Unregister from a single object's collection.
unregisterCollection(Object, String, CollectionUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Unregister from a single object's collection.
unregisterCollection(Wrappee, CollectionItem, CollectionUpdate) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Unregister from a collectionUpdated event.
unregisterEvents() - Method in class org.objectweb.jac.aspects.gui.ObjectNode
Unregisters from the events this node is notified.
unregisterEvents() - Method in class org.objectweb.jac.aspects.gui.RootNode
 
unregisterEvents() - Method in class org.objectweb.jac.aspects.gui.RelationNode
Unregister all the events this node is listening to.
unregisterEvents() - Method in class org.objectweb.jac.aspects.gui.TreeModel
 
unregisterEvents() - Method in class org.objectweb.jac.aspects.gui.AbstractNode
Unregister from all update events
unregisterField(Object, FieldItem, FieldUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Unregister from a single object's field.
unregisterField(Wrappee, FieldItem, FieldUpdate) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Unregister from a fieldUpdated event.
unregisterFieldChange(FieldItem, MethodItem) - Method in class org.objectweb.jac.aspects.queue.MessageQueue
Unregister for the changes of a field.
unregisterMethod(Object, MethodItem, MethodUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Unregister from a single object's method.
unregisterMethod(Wrappee, MethodItem, MethodUpdate) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
 
unregisterObject(Object) - Method in class org.objectweb.jac.util.Repository
Unregister a JacObject from the repository.
unregisterObject(Object, ObjectUpdate) - Static method in class org.objectweb.jac.aspects.gui.Utils
Unregister from a single object.
unregisterObject(Wrappee, ObjectUpdate) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
Unregister from an objectUpdated event.
unregisterView(View) - Method in class org.objectweb.jac.aspects.gui.web.WebDisplay
Unregister a view.
unregisterViews() - Method in class org.objectweb.jac.aspects.gui.LessAbstractListModel
Unregister ourself as a view on all objects of the collection
unregisterViews() - Method in class org.objectweb.jac.aspects.gui.TableModel
Unregister ourself as a view on all objects of the collection
unsetAttribute(String) - Method in class org.objectweb.jac.core.rtti.MetaItem
Unsets the value of an attribute.
unsetAttributesFor(String) - Static method in class org.objectweb.jac.core.rtti.MetaItem
Unsets all the attributes of all the RTTI items that have been set by a given aspect component.
unslashify(String) - Static method in class org.objectweb.jac.util.Strings
Replace slashed characters ("\t" -> '\t',"\r" -> '\t', "\n" -> '\n' ,"\f" -> '\f' , "\_" -> ' ')
unweave() - Method in class org.objectweb.jac.core.AspectComponent
The programmer should overload this method to unwrap all the currently wrapped Jac objects so that it unplugs a given aspect.
unweave() - Method in class org.objectweb.jac.core.ACConfiguration
Unweaves the aspect component that corresponds this configuration.
unwrap(Wrappee, ClassItem, Wrapper) - Static method in class org.objectweb.jac.core.Wrapping
Definitively removes a wrapper.
unwrap(Wrappee, Wrapper, String, AbstractMethodItem) - Static method in class org.objectweb.jac.core.Wrapping
Unwraps a single method.
unwrapAll() - Method in class org.objectweb.jac.core.AspectComponent
This method unwraps all the instances that have been wrapped by the aspect component.
unwrapAll(Wrappee, ClassItem, Wrapper) - Static method in class org.objectweb.jac.core.Wrapping
 
unwrapAll(Wrappee, ClassItem, Wrapper, String) - Static method in class org.objectweb.jac.core.Wrapping
 
update(Graphics) - Method in class org.objectweb.jac.aspects.gui.swing.NumberPanel
 
update(Graphics) - Method in class org.objectweb.jac.aspects.gui.swing.SHEditor
Updates the JJAvaPane (cals paint(Graphics g));
update(String, FontMetrics) - Method in class org.objectweb.jac.aspects.gui.swing.NumberPanel
 
updateChildren() - Method in class org.objectweb.jac.aspects.gui.ObjectNode
 
updateCollection(CollectionItem, int) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
Update the element of a collection at a gievn position
updateEnabled(JButton, Callback) - Method in class org.objectweb.jac.aspects.gui.swing.ToolBar
 
updateField(OID, FieldItem, Object) - Method in interface org.objectweb.jac.aspects.persistence.Storage
Update a field value.
updateField(OID, FieldItem, Object) - Method in class org.objectweb.jac.aspects.persistence.SQLStorage
 
updateField(OID, FieldItem, Object) - Method in class org.objectweb.jac.aspects.persistence.FSStorage
 
updateKey() - Method in class org.objectweb.jac.aspects.gui.web.IndexSelector
 
updateModel(Object) - Method in class org.objectweb.jac.aspects.gui.web.CompactList
 
updateModel(Object) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
updateModel(Object) - Method in class org.objectweb.jac.aspects.gui.web.IndicesSelector
 
updateModel(Object) - Method in interface org.objectweb.jac.aspects.gui.CollectionView
Updates the collection model
updateModel(Object) - Method in class org.objectweb.jac.aspects.gui.swing.CompactList
 
updateModel(Object) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
 
updateOppositeRole(Interaction) - Method in class org.objectweb.jac.aspects.integrity.RoleWrapper
Tells the integrity aspect to update the opposite roles of the declared associations.
updateView(Interaction) - Method in class org.objectweb.jac.aspects.gui.ViewControlWrapper
A wrapping method that updates the views of the objects.
UPPER - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the top (when 2-3 panels)
UPPER_LEFT - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the top-left (when 3-4 panels)
UPPER_RIGHT - Static variable in interface org.objectweb.jac.aspects.gui.PanelView
The panel is on the top-right (when 3-4 panels)
url - Variable in class org.objectweb.jac.aspects.distrans.DataSource
 
URLClassLoader - class org.objectweb.jac.util.URLClassLoader.
An URLClassLoader which lets you add an URL after it is created.
URLClassLoader(URL[]) - Constructor for class org.objectweb.jac.util.URLClassLoader
 
URLClassLoader(URL[], ClassLoader) - Constructor for class org.objectweb.jac.util.URLClassLoader
 
URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.objectweb.jac.util.URLClassLoader
 
urlEditor - Variable in class org.objectweb.jac.aspects.gui.swing.ImageURLEditor
 
URLEditor - class org.objectweb.jac.aspects.gui.web.URLEditor.
This is a special value editor that allows the user to nicely edit an URL.
URLEditor - class org.objectweb.jac.aspects.gui.swing.URLEditor.
This is a special value editor that allows the user to nicely edit an URL.
URLEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.web.URLEditor
Constructs a new URL editor.
URLEditor(Object, FieldItem) - Constructor for class org.objectweb.jac.aspects.gui.swing.URLEditor
Constructs a new URL editor.
URLInputStream - class org.objectweb.jac.util.URLInputStream.
Here is an object for InputStream creation It lets you access the URL that corresponds to the created InputStream
URLInputStream(String) - Constructor for class org.objectweb.jac.util.URLInputStream
 
URLStringConverter - class org.objectweb.jac.aspects.persistence.URLStringConverter.
String converter for java.net.URL.
URLStringConverter() - Constructor for class org.objectweb.jac.aspects.persistence.URLStringConverter
 
usage() - Static method in class org.objectweb.jac.core.dist.Distd
Display command line arguments.
user - Variable in class org.objectweb.jac.aspects.distrans.DataSource
 
User - interface org.objectweb.jac.aspects.user.User.
 
USER - Static variable in class org.objectweb.jac.aspects.user.UserAC
 
USER - Static variable in class org.objectweb.jac.aspects.authentication.AuthenticationAC
The contextual attribute that contains the authenticated user if any.
UserAC - class org.objectweb.jac.aspects.user.UserAC.
This aspect handles users within an application.
UserAC.FilterWrapper - class org.objectweb.jac.aspects.user.UserAC.FilterWrapper.
 
UserAC.FilterWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.user.UserAC.FilterWrapper
 
UserAC() - Constructor for class org.objectweb.jac.aspects.user.UserAC
The default controller registers its controlAttribute method as an access controller for the RTTI.
UserConf - interface org.objectweb.jac.aspects.user.UserConf.
 
userController(String, Object, MethodItem) - Static method in class org.objectweb.jac.aspects.user.UserAC
This controlling method can be used by the authentification aspect to control that the authenticated user is valid.
UserManager - class org.objectweb.jac.aspects.user.UserManager.
Binding with profiles
UserManager() - Constructor for class org.objectweb.jac.aspects.user.UserManager
 
UserPasswordAuthenticator - class org.objectweb.jac.aspects.authentication.UserPasswordAuthenticator.
This Authenticator asks for a username and password and checks them by using the user aspect.
UserPasswordAuthenticator(String) - Constructor for class org.objectweb.jac.aspects.authentication.UserPasswordAuthenticator
Constructor.
UserWrapper - class org.objectweb.jac.aspects.user.UserWrapper.
This wrapper is used by the user aspect to implement several croscutting treatments.
UserWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.user.UserWrapper
 
UserWrapper(AspectComponent, String) - Constructor for class org.objectweb.jac.aspects.user.UserWrapper
 
Utils - class org.objectweb.jac.core.translators.Utils.
Various often used functions.
Utils - class org.objectweb.jac.aspects.gui.Utils.
A class with static methods to factorize code between display types (swing and web)
Utils() - Constructor for class org.objectweb.jac.core.translators.Utils
 
Utils() - Constructor for class org.objectweb.jac.aspects.gui.Utils
 

V

validate() - Method in class org.objectweb.jac.aspects.gui.web.AbstractView
 
validate() - Method in class org.objectweb.jac.aspects.gui.InputSequence
This method is called when the input sequence is finished and when the user validates the last step input.
validate() - Method in interface org.objectweb.jac.aspects.gui.View
Validate this view: its content may be saved when this method is upcalled.
validate() - Method in class org.objectweb.jac.aspects.gui.swing.MenuBar
 
validate() - Method in class org.objectweb.jac.aspects.gui.swing.Menu
 
value - Variable in class org.objectweb.jac.core.dist.utils.IntHolder
 
value - Variable in class org.objectweb.jac.aspects.gui.web.AbstractFieldEditor
 
value - Variable in class org.objectweb.jac.aspects.persistence.StorageField
 
VALUE_CONVERTER - Static variable in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
valueChanged(ListSelectionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.AbstractCollection
Defines what happens when the selection changes.
valueChanged(TreeSelectionEvent) - Method in class org.objectweb.jac.aspects.gui.swing.Tree
Handles the tree view selection changes.
ValueConverter - class org.objectweb.jac.aspects.persistence.ValueConverter.
General converter for all Objects.
ValueConverter() - Constructor for class org.objectweb.jac.aspects.persistence.ValueConverter
 
valueOf(boolean) - Static method in class org.objectweb.jac.util.ExtBoolean
This is defined in JDK1.4, but not before.
values() - Method in class org.objectweb.jac.util.WeakHashMap
Returns a collection view of the values contained in this map.
values() - Method in class org.objectweb.jac.util.AbstractMap
Returns a collection view of the values contained in this map.
verbose - Static variable in class org.objectweb.jac.core.dist.RemoteContainer
Verbose tells whether information message should be printed or not.
verbose - Static variable in class org.objectweb.jac.core.dist.Distd
verbose tells whether information message should be printed or not
VerboseWrapper - class org.objectweb.jac.wrappers.VerboseWrapper.
This wrapper prints some informations about the wrapped method when it is called.
VerboseWrapper(AspectComponent) - Constructor for class org.objectweb.jac.wrappers.VerboseWrapper
 
VERTICAL - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
The subpanes are separated by a vertical splitter
VERTICAL - Static variable in class org.objectweb.jac.aspects.gui.Constants
The subpanes are separated by a vertical splitter
VERTICAL_LEFT - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
The left subpanes are separated by an horizontal splitter
VERTICAL_LEFT - Static variable in class org.objectweb.jac.aspects.gui.Constants
The left subpanes are separated by an horizontal splitter
VERTICAL_RIGHT - Static variable in class org.objectweb.jac.aspects.gui.CustomizedGUI
The right subpanes are separated by an horizontal splitter
VERTICAL_RIGHT - Static variable in class org.objectweb.jac.aspects.gui.Constants
The right subpanes are separated by an horizontal splitter
view - Variable in class org.objectweb.jac.aspects.gui.web.AbstractPage
 
View - interface org.objectweb.jac.aspects.gui.View.
 
VIEW - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
VIEW_HEIGHT - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
VIEW_ON_SELECTION - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
VIEW_WIDTH - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
ViewControlWrapper - class org.objectweb.jac.aspects.gui.ViewControlWrapper.
This wrapper updates the views of a given object when its state changes, that is to say when a write method is called on the wrappee.
ViewControlWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.gui.ViewControlWrapper
Creates an empty view control wrapper.
ViewFactory - class org.objectweb.jac.aspects.gui.ViewFactory.
This is a generic view factory.
ViewFactory.UnhandledViewTypeException - exception org.objectweb.jac.aspects.gui.ViewFactory.UnhandledViewTypeException.
Thrown to indicate that a ViewFactory is unable to build a view of the given type because no constructor is associated to this type of view.
ViewFactory.UnhandledViewTypeException(String) - Constructor for class org.objectweb.jac.aspects.gui.ViewFactory.UnhandledViewTypeException
 
ViewFactory() - Constructor for class org.objectweb.jac.aspects.gui.ViewFactory
 
ViewIdentity - interface org.objectweb.jac.aspects.gui.ViewIdentity.
This interface allows views comparison.
viewLink(int) - Method in class org.objectweb.jac.aspects.gui.web.AbstractCollection
 
viewObject(DisplayContext, String, String) - Static method in class org.objectweb.jac.aspects.gui.Actions
Display an object in a panel.
viewProfiles(DisplayContext, String) - Static method in class org.objectweb.jac.aspects.user.UserAC
Display the profiles.
VIEWS - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
VirtualClassItem - class org.objectweb.jac.core.rtti.VirtualClassItem.
This class defines a meta item that corresponds to the java.lang.reflect.Class meta element.
VirtualClassItem(String, ClassItem) - Constructor for class org.objectweb.jac.core.rtti.VirtualClassItem
Default contructor to create a new virtual class item object.
VISIBLE - Static variable in class org.objectweb.jac.aspects.gui.GuiAC
 
visitedReplicas - Static variable in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Visited sites global attribute name.
VMStack - class org.objectweb.jac.core.translators.VMStack.
Represents the VM stack
VMStack.Argument - class org.objectweb.jac.core.translators.VMStack.Argument.
 
VMStack.Argument(int) - Constructor for class org.objectweb.jac.core.translators.VMStack.Argument
 
VMStack.DontCare - class org.objectweb.jac.core.translators.VMStack.DontCare.
 
VMStack.DontCare() - Constructor for class org.objectweb.jac.core.translators.VMStack.DontCare
 
VMStack.FieldValue - class org.objectweb.jac.core.translators.VMStack.FieldValue.
 
VMStack.FieldValue(Object, int, String) - Constructor for class org.objectweb.jac.core.translators.VMStack.FieldValue
 
VMStack.Instance - class org.objectweb.jac.core.translators.VMStack.Instance.
 
VMStack.Instance(String, InstructionHandle) - Constructor for class org.objectweb.jac.core.translators.VMStack.Instance
 
VMStack.LocalVariable - class org.objectweb.jac.core.translators.VMStack.LocalVariable.
 
VMStack.LocalVariable(int) - Constructor for class org.objectweb.jac.core.translators.VMStack.LocalVariable
 
VMStack.PrimitiveValue - class org.objectweb.jac.core.translators.VMStack.PrimitiveValue.
 
VMStack.PrimitiveValue(String) - Constructor for class org.objectweb.jac.core.translators.VMStack.PrimitiveValue
 
VMStack.ThisPointer - class org.objectweb.jac.core.translators.VMStack.ThisPointer.
 
VMStack.ThisPointer() - Constructor for class org.objectweb.jac.core.translators.VMStack.ThisPointer
 
VMStack(ConstantPoolGen, Code, int, boolean) - Constructor for class org.objectweb.jac.core.translators.VMStack
 
VoidException - exception org.objectweb.jac.util.VoidException.
This exception is not a meaningfull exception.
VoidException() - Constructor for class org.objectweb.jac.util.VoidException
The constructor for this exception.

W

waitForClose() - Method in class org.objectweb.jac.aspects.gui.web.Dialog
 
waitForClose() - Method in interface org.objectweb.jac.aspects.gui.DialogView
Waits until the dialog is closed or timeout iccurs.
waitForClose() - Method in class org.objectweb.jac.aspects.gui.swing.Dialog
 
waitForResponse() - Method in interface org.objectweb.jac.aspects.gui.web.JacRequest
Makes the current requesting thread block and wait until the response is available.
waitForResponse() - Method in class org.objectweb.jac.aspects.gui.web.AbstractJacRequest
 
warning(String) - Static method in class org.objectweb.jac.util.Log
Traces a warning into the System.err stream.
warning(String, int) - Static method in class org.objectweb.jac.util.Log
Traces a warning into the System.err stream.
warning(String, int, String) - Static method in class org.objectweb.jac.util.Log
Traces a warning into the System.err stream only if the given category is enable to trace.
warning(String, String) - Static method in class org.objectweb.jac.util.Log
Traces a warning into the System.err stream only if the given category is enable to trace.
WeakConsistencyWrapper - class org.objectweb.jac.aspects.distribution.consistency.WeakConsistencyWrapper.
This wrapper class implements a weak consistency protocol for a set of replicas.
WeakConsistencyWrapper(AspectComponent) - Constructor for class org.objectweb.jac.aspects.distribution.consistency.WeakConsistencyWrapper
 
WeakHashMap - class org.objectweb.jac.util.WeakHashMap.
A hashtable-based Map implementation with weak walues.
WeakHashMap() - Constructor for class org.objectweb.jac.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default initial capacity (16) and the default load factor (0.75).
WeakHashMap(int) - Constructor for class org.objectweb.jac.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakHashMap(int, float) - Constructor for class org.objectweb.jac.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
WeakHashMap(Map) - Constructor for class org.objectweb.jac.util.WeakHashMap
Constructs a new WeakHashMap with the same mappings as the specified Map.
WeakList - class org.objectweb.jac.util.WeakList.
 
WeakList() - Constructor for class org.objectweb.jac.util.WeakList
 
WeakRepository - class org.objectweb.jac.util.WeakRepository.
This class can be subclassed to create specific repositories.
WeakRepository() - Constructor for class org.objectweb.jac.util.WeakRepository
 
weave() - Method in class org.objectweb.jac.core.AspectComponent
The programmer should define this method to wrap all the currently instantiated Jac objects so that it plugs a given aspect.
weave() - Method in class org.objectweb.jac.core.ACConfiguration
Instantiates, configures, and weaves the aspect component that corresponds to this configuration.
weave(AspectComponent) - Method in class org.objectweb.jac.core.ACManager
Register (if not allready registered) and weaves a new Aspect Component.
weaveOnDemand - Variable in class org.objectweb.jac.core.ACConfiguration
This flag tells if the aspect that is configured by the current configuration will be woven on demand (by the administrator or by a configuration program) or if the aspect will be automatically woven and restored by the system.
WebDisplay - class org.objectweb.jac.aspects.gui.web.WebDisplay.
This class provides a server for web clients using a thin client protocol and implements the Display interface to assume data inputs and outputs between JAC objects and web clients.
WebDisplay(ViewFactory, String) - Constructor for class org.objectweb.jac.aspects.gui.web.WebDisplay
Create a new web display
whenBindingNewReplica(RemoteRef) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This method is called when new member is bounded to the replication group.
whenBindingNewReplica(Wrappee, RemoteRef) - Method in class org.objectweb.jac.aspects.distribution.consistency.StrongPushConsistencyWrapper
Push the current replica state to the binding new replica.
whenCall(Interaction) - Method in class org.objectweb.jac.aspects.distribution.consistency.ClientServerConsistencyWrapper
Forwards the call to the server(s).
whenCall(Interaction) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This wrapping method must be defined to implement a given builtin consistency protocol and must wrap the replica methods that need to be consistent with the other replicas.
whenClone(Wrappee, Wrappee) - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the registered Aspect Components that are woven.
whenClone(Wrappee, Wrappee) - Method in class org.objectweb.jac.core.AspectComponent
This method is automatically called when a Jac Object is cloned.
whenClone(Wrappee, Wrappee) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled by JAC when a JAC object is cloned.
whenClone(Wrappee, Wrappee) - Method in class org.objectweb.jac.core.rtti.RttiAC
 
whenCloseDisplay(Display) - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the registered Aspect Components that are woven.
whenCloseDisplay(Display) - Method in class org.objectweb.jac.core.AspectComponent
 
whenCloseDisplay(Display) - Method in interface org.objectweb.jac.core.BaseProgramListener
Upcalled when a display is closing.
whenCloseDisplay(Display) - Method in class org.objectweb.jac.aspects.gui.GuiAC
Catch this event and remove the display from the handled list if exists.
whenConfigured() - Method in class org.objectweb.jac.core.AspectComponent
This method should be defined by the programmer when specific actions are needed once the aspect component has be configured.
whenConfigured() - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
whenConfigured() - Method in class org.objectweb.jac.aspects.queue.MessageQueueAC
 
whenConfigured() - Method in class org.objectweb.jac.aspects.integrity.IntegrityAC
 
whenCreatingRemoteAccess(Wrappee, String) - Method in class org.objectweb.jac.aspects.distribution.RemoteAccessAC
 
whenDeleted(Wrappee) - Method in class org.objectweb.jac.core.ACManager
 
whenDeleted(Wrappee) - Method in class org.objectweb.jac.core.AspectComponent
 
whenDeleted(Wrappee) - Method in interface org.objectweb.jac.core.BaseProgramListener
Upcalled when an object is deleted.
whenDeleted(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
whenDeserialized(SerializedJacObject) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
This method allows the deserialization of the OID of a persistent object.
whenDeserialized(SerializedJacObject) - Method in class org.objectweb.jac.aspects.distribution.RemoteAccessAC
Fill the field values when the forwarding is disabled for this object..
whenDeserialized(SerializedJacObject, Wrappee) - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the woven Aspect Components.
whenDeserialized(SerializedJacObject, Wrappee) - Method in class org.objectweb.jac.core.AspectComponent
This method is called when a base object is deserialized and can parametrize the deserialization by reading the SerializedJacObject instance to get some extra infos on the aspects.
whenDeserialized(SerializedJacObject, Wrappee) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is called when a base object is deserialized and can parametrize the deserialization by reading the SerializedJacObject instance to get some extra infos on the aspects.
whenDeserialized(SerializedJacObject, Wrappee) - Method in class org.objectweb.jac.aspects.naming.BindingAC
Bind a deserialized JAC object.
whenDeserialized(SerializedJacObject, Wrappee) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
Fill the field values when the forwarding is disabled for this object..
whenFree(Wrappee) - Method in class org.objectweb.jac.core.ACManager
 
whenFree(Wrappee) - Method in class org.objectweb.jac.core.AspectComponent
 
whenFree(Wrappee) - Method in interface org.objectweb.jac.core.BaseProgramListener
Upcalled when an object is freed from the memory.
whenFree(Wrappee) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
 
whenGetObjects(Collection, ClassItem) - Method in class org.objectweb.jac.core.ACManager
 
whenGetObjects(Collection, ClassItem) - Method in class org.objectweb.jac.core.AspectComponent
This method is called when a program gets a set of object from the object repository.
whenGetObjects(Collection, ClassItem) - Method in interface org.objectweb.jac.core.BaseProgramListener
Calls whenGetObjects on all aspects.
whenGetObjects(Collection, ClassItem) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
Load objects from the storage when required.
whenNameObject(Object, String) - Method in class org.objectweb.jac.core.ACManager
 
whenNameObject(Object, String) - Method in class org.objectweb.jac.core.AspectComponent
 
whenNameObject(Object, String) - Method in interface org.objectweb.jac.core.BaseProgramListener
Upcalled when the naming aspect names an object.
whenNameObject(Object, String) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
Delegates naming to the storage
whenNewReplicaBounded(RemoteRef) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This method is called on the new member when the binding is finished.
whenObjectMiss(String) - Method in class org.objectweb.jac.core.ACManager
 
whenObjectMiss(String) - Method in class org.objectweb.jac.core.AspectComponent
This method is upcalled by JAC when an object was seeked into the name repository and was not found.
whenObjectMiss(String) - Method in interface org.objectweb.jac.core.BaseProgramListener
Upcalled when an object is been seeked within the name repository and is not found.
whenObjectMiss(String) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
The persistence aspect checks whether an object was in the storage when a NameRepository.getObject call failed.
whenObjectMiss(String) - Method in class org.objectweb.jac.aspects.naming.BindingAC
 
whenRead(Interaction) - Method in class org.objectweb.jac.aspects.distribution.consistency.StrongPullConsistencyWrapper
This wrapping method first try to use the wrappee to get the result of the read method.
whenRead(Interaction) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This wrapping method must be defined to implement a given builtin consistency protocol and must wrap all the replica methods that read the replica state.
whenReload() - Method in class org.objectweb.jac.core.AspectComponent
Called when the aspect's configuration is reloaded
whenReload() - Method in class org.objectweb.jac.aspects.gui.GuiAC
 
whenRemoteInstantiation(Wrappee, String) - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the registered Aspect Components.
whenRemoteInstantiation(Wrappee, String) - Method in class org.objectweb.jac.core.AspectComponent
This method is upcalled when a new object is instanciated from a remote site.
whenRemoteInstantiation(Wrappee, String) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled by JAC when a new object is instantiated from a remote site.
whenRemoteInstantiation(Wrappee, String) - Method in class org.objectweb.jac.aspects.gui.GuiAC
This method updates the objects browser view when a new instance is created from a remote host.
whenRemoteInstantiation(Wrappee, String) - Method in class org.objectweb.jac.aspects.naming.NamingAC
This method is upcalled when a new object is instanciated from a remote site.
whenSerialized(SerializedJacObject) - Method in class org.objectweb.jac.aspects.persistence.PersistenceAC
This method add the OID info to the serialized JAC object when a serialization is requested by another aspect.
whenSerialized(SerializedJacObject) - Method in class org.objectweb.jac.aspects.distribution.RemoteAccessAC
 
whenSerialized(Wrappee, SerializedJacObject) - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the woven Aspect Components.
whenSerialized(Wrappee, SerializedJacObject) - Method in class org.objectweb.jac.core.AspectComponent
This method is called when a JAC object is serialized and can parametrize the serialization by filling the finalObject parameter.
whenSerialized(Wrappee, SerializedJacObject) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is called when a JAC object is serialized and can parametrize the serialization by filling the finalObject parameter.
whenSerialized(Wrappee, SerializedJacObject) - Method in class org.objectweb.jac.aspects.naming.NamingAC
Add the name to the SerializedJacObject structure when serialized.
whenSerialized(Wrappee, SerializedJacObject) - Method in class org.objectweb.jac.aspects.naming.BindingAC
Add the name to the SerializedJacObject when an object that is wrapped by a BindingWrapper serialized.
whenSerialized(Wrappee, SerializedJacObject) - Method in class org.objectweb.jac.aspects.distribution.DeploymentAC
Force the treatment of the objects that are being serialized.
whenTopologyChanged() - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the registered Aspect Components that are woven.
whenTopologyChanged() - Method in class org.objectweb.jac.core.AspectComponent
 
whenTopologyChanged() - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled when a topological change occurs whithin the distributed application.
whenUsingNewClass(ClassItem) - Method in class org.objectweb.jac.core.ACManager
 
whenUsingNewClass(ClassItem) - Method in class org.objectweb.jac.core.AspectComponent
 
whenUsingNewClass(ClassItem) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled by JAC when a static method is called for the first time.
whenUsingNewInstance(Interaction) - Method in class org.objectweb.jac.core.ACManager
Dispatch this event to all the registered Aspect Components that are woven.
whenUsingNewInstance(Interaction) - Method in class org.objectweb.jac.core.AspectComponent
This method is called when a new instance (that has not been wrapped by the aspect component yet) is used by a peer object.
whenUsingNewInstance(Interaction) - Method in interface org.objectweb.jac.core.BaseProgramListener
This method is upcalled by JAC when a given instance is used for the first time at construction-time.
whenUsingNewInstance(Interaction) - Method in class org.objectweb.jac.aspects.gui.GuiAC
This method updates the objects browser view when a new instance is created.
whenUsingNewInstance(Interaction, ClassItem) - Method in class org.objectweb.jac.core.AspectComponent
 
whenUsingNewInstance(Interaction, ClassItem) - Method in class org.objectweb.jac.aspects.naming.NamingAC
Name a new instance using the nameObject() and generateName() methods.
whenWrite(Interaction) - Method in class org.objectweb.jac.aspects.distribution.consistency.StrongPushConsistencyWrapper
Forwards the call to all the replicas and then call the replica.
whenWrite(Interaction) - Method in class org.objectweb.jac.aspects.distribution.consistency.WeakConsistencyWrapper
Update the wrappee state with the owner replica state before proceeding the writing method.
whenWrite(Interaction) - Method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
This wrapping method must be defined to implement a given builtin consistency protocol and must wrap all the replicas methods that provoque a change in this replica state.
width - Variable in class org.objectweb.jac.aspects.gui.web.AbstractView
 
WindowListener - interface org.objectweb.jac.aspects.gui.web.WindowListener.
This interface defines event for Windows view.
wrap(Wrappee, ClassItem, Wrapper) - Static method in class org.objectweb.jac.core.Wrapping
Adds a wrapper to the current wrappee.
wrap(Wrappee, Class, String[], String[], String[], String) - Static method in class org.objectweb.jac.aspects.distribution.consistency.ConsistencyWrapper
Wraps a wrappee with a consistency wrapper.
wrap(Wrappee, Wrapper, MethodItem, AbstractMethodItem) - Static method in class org.objectweb.jac.core.Wrapping
Wrap a method of an object
wrap(Wrappee, Wrapper, String, AbstractMethodItem) - Static method in class org.objectweb.jac.core.Wrapping
Wrap a method of an object
wrap(Wrappee, Wrapper, String, AbstractMethodItem[]) - Static method in class org.objectweb.jac.core.Wrapping
A nicer way to write wrap when several base methods need to be wrapped.
wrap(Wrappee, Wrapper, String, String[]) - Static method in class org.objectweb.jac.core.Wrapping
A string based version of wrap (for simplification purpose).
wrapAll(Wrappee, ClassItem, Wrapper, String) - Static method in class org.objectweb.jac.core.Wrapping
Wraps all the wrappable (public) methods of the current wrappee.
wrapCollections(Wrappee, boolean) - Method in class org.objectweb.jac.aspects.persistence.PersistenceWrapper
This role method wraps all the collection of the current wrappee so that they will trigger the needed loads from the storage when they are accessed.
WrapLib - class org.objectweb.jac.util.WrapLib.
This class generates the jac.lib delegators source-files from the jac.prop file found in the current directory (exclude all other options).
WrapLib() - Constructor for class org.objectweb.jac.util.WrapLib
 
wrapMember(RemoteRef, String[], String[][], RemoteRef[], String) - Method in class org.objectweb.jac.aspects.distribution.consistency.Consistency
Internally used to wrap a remote member with a consistency wrapper.
wrapModifiers(Wrappee, Wrapper, String) - Static method in class org.objectweb.jac.core.Wrapping
Wraps all the writer wrappable (public) methods of the current wrappee.
WrappableMap - class org.objectweb.jac.aspects.gui.WrappableMap.
This class is a mere wrapper which delegates all methods to a real Map.
WrappableMap(Map) - Constructor for class org.objectweb.jac.aspects.gui.WrappableMap
 
wrappableMethods - Static variable in class org.objectweb.jac.core.JacPropLoader
Store the methods that are wrappable (per class)
wrappableMethodsProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the property in the the jac.prop file.
WrappedThrowableException - exception org.objectweb.jac.util.WrappedThrowableException.
This runtime exeption wraps a regular exception so that JAC objects can also send non-runtime exceptions.
WrappedThrowableException(Throwable) - Constructor for class org.objectweb.jac.util.WrappedThrowableException
Creates the wrapping exception.
wrappedValue - Variable in class org.objectweb.jac.core.translators.VMStack.PrimitiveValue
 
wrappee - Variable in class org.objectweb.jac.core.Interaction
 
Wrappee - interface org.objectweb.jac.core.Wrappee.
This interface is seamlessly implemented by all the wrappable objects loaded by org.objectweb.jac.
wrappee() - Method in interface org.objectweb.jac.core.CollaborationParticipant
Returns the wrappee of the current call, that is to say the base program object that have been called during the current collaboration point (method call).
wrappeeClass - Static variable in class org.objectweb.jac.core.rtti.ClassRepository
Stores the Wrappee class.
WrappeeTranslator - interface org.objectweb.jac.core.WrappeeTranslator.
WrappeeTranslator translates a regular java class into a wrappable one.
WrappeeTranslator_BCEL - class org.objectweb.jac.core.translators.WrappeeTranslator_BCEL.
 
WrappeeTranslator_BCEL(LoadtimeRTTI) - Constructor for class org.objectweb.jac.core.translators.WrappeeTranslator_BCEL
Translator initializator.
Wrapper - class org.objectweb.jac.core.Wrapper.
This class is the root class for all the wrappers.
Wrapper(AspectComponent) - Constructor for class org.objectweb.jac.core.Wrapper
The constructor sets the aspect component that owns the wrapper from the context.
wrappers - Variable in class org.objectweb.jac.core.AspectComponent
The wrappers handled by this aspect component.
Wrapping - class org.objectweb.jac.core.Wrapping.
This class provides a set of useful static methods that allow the wrapping of wrappable objects (wrappee) by some wrapper objects.
Wrapping() - Constructor for class org.objectweb.jac.core.Wrapping
 
wrappingChain - Variable in class org.objectweb.jac.core.Interaction
 
WrappingChain - class org.objectweb.jac.core.WrappingChain.
 
WrappingChain() - Constructor for class org.objectweb.jac.core.WrappingChain
 
WrappingChain(Object[][]) - Constructor for class org.objectweb.jac.core.WrappingChain
 
wrappingOrder - Variable in class org.objectweb.jac.core.CompositionAspect
Store the default wrapping order.
wrappingOrder - Static variable in class org.objectweb.jac.core.JacPropLoader
Store the default wrapping order.
wrappingOrderProp - Static variable in class org.objectweb.jac.core.JacPropLoader
The name of the wrapping order property in the prop file.
wrapSameName(Wrappee, Wrapper, String[]) - Static method in class org.objectweb.jac.core.Wrapping
A convenient way to wrap methods when the wrapped methods have the same name as the wrapping methods.
write(char[], int, int) - Method in class org.objectweb.jac.util.LineNumberWriter
 
write(int) - Method in class org.objectweb.jac.util.LineNumberWriter
 
write(Interaction) - Method in class org.objectweb.jac.aspects.distrans.persistence.WriteWrapper
Wrapping method for wrappees that perform write operations on transactional ressources.
write(String, int, int) - Method in class org.objectweb.jac.util.LineNumberWriter
 
write(Writer) - Method in class org.objectweb.jac.aspects.gui.web.html.Block
 
writeToOutput(String, OutputStream) - Method in class org.objectweb.jac.util.preparse.Preparse
 
WriteWrapper - class org.objectweb.jac.aspects.distrans.persistence.WriteWrapper.
This class define a wrapping method (write) for wrappees that perform write operations on transactional ressources.
WriteWrapper(AspectComponent, PersistenceItf, StandardXADataSource) - Constructor for class org.objectweb.jac.aspects.distrans.persistence.WriteWrapper
 

X

XAPoolCache - class org.objectweb.jac.aspects.distrans.persistence.XAPoolCache.
This class implements a cache of connections towards multiple XADataSource.
XAPoolCache() - Constructor for class org.objectweb.jac.aspects.distrans.persistence.XAPoolCache
 
XmlConfig - class org.objectweb.jac.core.parsers.xml.XmlConfig.
 
XmlConfig(InputStream, String, Class) - Constructor for class org.objectweb.jac.core.parsers.xml.XmlConfig
 
XmlParser - interface org.objectweb.jac.core.parsers.xml.XmlParser.
 
XmlParserJAXP - class org.objectweb.jac.core.parsers.xml.XmlParserJAXP.
 
XmlParserJAXP() - Constructor for class org.objectweb.jac.core.parsers.xml.XmlParserJAXP
 
Xmp - Static variable in class org.objectweb.jac.aspects.gui.web.html.Block
Old pre format - preserve line breaks

_

_action_table - Static variable in class org.objectweb.jac.core.parsers.acc.AccParser
Parse-action table.
_action_table - Static variable in class org.objectweb.jac.core.parsers.acc.ToolParser
Parse-action table.
_production_table - Static variable in class org.objectweb.jac.core.parsers.acc.AccParser
Production table.
_production_table - Static variable in class org.objectweb.jac.core.parsers.acc.ToolParser
Production table.
_reduce_table - Static variable in class org.objectweb.jac.core.parsers.acc.AccParser
reduce_goto table.
_reduce_table - Static variable in class org.objectweb.jac.core.parsers.acc.ToolParser
reduce_goto table.

A B C D E F G H I J K L M N O P Q R S T U V W X _
Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli