Serialized Form


Package jasco.options

Class jasco.options.JAsCoStopException extends java.lang.RuntimeException implements Serializable


Package jasco.runtime

Class jasco.runtime.JAsCoAdviceException extends java.lang.RuntimeException implements Serializable

Class jasco.runtime.JascoDirectCallbackMethod extends JascoMethod implements Serializable

Serialized Fields

dcallback

JAsCoBeanCallbackMethod dcallback

Class jasco.runtime.JascoMethod extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

className

java.lang.String className

args

java.lang.Object[] args

calledobject

java.lang.Object calledobject

methodid

int methodid

modifiers

int modifiers

fullname

java.lang.String fullname

isExecution

boolean isExecution

fargs

java.lang.String[] fargs

excs

java.lang.String[] excs

line

int line

returnTypeName

java.lang.String returnTypeName

doNotCache

boolean doNotCache

Class jasco.runtime.ProceedFinishedException extends java.lang.RuntimeException implements Serializable

Class jasco.runtime.ReflectJascoMethod extends JascoMethod implements Serializable


Package jasco.runtime.aspect.factory

Class jasco.runtime.aspect.factory.HookInstantiationFailed extends java.lang.Exception implements Serializable


Package jasco.runtime.connector.traversal

Class jasco.runtime.connector.traversal.JAsCoStopTraversal extends java.lang.Throwable implements Serializable

Serialized Fields

context

java.lang.Object context

Class jasco.runtime.connector.traversal.TraversalJascoMethod extends JascoMethod implements Serializable

Serialized Fields

docontinue

boolean docontinue

Package jasco.runtime.distribution

Class jasco.runtime.distribution.DefaultSharedField extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

value

IRemoteSharedField value

Class jasco.runtime.distribution.DistributedAdviceExecution extends java.lang.Object implements Serializable

Serialized Fields

adviceType

Advice.Type adviceType

host

Host host

jp

DistributedJascoMethod jp

connectorClassName

java.lang.String connectorClassName

aspectInstanceName

java.lang.String aspectInstanceName

Class jasco.runtime.distribution.DistributedConnectorMessage extends java.lang.Object implements Serializable

Serialized Fields

type

int type

msg

java.lang.Object msg

Class jasco.runtime.distribution.DistributedJascoMethod extends ReflectJascoMethod implements Serializable

Serialized Fields

host

Host host

remoteJP

boolean remoteJP

remoteStubs

java.util.Map<K,V> remoteStubs

remoteTypes

java.util.Map<K,V> remoteTypes

Class jasco.runtime.distribution.DistributedStandardMessage extends java.lang.Object implements Serializable

Serialized Fields

type

int type

msg

java.lang.Object msg

remoteInfo

RemoteInfo remoteInfo

Class jasco.runtime.distribution.Host extends java.lang.Object implements Serializable

Serialized Fields

address

org.jgroups.stack.IpAddress address

Class jasco.runtime.distribution.HostNotFoundException extends java.lang.RuntimeException implements Serializable

Class jasco.runtime.distribution.HostSet extends java.lang.Object implements Serializable

Serialized Fields

hosts

java.util.Vector<E> hosts

name

java.lang.String name

strategy

IHostSelectionStrategy strategy

Class jasco.runtime.distribution.HostWrapper extends java.lang.Object implements Serializable

Serialized Fields

host

Host host

Class jasco.runtime.distribution.ObjectFutureWrapper extends java.lang.Object implements Serializable

Serialized Fields

id

long id

host

Host host

Class jasco.runtime.distribution.RemoteSharedField extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

value

java.lang.Object value

Package jasco.runtime.inline

Class jasco.runtime.inline.InlineCompilingFailed extends java.lang.Exception implements Serializable


Package jasco.runtime.mixin

Class jasco.runtime.mixin.NoMixinFound extends java.lang.RuntimeException implements Serializable


Package jasco.runtime.refinements

