Serialized Form
Package de.korelstar.math.graph |
serialVersionUID: 1L
source
Node source
target
Node target
serialVersionUID: 1L
name
java.lang.String name
Package de.korelstar.mobile.process.parallel.model |
serialVersionUID: 2L
state
java.lang.String state
serialVersionUID: 1L
vars
java.util.Set vars
serialVersionUID: 1L
vars
java.util.Set vars
serialVersionUID: 1L
serialVersionUID: 1L
name
java.lang.String name
dataClass
java.lang.String dataClass
Package org.demac.context.registry.service |
Package org.demac.eprom.gui |
minWidth
int minWidth
serialVersionUID: 118234756L
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 |
Package org.demac.impl.j2me.desktop |
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.
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 |
serialVersionUID: 1L
textfieldlength
int textfieldlength
serialVersionUID: 1L
se
SettingsEntry[] se
text
java.lang.String text
serialVersionUID: 1L
lastNumberOfProperties
int lastNumberOfProperties
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
serialVersionUID: 1L
type
int type
input
java.awt.TextField input
warning
java.awt.Label warning
serialVersionUID: 1L
Package org.demac.impl.j2me.desktop.monitor |
serialVersionUID: 1L
cs
ContextService cs
isStarted
boolean isStarted
spLocal
java.awt.ScrollPane spLocal
spRemote
java.awt.ScrollPane spRemote
boldfont
java.awt.Font boldfont
es
EventService es
content
java.awt.Panel content
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
serialVersionUID: 1L
xmlMassageParser
XMLMessageParser xmlMassageParser
content
java.awt.Panel content
devices
java.awt.Panel devices
messages
java.awt.Panel messages
ts
TransportService ts
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
serialVersionUID: -3889341900173601467L
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
es
EventService es
content
java.awt.Panel content
status
java.awt.TextField status
pubKey
java.awt.TextArea pubKey
ss
SecurityService ss
boldfont
java.awt.Font boldfont
content
java.awt.Panel content
entries
java.util.Vector entries
cs
ContextService cs
Package org.demac.impl.j2me.desktop.rendering |
body
java.lang.String body
device
Device device
handle
Handle handle
size
int size
color
java.awt.Color color
Package org.demac.impl.j2me.helper |
gapY
int gapY
gapX
int gapX
Package org.demac.impl.j2me.management.monitor |
serialVersionUID: 1L
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 |
Package org.demac.impl.j2me.process.base.service.webservices.asn1 |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Package org.demac.impl.j2me.process.base.service.webservices.asn1.soap |
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
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
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
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
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
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
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
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
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
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
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
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 |
serialVersionUID: 5331759427632785799L
Package org.demac.impl.j2me.process.base.service.webservices.wsdl.parser |
Package org.demac.impl.j2me.process.base.service.webservices.xml.soap.ksoap |
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 |
lineNumber
int lineNumber
columnNumber
int columnNumber
chained
java.lang.Exception chained
Package org.demac.impl.j2me.process.ext.interaction |
serialVersionUID: 1L
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 |
Package org.demac.impl.j2me.transport.parser |
Package org.demac.impl.j2me.transport.protocol |
serialVersionUID: 2739071096536039380L
Package org.demac.interactionservice |
serialVersionUID: 1L
mainPanel
java.awt.Panel mainPanel
tmpPanel
java.awt.Panel tmpPanel
thread
org.demac.interactionservice.TestMain.MyThread thread
Package org.demac.j2me.DEMAC |
serialVersionUID: 1L
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 |
serialVersionUID: 7681227482678852332L
Package org.demac.process.core.persistence |
serialVersionUID: 8865819516238630478L
Package org.demac.process.core.process |
serialVersionUID: 4517796483790281792L
Package org.demac.process.core.xml |
serialVersionUID: 6866029136934336096L
Package org.demac.transport |
serialVersionUID: 5700693119189627552L
serialVersionUID: 376139862222265599L
level
int level
Package org.vilenica.da.main |
serialVersionUID: 1L
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