Serialized Form


Package de.korelstar.math.graph

Class de.korelstar.math.graph.Edge extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

source

Node source

target

Node target

Class de.korelstar.math.graph.Node extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

Package de.korelstar.mobile.process.parallel.model

Class de.korelstar.mobile.process.parallel.model.Activity extends Node implements Serializable

serialVersionUID: 2L

Serialized Fields

state

java.lang.String state

Class de.korelstar.mobile.process.parallel.model.Container extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

vars

java.util.Set vars

Class de.korelstar.mobile.process.parallel.model.LSA extends Edge implements Serializable

serialVersionUID: 1L

Serialized Fields

vars

java.util.Set vars

Class de.korelstar.mobile.process.parallel.model.Precedence extends Edge implements Serializable

serialVersionUID: 1L

Class de.korelstar.mobile.process.parallel.model.Variable extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

dataClass

java.lang.String dataClass

Package org.demac.context.registry.service

Class org.demac.context.registry.service.MessageNotFoundException extends java.lang.Exception implements Serializable

Class org.demac.context.registry.service.ServiceNotReachableException extends java.lang.Exception implements Serializable

Class org.demac.context.registry.service.ServiceNotReachableForCriteriaException extends ServiceNotReachableException implements Serializable

Class org.demac.context.registry.service.UnknownServiceException extends java.lang.Exception implements Serializable


Package org.demac.eprom.gui

Class org.demac.eprom.gui.EmptySpace extends java.awt.Component implements Serializable

Serialized Fields

minWidth

int minWidth

Class org.demac.eprom.gui.MainFrame extends java.awt.Frame implements Serializable

serialVersionUID: 118234756L

Serialized Fields

ids

java.awt.Choice ids

evs

java.awt.Choice evs

ts

TransportService ts

es

EventService es

cs

ContextService cs

ps

ProcessService ps

msgCount

int msgCount

counter

int counter

Package org.demac.impl.event.parser

Class org.demac.impl.event.parser.ParserExeption extends java.lang.Exception implements Serializable


Package org.demac.impl.j2me.desktop

Class org.demac.impl.j2me.desktop.Desktop extends java.awt.Frame implements Serializable

Serialized Fields

ts

TransportService ts
Deprecated. 

es

EventService es
Deprecated. 

ps

ProcessService ps
Deprecated. 

cs

ContextService cs
Deprecated. 

adapter

CSPSAdapterImpl adapter
Deprecated. 

ss

SecurityService ss
Deprecated. 

em

EventMonitor em
Deprecated. 

cm

ContextMonitor cm
Deprecated. 

mm

MessageMonitor mm
Deprecated. 

pm

ProcessMonitor pm
Deprecated. 

ssm

SecurityMonitor ssm
Deprecated. 

im

InteractionServiceMonitor im
Deprecated. 

lsm

LocalServicesMonitor lsm
Deprecated. 

settings

SettingsPanel settings
Deprecated. 

localDevice

java.awt.TextField localDevice
Deprecated. 

manager

java.awt.CardLayout manager
Deprecated. 

Class org.demac.impl.j2me.desktop.FluctNetDesktop extends java.awt.Frame implements Serializable

Serialized Fields

ts

TransportService ts

es

EventService es

ps

ProcessService ps

cs

ContextService cs

adapter

CSPSAdapterImpl adapter

ss

SecurityService ss

em

EventMonitor em

mm

MessageMonitor mm

pm

ProcessMonitor pm

ssm

SecurityMonitor ssm

im

InteractionServiceMonitor im

lsm

LocalServicesMonitor lsm

settings

SettingsPanel settings

localDevice

java.awt.TextField localDevice

manager

java.awt.CardLayout manager

Package org.demac.impl.j2me.desktop.config

Class org.demac.impl.j2me.desktop.config.DemacConfigGUI extends PropertiesGUI implements Serializable

serialVersionUID: 1L

Serialized Fields

textfieldlength

int textfieldlength

Class org.demac.impl.j2me.desktop.config.ListEntry extends java.awt.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

se

SettingsEntry[] se

text

java.lang.String text