Class jasco.runtime.refinements.NoRefinementFound extends java.lang.RuntimeException implements Serializable


Package jasco.testing

Class jasco.testing.TestSkippedException extends java.lang.Exception implements Serializable


Package jasco.tools.connectorparser

Class jasco.tools.connectorparser.RefinableMethodGenerationFailed extends java.lang.Exception implements Serializable


Package jasco.tools.gui

Class jasco.tools.gui.AbstractTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

name

java.lang.String name

icon

javax.swing.Icon icon

Class jasco.tools.gui.AspectTreeNode extends AbstractTreeNode implements Serializable

Class jasco.tools.gui.ConnectorRegistryIntrospector extends AbstractFrame implements Serializable

Serialized Fields

connectorTree

javax.swing.JTree connectorTree

treePanel

javax.swing.JPanel treePanel

infoPanel

javax.swing.JPanel infoPanel

treeScroller

javax.swing.JScrollPane treeScroller

main

javax.swing.JSplitPane main

optionsDialog

IntrospectorOptionsDialog optionsDialog

transformDialog

TransformBeanDialog transformDialog

aspectCompileDialog

jasco.tools.gui.CompileAspectDialog aspectCompileDialog

viewMode

int viewMode

Class jasco.tools.gui.ConnectorTreeNode extends AbstractTreeNode implements Serializable

Serialized Fields

connector

Connector connector

Class jasco.tools.gui.HookTreeNode extends AbstractTreeNode implements Serializable

Serialized Fields

hook

IHook hook

Class jasco.tools.gui.IntrospectorOptionsDialog extends AbstractDialog implements Serializable

Serialized Fields

mainWindow

javax.swing.JFrame mainWindow

classPathTF

javax.swing.JTextField classPathTF

classPath

javax.swing.DefaultListModel classPath

tabs

javax.swing.JTabbedPane tabs

fileChooser

MyFileChooser fileChooser

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class jasco.tools.gui.MethodTreeNode extends AbstractTreeNode implements Serializable

Serialized Fields

methods

java.util.Hashtable<K,V> methods

Class jasco.tools.gui.TransformBeanDialog extends AbstractDialog implements Serializable

Serialized Fields

currentClass

java.lang.String currentClass

fileChooser

MyFileChooser fileChooser

browser

BrowseField browser

Package jasco.tools.jascoparser

Class jasco.tools.jascoparser.JascoParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

error

CompileError error

Class jasco.tools.jascoparser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class jasco.tools.jascoparser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package jasco.util

Class jasco.util.AbstractDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

isCanceled

boolean isCanceled

Class jasco.util.AbstractFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

CANCELED

int CANCELED

CONFIRMED

int CONFIRMED

DENIED

int DENIED

Class jasco.util.BrowseField extends javax.swing.JComponent implements Serializable

Serialized Fields

text

javax.swing.JTextField text

fileChooser

MyFileChooser fileChooser

browse

javax.swing.JButton browse

listeners

java.util.Vector<E> listeners

Class jasco.util.InvalidCommandLineFlag extends java.lang.Exception implements Serializable

Class jasco.util.MyFileChooser extends javax.swing.JFileChooser implements Serializable

Serialized Fields

isCanceled

boolean isCanceled

parent

javax.swing.JFrame parent

Package jasco.util.distribution

Class jasco.util.distribution.JascoClientSocketFactory extends java.lang.Object implements Serializable

Class jasco.util.distribution.JascoSocketFactory extends java.rmi.server.RMISocketFactory implements Serializable

Class jasco.util.distribution.RemoteInfo extends java.lang.Object implements Serializable

Serialized Fields

stacks

java.util.List<E> stacks

Class jasco.util.distribution.StackInfo extends java.lang.Object implements Serializable

Serialized Fields

stack

java.lang.String[] stack

host

Host host

Package jasco.util.logging

Class jasco.util.logging.JAsCoException extends java.lang.RuntimeException implements Serializable