Class org.demac.impl.j2me.desktop.config.LocalServicesGUI extends PropertiesGUI implements Serializable

serialVersionUID: 1L

Serialized Fields

lastNumberOfProperties

int lastNumberOfProperties

Class org.demac.impl.j2me.desktop.config.PropertiesGUI extends java.awt.Panel implements Serializable

Serialized Fields

content

java.awt.Panel content

title

java.lang.String title

header

java.lang.String header

type2Add

java.lang.String type2Add

item2Add

java.awt.Panel item2Add

list2Show

java.awt.Panel list2Show

bgHeader

java.awt.Color bgHeader

listEntries

java.util.Vector listEntries

Class org.demac.impl.j2me.desktop.config.SettingsEntry extends java.awt.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

type

int type

input

java.awt.TextField input

warning

java.awt.Label warning

Class org.demac.impl.j2me.desktop.config.TransportGUI extends PropertiesGUI implements Serializable

serialVersionUID: 1L


Package org.demac.impl.j2me.desktop.monitor

Class org.demac.impl.j2me.desktop.monitor.ContextMonitor extends java.awt.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

cs

ContextService cs

isStarted

boolean isStarted

spLocal

java.awt.ScrollPane spLocal

spRemote

java.awt.ScrollPane spRemote

boldfont

java.awt.Font boldfont

Class org.demac.impl.j2me.desktop.monitor.EventMonitor extends java.awt.Panel implements Serializable

Serialized Fields

es

EventService es

content

java.awt.Panel content

Class org.demac.impl.j2me.desktop.monitor.FluctNetMessagePanel extends java.awt.Panel implements Serializable

Serialized Fields

ts

TransportService ts

ss

SecurityService ss

credManager

CredentialManager credManager

devices

java.awt.TextField devices

msgHandle

java.awt.TextField msgHandle

msgBody

java.awt.TextArea msgBody

handle2device

java.util.Hashtable handle2device

Class org.demac.impl.j2me.desktop.monitor.LocalServicesMonitor extends java.awt.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

xmlMassageParser

XMLMessageParser xmlMassageParser

content

java.awt.Panel content

Class org.demac.impl.j2me.desktop.monitor.MessageMonitor extends java.awt.Panel implements Serializable

Serialized Fields

devices

java.awt.Panel devices

messages

java.awt.Panel messages

ts

TransportService ts

Class org.demac.impl.j2me.desktop.monitor.MessagePanel extends java.awt.Panel implements Serializable

Serialized Fields

ts

TransportService ts

ss

SecurityService ss

credManager

CredentialManager credManager

devices

java.awt.Choice devices

msgHandle

java.awt.TextField msgHandle

msgBody

java.awt.TextArea msgBody

handle2device

java.util.Hashtable handle2device

Class org.demac.impl.j2me.desktop.monitor.ProcessMonitor extends java.awt.Panel implements Serializable

serialVersionUID: -3889341900173601467L

Serialized Fields

processItems

java.util.Hashtable processItems

ps

ProcessService ps

storage

PersistenceService storage

content

java.awt.Panel content

spcontent

java.awt.Panel spcontent

processesPanel

java.awt.Panel processesPanel

display

java.awt.TextArea display

displayClasses

java.awt.TextArea displayClasses

execute

java.awt.Button execute

remove

java.awt.Button remove

pName

java.awt.Label pName

current

DataSet current

last

java.lang.String last

debug

boolean debug

Class org.demac.impl.j2me.desktop.monitor.Register4EventPanel extends java.awt.Panel implements Serializable

Serialized Fields

es

EventService es

Class org.demac.impl.j2me.desktop.monitor.SecurityMonitor extends java.awt.Panel implements Serializable

Serialized Fields

content

java.awt.Panel content

status

java.awt.TextField status

pubKey

java.awt.TextArea pubKey

ss

SecurityService ss

boldfont

java.awt.Font boldfont

Class org.demac.impl.j2me.desktop.monitor.SettingsPanel extends java.awt.Panel implements Serializable

Serialized Fields

content

java.awt.Panel content

entries

java.util.Vector entries

cs

ContextService cs

Package org.demac.impl.j2me.desktop.rendering

Class org.demac.impl.j2me.desktop.rendering.AttributeIcon extends java.awt.Canvas implements Serializable

Class org.demac.impl.j2me.desktop.rendering.BodyCell extends java.awt.Panel implements Serializable

Serialized Fields

body

java.lang.String body

Class org.demac.impl.j2me.desktop.rendering.DeviceCell extends java.awt.Panel implements Serializable

Serialized Fields

device

Device device

Class org.demac.impl.j2me.desktop.rendering.DomainIcon extends java.awt.Canvas implements Serializable

Class org.demac.impl.j2me.desktop.rendering.EntityIcon extends java.awt.Canvas implements Serializable

Class org.demac.impl.j2me.desktop.rendering.HandleCell extends java.awt.Panel implements Serializable

Serialized Fields

handle

Handle handle

Class org.demac.impl.j2me.desktop.rendering.HandleIcon extends java.awt.Canvas implements Serializable

Class org.demac.impl.j2me.desktop.rendering.HorizontalRow extends java.awt.Canvas implements Serializable

Serialized Fields

size

int size

color

java.awt.Color color

Class org.demac.impl.j2me.desktop.rendering.ReceiverCell extends java.awt.Panel implements Serializable

Class org.demac.impl.j2me.desktop.rendering.ReceiverIcon extends java.awt.Canvas implements Serializable

Class org.demac.impl.j2me.desktop.rendering.SenderCell extends java.awt.Panel implements Serializable

Class org.demac.impl.j2me.desktop.rendering.SenderIcon extends java.awt.Canvas implements Serializable


Package org.demac.impl.j2me.helper

Class org.demac.impl.j2me.helper.ListLayout extends java.lang.Object implements Serializable

Serialized Fields

gapY

int gapY

gapX

int gapX

Package org.demac.impl.j2me.management.monitor

Class org.demac.impl.j2me.management.monitor.ManagementMonitor extends java.awt.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

java.awt.Choice kind

reqID

java.awt.TextField reqID

pID

java.awt.TextField pID

ssendTrials

java.awt.TextField ssendTrials

swaitTime

java.awt.TextField swaitTime

srecruitCount

java.awt.TextField srecruitCount

srecruitDepth

java.awt.TextField srecruitDepth

rsendTrials

java.awt.TextField rsendTrials

rwaitTime

java.awt.TextField rwaitTime

rrecruitCount

java.awt.TextField rrecruitCount

rrecruitDepth

java.awt.TextField rrecruitDepth

recList

java.awt.TextField recList

results

java.awt.TextArea results

sendCheckBox

java.awt.Checkbox sendCheckBox

receiverCheckBox

java.awt.Checkbox receiverCheckBox

ms

ManagementService ms

ABORT

java.lang.String ABORT

SEARCH

java.lang.String SEARCH

STATUS

java.lang.String STATUS

PROCESS

java.lang.String PROCESS

proID

java.awt.TextField proID

execute

java.awt.Button execute

mName

java.awt.Label mName

pName

java.awt.Label pName

managementdescr

byte[] managementdescr

processdescr

byte[] processdescr

logfilesvec

java.util.Map logfilesvec

logfiles

java.awt.Choice logfiles

logfileTA

java.awt.TextArea logfileTA

content

java.awt.Panel content

Package org.demac.impl.j2me.process.base.service.webservices

Class org.demac.impl.j2me.process.base.service.webservices.GenerateIOException extends java.lang.Exception implements Serializable


Package org.demac.impl.j2me.process.base.service.webservices.asn1

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1AbstractCollection extends java.util.ArrayList implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1AbstractCollectionOf extends ASN1AbstractCollection implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1AbstractString extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1AbstractType extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1BitString extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1BMPString extends ASN1AbstractString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Boolean extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Choice extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Enumerated extends ASN1Integer implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Exception extends java.lang.Exception implements Serializable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1GeneralizedTime extends ASN1Time implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1IA5String extends ASN1AbstractString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Integer extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Null extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1ObjectIdentifier extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1OctetString extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Opaque extends ASN1TaggedType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1OpenType extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Permission extends java.security.BasicPermission implements Serializable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1PrintableString extends ASN1AbstractString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Real extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Sequence extends ASN1AbstractCollection implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1SequenceOf extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Set extends ASN1AbstractCollection implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1SetOf extends ASN1Set implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1T61String extends ASN1AbstractString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1TaggedType extends ASN1AbstractType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1Time extends ASN1VisibleString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1UniversalString extends ASN1AbstractString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1UTCTime extends ASN1Time implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1UTF8String extends ASN1AbstractString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ASN1VisibleString extends ASN1AbstractString implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ConstraintCollection extends java.util.ArrayList implements Serializable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ConstraintException extends ASN1Exception implements Serializable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.ResolverException extends ASN1Exception implements Serializable


Package org.demac.impl.j2me.process.base.service.webservices.asn1.soap

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.BodyOrFault extends ASN1Choice implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.Content extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.Identifier extends ASN1Choice implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.OpenContent extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.QName extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.SoapBody extends ASN1SequenceOf implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.SoapEnvelope extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.SoapFault extends ASN1Set implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.SoapFaultCode extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.SoapFaultCodeValue extends ASN1Enumerated implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException - if an I/0 error has occured
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.SoapFaultReason extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Class org.demac.impl.j2me.process.base.service.webservices.asn1.soap.SoapFaultReasons extends ASN1Sequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The writeExternal and readExternal methods of the Externalizable interface are implemented by a class to give the serializable class complete control over the format and contents of the stream for an object and its supertypes.

Throws:
java.io.IOException
See Also:
Externalizable

Package org.demac.impl.j2me.process.base.service.webservices.wsdl

Class org.demac.impl.j2me.process.base.service.webservices.wsdl.WSDLTypeExeption extends java.lang.Exception implements Serializable

serialVersionUID: 5331759427632785799L


Package org.demac.impl.j2me.process.base.service.webservices.wsdl.parser

Class org.demac.impl.j2me.process.base.service.webservices.wsdl.parser.WSDLParseException extends java.lang.Exception implements Serializable


Package org.demac.impl.j2me.process.base.service.webservices.xml.soap.ksoap

Class org.demac.impl.j2me.process.base.service.webservices.xml.soap.ksoap.SoapFault extends java.io.IOException implements Serializable

Serialized Fields

faultcode

java.lang.String faultcode

faultstring

java.lang.String faultstring

faultactor

java.lang.String faultactor

detail

java.util.Vector detail

Package org.demac.impl.j2me.process.base.service.webservices.xml.soap.ksoap.kxml.io

Class org.demac.impl.j2me.process.base.service.webservices.xml.soap.ksoap.kxml.io.ParseException extends java.io.IOException implements Serializable

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

chained

java.lang.Exception chained

Package org.demac.impl.j2me.process.ext.interaction

Class org.demac.impl.j2me.process.ext.interaction.InteractionServiceMonitor extends java.awt.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

isStarted

boolean isStarted

tm

TaskManager tm

worklist

java.awt.Panel worklist

details

java.awt.Panel details

right

java.awt.Panel right

left

java.awt.Panel left

led

java.awt.Button led

active

java.awt.Button active

dpdlscreen

java.awt.TextArea dpdlscreen

current

WorkItem current

Package org.demac.impl.j2me.transport.fluctnet

Class org.demac.impl.j2me.transport.fluctnet.FluctNetMultiMap extends java.util.HashMap implements Serializable


Package org.demac.impl.j2me.transport.parser

Class org.demac.impl.j2me.transport.parser.ParserException extends java.lang.Exception implements Serializable


Package org.demac.impl.j2me.transport.protocol

Class org.demac.impl.j2me.transport.protocol.EncodingException extends java.lang.Exception implements Serializable

serialVersionUID: 2739071096536039380L


Package org.demac.interactionservice

Class org.demac.interactionservice.TestMain extends java.awt.Frame implements Serializable

serialVersionUID: 1L

Serialized Fields

mainPanel

java.awt.Panel mainPanel

tmpPanel

java.awt.Panel tmpPanel

thread

org.demac.interactionservice.TestMain.MyThread thread

Package org.demac.j2me.DEMAC

Class org.demac.j2me.DEMAC.DemacDesktopGUI extends java.awt.Frame implements Serializable

serialVersionUID: 1L

Serialized Fields

dd

DemacDesktop dd

This

DemacDesktopGUI This

em

EventMonitor em

cm

ContextMonitor cm

mm

MessageMonitor mm

pm

ProcessMonitor pm

ssm

SecurityMonitor ssm

manmon

ManagementMonitor manmon

im

InteractionServiceMonitor im

lsm

LocalServicesMonitor lsm

settings

SettingsPanel settings

localServices

PropertiesGUI localServices

demacConfig

PropertiesGUI demacConfig

transportConfig

PropertiesGUI transportConfig

localDevice

java.awt.TextField localDevice

manager

java.awt.CardLayout manager

lse

java.awt.MenuItem lse

tcg

java.awt.MenuItem tcg

dcf

java.awt.MenuItem dcf

mts

java.awt.MenuItem mts

mes

java.awt.MenuItem mes

mcs

java.awt.MenuItem mcs

mps

java.awt.MenuItem mps

msa

java.awt.MenuItem msa

mss

java.awt.MenuItem mss

msi

java.awt.MenuItem msi

msm

java.awt.MenuItem msm

msr

java.awt.MenuItem msr

mre

java.awt.MenuItem mre

mse

java.awt.MenuItem mse

ms1

java.awt.MenuItem ms1

ms2

java.awt.MenuItem ms2

mco

java.awt.MenuItem mco

mtm

java.awt.MenuItem mtm

mem

java.awt.MenuItem mem

mcm

java.awt.MenuItem mcm

mpm

java.awt.MenuItem mpm

mls

java.awt.MenuItem mls

msc

java.awt.MenuItem msc

mst

java.awt.MenuItem mst

mcu

java.awt.MenuItem mcu

man

java.awt.MenuItem man

mmon

java.awt.MenuItem mmon

Package org.demac.process.core.exe

Class org.demac.process.core.exe.ExecutionException extends java.lang.Exception implements Serializable

serialVersionUID: 7681227482678852332L


Package org.demac.process.core.persistence

Class org.demac.process.core.persistence.StorageException extends java.lang.Exception implements Serializable

serialVersionUID: 8865819516238630478L


Package org.demac.process.core.process

Class org.demac.process.core.process.ProcessException extends java.lang.Exception implements Serializable

serialVersionUID: 4517796483790281792L


Package org.demac.process.core.xml

Class org.demac.process.core.xml.ParserException extends java.lang.Exception implements Serializable

serialVersionUID: 6866029136934336096L


Package org.demac.transport

Class org.demac.transport.MessageNotAvailableException extends java.lang.Exception implements Serializable

serialVersionUID: 5700693119189627552L

Class org.demac.transport.TransportException extends java.io.IOException implements Serializable

serialVersionUID: 376139862222265599L

Serialized Fields

level

int level

Package org.vilenica.da.main

Class org.vilenica.da.main.InteractionServiceEngine extends java.awt.Frame implements Serializable

serialVersionUID: 1L

Serialized Fields

globalParameters

java.util.Vector globalParameters

documentHandler

DocumentHandler documentHandler

globalParametersInput

java.lang.String globalParametersInput

miplSource

java.lang.String miplSource

teresaSource

java.lang.String teresaSource

usersSource

java.lang.String usersSource

currentScreen

java.lang.String currentScreen

pageCounter

int pageCounter

currentPresentation

Presentation currentPresentation

process

Process process

reachedLastPage

boolean reachedLastPage

interactionService

InteractionService interactionService

mainPanel

java.awt.Panel mainPanel

workingPanel

java.awt.Panel workingPanel

source

java.lang.String source

sourceType

java.lang.String sourceType

buttonOK

java.awt.Button buttonOK

buttonCancel

java.awt.Button buttonCancel