Serialized Form


Package org.iids.aos.agent

Class org.iids.aos.agent.Agent extends java.lang.Object implements Serializable

Serialized Fields

log

AgentLog log

args

java.lang.String[] args

servlets

java.util.Map<K,V> servlets
List of servlets for this agent, used with the Jetty servlet engine.

Class org.iids.aos.agent.AgentArchive extends java.lang.Object implements Serializable

Serialized Fields

defaultCode

AgentCodeSegment defaultCode

codeSegments

java.util.Hashtable<K,V> codeSegments

dataSegments

java.util.Hashtable<K,V> dataSegments

Class org.iids.aos.agent.AgentCodeSegment extends AgentSegment implements Serializable

Class org.iids.aos.agent.AgentDataSegment extends AgentSegment implements Serializable

Class org.iids.aos.agent.AgentLog extends org.apache.commons.logging.impl.SimpleLog implements Serializable

Serialized Fields

messages

java.util.ArrayList<E> messages

name

java.lang.String name

handle

AgentHandle handle

Class org.iids.aos.agent.AgentSegment extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description

subtype

java.lang.String subtype

Class org.iids.aos.agent.LogMessage extends java.lang.Object implements Serializable

Serialized Fields

type

int type

message

java.io.Serializable message

throwable

java.lang.Throwable throwable

Package org.iids.aos.agent.proxy

Class org.iids.aos.agent.proxy.AgentProxy extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.iids.aos.agent.proxy.AgentProxyException extends java.lang.RuntimeException implements Serializable

Class org.iids.aos.agent.proxy.AgentProxyMessage extends java.lang.Object implements Serializable

Serialized Fields

msgType

AgentProxyMessage.MsgType msgType

msgId

int msgId

meth

java.lang.String meth

contents

java.io.Serializable[] contents

replyTo

AgentHandle replyTo

Package org.iids.aos.agent.proxy.auth

Class org.iids.aos.agent.proxy.auth.AuthAgentProxy extends AgentProxy<T> implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.iids.aos.agent.proxy.auth.AuthenticationException extends java.lang.RuntimeException implements Serializable


Package org.iids.aos.agent.servlets

Class org.iids.aos.agent.servlets.AgentControlServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

agent

Agent agent

Package org.iids.aos.agents

Class org.iids.aos.agents.Fish extends Agent implements Serializable

Serialized Fields

fishImage

javax.swing.ImageIcon fishImage

Width

int Width

Height

int Height

rand

java.util.Random rand

myPreviousLocationId

AgentScapeID myPreviousLocationId

FishY

int FishY

FishDX

int FishDX

FishDY

int FishDY

Class org.iids.aos.agents.Fish.FishPanel extends javax.swing.JPanel implements Serializable

Class org.iids.aos.agents.FishCreateDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

confirmed

boolean confirmed

browseButton

javax.swing.JButton browseButton

cancelButton

javax.swing.JButton cancelButton

defaultButton

javax.swing.JButton defaultButton

fishImagePanel

javax.swing.JPanel fishImagePanel

iconLabel

javax.swing.JLabel iconLabel

startButton

javax.swing.JButton startButton

Class org.iids.aos.agents.FishTank extends Agent implements Serializable

Serialized Fields

fishTable

java.util.Hashtable<K,V> fishTable

FishY

int FishY

FishDX

int FishDX

FishDY

int FishDY

Class org.iids.aos.agents.FishTank.FishPanel extends javax.swing.JPanel implements Serializable

Class org.iids.aos.agents.GlobeClient extends Agent implements Serializable

Serialized Fields

initialised

boolean initialised

Class org.iids.aos.agents.GoogleClient extends Agent implements Serializable

Serialized Fields

googleKey

java.lang.String googleKey
The key read from GOOGLE_KEY_FILE.

Class org.iids.aos.agents.HelloWorld extends Agent implements Serializable

Class org.iids.aos.agents.MAClient extends Agent implements Serializable

Serialized Fields

myName

java.lang.String myName

Class org.iids.aos.agents.MathWsClient extends Agent implements Serializable

Serialized Fields

_stub

MathLibrary _stub

as

AgentScape as

Class org.iids.aos.agents.MigratingAgent extends Agent implements Serializable

Serialized Fields

myPreviousLocationId

AgentScapeID myPreviousLocationId

autoMigrate

boolean autoMigrate

numberOfHops

int numberOfHops

autoMigrateStart

long autoMigrateStart

Class org.iids.aos.agents.MigratingServletAgent extends Agent implements Serializable

Serialized Fields

homeLocation

AgentScapeID homeLocation

destination

AgentScapeID destination

hopcount

int hopcount

Class org.iids.aos.agents.MigratingWebServiceAgent extends Agent implements Serializable

Serialized Fields

googleKey

java.lang.String googleKey
The key read from GOOGLE_KEY_FILE.


myPreviousLocationId

AgentScapeID myPreviousLocationId

startLocation

AgentScapeID startLocation

myLocationsToVisit

java.util.Vector<E> myLocationsToVisit

queryToPerform

java.lang.String queryToPerform

myResults

java.util.Vector<E> myResults
Each entry is a GoogleSearchResult.

Class org.iids.aos.agents.MigratingWebServiceAgent.GoogleException extends java.lang.Exception implements Serializable

Class org.iids.aos.agents.Receiver extends Agent implements Serializable

Class org.iids.aos.agents.Sender extends Agent implements Serializable

Class org.iids.aos.agents.WsaAgent extends Agent implements Serializable

Serialized Fields

cpuValue

int cpuValue

leaseDocument

java.lang.String leaseDocument

startLocation

AgentScapeID startLocation

Package org.iids.aos.agents.anon

Class org.iids.aos.agents.anon.AnonimizeClient extends Agent implements Serializable

Serialized Fields

mainFrame

javax.swing.JFrame mainFrame

logCheck

javax.swing.JCheckBox logCheck

anonimizerCheck

javax.swing.JCheckBox anonimizerCheck

msgCount

javax.swing.JTextField msgCount

threadCount

javax.swing.JTextField threadCount

handlePool

java.util.Vector<E> handlePool

anonComboBox

javax.swing.JComboBox anonComboBox

handleTextField

javax.swing.JTextField handleTextField

inputArea

javax.swing.JTextArea inputArea

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jScrollPane1

javax.swing.JScrollPane jScrollPane1

refreshAgentsButton

javax.swing.JButton refreshAgentsButton

refreshAnonButton

javax.swing.JButton refreshAnonButton

sendButton

javax.swing.JButton sendButton

targetComboBox

javax.swing.JComboBox targetComboBox

Class org.iids.aos.agents.anon.Anonimizer extends Agent implements Serializable

Serialized Fields

map

java.util.Map<K,V> map

reverseMap

java.util.Map<K,V> reverseMap

gui

AnonimizingAgentGui gui

Class org.iids.aos.agents.anon.AnonimizingAgentGui extends javax.swing.JFrame implements Serializable

Serialized Fields

listeners

java.util.List<E> listeners

model

org.iids.aos.agents.anon.AnonimizingAgentGui.AnonimizeTableModel model

logCheck

javax.swing.JCheckBox logCheck

eventArea

javax.swing.JTextArea eventArea

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

killButton

javax.swing.JButton killButton

mappingTable

javax.swing.JTable mappingTable

resetButton

javax.swing.JButton resetButton

Class org.iids.aos.agents.anon.Receiver extends Agent implements Serializable

Serialized Fields

logCheck

javax.swing.JCheckBox logCheck

batchCheck

javax.swing.JCheckBox batchCheck

Package org.iids.aos.agentserver

Class org.iids.aos.agentserver.NegotiationLibException extends java.lang.Exception implements Serializable


Package org.iids.aos.agentserver.binary

Class org.iids.aos.agentserver.binary.BinaryCodeSegmentException extends java.lang.Exception implements Serializable


Package org.iids.aos.agentserver.java

Class org.iids.aos.agentserver.java.JavaCodeSegmentException extends java.lang.Exception implements Serializable

Class org.iids.aos.agentserver.java.LightweightAgentWrapper extends JProf implements Serializable

Serialized Fields

agent

LightweightAgent agent

running

boolean running

cputime

long cputime

Package org.iids.aos.api

Class org.iids.aos.api.AgentScapeApiRmiServer extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

_impl

AgentScapeApiImpl _impl

Package org.iids.aos.exception

Class org.iids.aos.exception.AddressUnknownException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentAlreadyRegisteredException extends java.lang.Exception implements Serializable

Serialized Fields

id

AgentID id

Class org.iids.aos.exception.AgentArchiveException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentContainerException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentContainerTimeoutException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentCreationException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentIDUnknownException extends java.lang.Exception implements Serializable

Serialized Fields

id

AgentID id

Class org.iids.aos.exception.AgentScapeException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentStartupException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentSuspendException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.AgentUnknownException extends java.lang.Exception implements Serializable

Serialized Fields

handles

AgentHandle[] handles

Class org.iids.aos.exception.LocationUnknownException extends java.lang.Exception implements Serializable

Serialized Fields

location

AgentScapeID location

Class org.iids.aos.exception.MessageException extends java.lang.Exception implements Serializable

Serialized Fields

undeliverable

java.util.List<E> undeliverable

localProblem

boolean localProblem

Class org.iids.aos.exception.MigrationFailedException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.SegmentUnknownException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.StartupException extends java.lang.Exception implements Serializable

Class org.iids.aos.exception.SystemServiceShutdownException extends java.lang.RuntimeException implements Serializable

Class org.iids.aos.exception.UnknownStoreIDException extends java.lang.Exception implements Serializable


Package org.iids.aos.gui

Class org.iids.aos.gui.AgentScapeConsole extends javax.swing.JFrame implements Serializable

Serialized Fields

counter

int counter

trees

java.util.Vector<E> trees

lastSearch

java.lang.String lastSearch

lastSearchResult

java.util.List<E> lastSearchResult

logOutputStream

AgentScapeLogOutputStream logOutputStream

agentViewTree

javax.swing.JTree agentViewTree

buttonPanel

javax.swing.JPanel buttonPanel

diagnostics

javax.swing.JTextField diagnostics

entityAddItem

javax.swing.JMenuItem entityAddItem

entityMenu

javax.swing.JMenu entityMenu

entityStopItem

javax.swing.JMenuItem entityStopItem

fileMenu

javax.swing.JMenu fileMenu

fullViewTree

javax.swing.JTree fullViewTree

helpInfoItem

javax.swing.JMenuItem helpInfoItem

helpMenu

javax.swing.JMenu helpMenu

infoPanel

javax.swing.JPanel infoPanel

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jPanel3

javax.swing.JPanel jPanel3

jPanel5

javax.swing.JPanel jPanel5

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane3

javax.swing.JScrollPane jScrollPane3

jSplitPane

javax.swing.JSplitPane jSplitPane

logButton

javax.swing.JButton logButton

menuBar

javax.swing.JMenuBar menuBar

migrateAgentButton

javax.swing.JButton migrateAgentButton

newWorldButton

javax.swing.JButton newWorldButton

quitButton

javax.swing.JButton quitButton

refreshButton

javax.swing.JButton refreshButton

removeButton

javax.swing.JButton removeButton

scrollPane

javax.swing.JScrollPane scrollPane

searchButton

javax.swing.JButton searchButton

searchField

javax.swing.JTextField searchField

settingsButton

javax.swing.JButton settingsButton

splitInfoPanel

javax.swing.JPanel splitInfoPanel

splitTreePanel

javax.swing.JPanel splitTreePanel

startAgentButton

javax.swing.JButton startAgentButton

startAgentServerButton

javax.swing.JButton startAgentServerButton

startHostButton

javax.swing.JButton startHostButton

startLocationButton

javax.swing.JButton startLocationButton

treeTabbedPane

javax.swing.JTabbedPane treeTabbedPane

Class org.iids.aos.gui.AgentScapeLogFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

started

boolean started

closed

boolean closed

jc

javax.swing.JFileChooser jc

clearButton

javax.swing.JButton clearButton

debugLevelComboBox

javax.swing.JComboBox debugLevelComboBox

jButton1

javax.swing.JButton jButton1

jLabel1

javax.swing.JLabel jLabel1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

logArea

javax.swing.JTextArea logArea

okButton

javax.swing.JButton okButton

saveButton

javax.swing.JButton saveButton

Class org.iids.aos.gui.AgentScapeTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

agentIcon

javax.swing.Icon agentIcon

agentServerIcon

javax.swing.Icon agentServerIcon

hostIcon

javax.swing.Icon hostIcon

locationIcon

javax.swing.Icon locationIcon

worldIcon

javax.swing.Icon worldIcon

defaultBgColor

java.awt.Color defaultBgColor

Package org.iids.aos.gui.dialog

Class org.iids.aos.gui.dialog.AgentMigrationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

agent

Agent agent

cancelButton

javax.swing.JButton cancelButton

jLabel1

javax.swing.JLabel jLabel1

locationList

javax.swing.JComboBox locationList

migrateButton

javax.swing.JButton migrateButton

refreshButton

javax.swing.JButton refreshButton

Class org.iids.aos.gui.dialog.GuiShutdownDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

cancelButton

javax.swing.JButton cancelButton

jCheckBox1

javax.swing.JCheckBox jCheckBox1

jLabel1

javax.swing.JLabel jLabel1

jPanel1

javax.swing.JPanel jPanel1

quitButton

javax.swing.JButton quitButton

Class org.iids.aos.gui.dialog.LookupServerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

starting

boolean starting

started

boolean started

autoPortCheck

javax.swing.JCheckBox autoPortCheck

cards

javax.swing.JPanel cards

connectButton

javax.swing.JRadioButton connectButton

connectPanel

javax.swing.JPanel connectPanel

createButton

javax.swing.JRadioButton createButton

createPanel

javax.swing.JPanel createPanel

diagnostics

javax.swing.JTextField diagnostics

emptyPanel

javax.swing.JPanel emptyPanel

group

javax.swing.ButtonGroup group

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jTextArea1

javax.swing.JTextArea jTextArea1

okButton

javax.swing.JButton okButton

portTextField

javax.swing.JTextField portTextField

urlTextField

javax.swing.JTextField urlTextField

Class org.iids.aos.gui.dialog.NewLocationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

guiparent

AgentScapeConsole guiparent

parentStruct

World parentStruct

startingLocation

boolean startingLocation

cancelButton

javax.swing.JButton cancelButton

diagnosis

javax.swing.JTextField diagnosis

enableCpuProfilingCheck

javax.swing.JCheckBox enableCpuProfilingCheck

jCheckBox1

javax.swing.JCheckBox jCheckBox1

jLabel1

javax.swing.JLabel jLabel1

jPanel1

javax.swing.JPanel jPanel1

locationName

javax.swing.JTextField locationName

startAgentServerCheck

javax.swing.JCheckBox startAgentServerCheck

startBinaryAgentServerCheck

javax.swing.JCheckBox startBinaryAgentServerCheck

startButton

javax.swing.JButton startButton

startHostManagerCheck

javax.swing.JCheckBox startHostManagerCheck

startJavaAgentServerCheck

javax.swing.JCheckBox startJavaAgentServerCheck

startPythonAgentServerCheck

javax.swing.JCheckBox startPythonAgentServerCheck

startWSGatewayCheck

javax.swing.JCheckBox startWSGatewayCheck

Class org.iids.aos.gui.dialog.NewLookupServerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

guiparent

AgentScapeConsole guiparent
Deprecated. 

success

boolean success
Deprecated. 

lookupServers

java.util.List<E> lookupServers
Deprecated. 

bindCheck

javax.swing.JRadioButton bindCheck
Deprecated. 

bindLookupButton

javax.swing.JButton bindLookupButton
Deprecated. 

buttonGroup

javax.swing.ButtonGroup buttonGroup
Deprecated. 

cancelButton

javax.swing.JButton cancelButton
Deprecated. 

diagnostics

javax.swing.JTextField diagnostics
Deprecated. 

jLabel1

javax.swing.JLabel jLabel1
Deprecated. 

jLabel3

javax.swing.JLabel jLabel3
Deprecated. 

jLabel5

javax.swing.JLabel jLabel5
Deprecated. 

jPanel1

javax.swing.JPanel jPanel1
Deprecated. 

jSeparator1

javax.swing.JSeparator jSeparator1
Deprecated. 

lookupServerPanel

javax.swing.JPanel lookupServerPanel
Deprecated. 

lookupServerPort

javax.swing.JTextField lookupServerPort
Deprecated. 

lookupServerUrl

javax.swing.JTextField lookupServerUrl
Deprecated. 

startCheck

javax.swing.JRadioButton startCheck
Deprecated. 

startLookupButton

javax.swing.JButton startLookupButton
Deprecated. 

Class org.iids.aos.gui.dialog.RunAgentDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

agentFileTextField

javax.swing.JTextField agentFileTextField

browseButton

javax.swing.JButton browseButton

cancelButton

javax.swing.JButton cancelButton

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

locationComboBox

javax.swing.JComboBox locationComboBox

refreshButton

javax.swing.JButton refreshButton

startButton

javax.swing.JButton startButton

Package org.iids.aos.gui.dnd

Class org.iids.aos.gui.dnd.StructTransferHandler extends javax.swing.TransferHandler implements Serializable


Package org.iids.aos.gui.exception

Class org.iids.aos.gui.exception.AlreadyConnectedException extends java.lang.RuntimeException implements Serializable

Class org.iids.aos.gui.exception.LookupException extends java.lang.Exception implements Serializable

Class org.iids.aos.gui.exception.ReadOnlyException extends java.lang.RuntimeException implements Serializable

Class org.iids.aos.gui.exception.ServiceBindException extends java.lang.Exception implements Serializable

Class org.iids.aos.gui.exception.StartupException extends java.lang.Exception implements Serializable


Package org.iids.aos.gui.info

Class org.iids.aos.gui.info.AgentInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

agentID

AgentID agentID

agent

Agent agent

agentHandleList

javax.swing.JList agentHandleList

agentIdLabel

javax.swing.JLabel agentIdLabel

createHandleButton

javax.swing.JButton createHandleButton

jLabel1

javax.swing.JLabel jLabel1

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

locationComboBox

javax.swing.JComboBox locationComboBox

moveButton

javax.swing.JButton moveButton

reloadButton

javax.swing.JButton reloadButton

removeHandleButton

javax.swing.JButton removeHandleButton

Package org.iids.aos.gui.structs

Class org.iids.aos.gui.structs.Agent extends Struct implements Serializable

Class org.iids.aos.gui.structs.AgentServer extends HostService implements Serializable

Class org.iids.aos.gui.structs.Host extends Struct implements Serializable

Serialized Fields

loc

Location loc

Class org.iids.aos.gui.structs.HostService extends Struct implements Serializable

Class org.iids.aos.gui.structs.Location extends Struct implements Serializable

Serialized Fields

hosts

java.util.List<E> hosts

Class org.iids.aos.gui.structs.Root extends Struct implements Serializable

Class org.iids.aos.gui.structs.Struct extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

service

ServiceWrapper service

expanded

boolean expanded

refreshing

boolean refreshing

isShuttingDown

boolean isShuttingDown

name

java.lang.String name

parent

Struct parent

children

java.util.List<E> children

readable

boolean readable

Class org.iids.aos.gui.structs.World extends Struct implements Serializable


Package org.iids.aos.hostmanager

Class org.iids.aos.hostmanager.AgentInfoException extends java.lang.Exception implements Serializable

Class org.iids.aos.hostmanager.LifeCycleException extends java.lang.Exception implements Serializable

Class org.iids.aos.hostmanager.MigrationEndpoint extends java.lang.Object implements Serializable

Serialized Fields

receivingAddress

Address receivingAddress

migrationID

MigrationID migrationID

Class org.iids.aos.hostmanager.ResourceRegistry.RegistryMessage extends java.lang.Object implements Serializable

Serialized Fields

type

ResourceRegistry.RegistryMessage.Type type

content

java.lang.String content

handler

AgentHandle handler

Class org.iids.aos.hostmanager.ResourceRegistry.ResourceRegistryAgent extends Agent implements Serializable

Serialized Fields

reg

org.iids.aos.hostmanager.ResourceRegistryInterface reg

receivedClose

boolean receivedClose
Key under which the agent is registered in the lookup service. Can be found to lookup the agent using Agent.lookup(java.lang.String).


proxy

AgentProxy<T> proxy

Class org.iids.aos.hostmanager.SystemServiceInfo extends java.lang.Object implements Serializable

Serialized Fields

specs

Specifications specs

type

java.lang.String type

id

AgentScapeID id

address

Address address

connection

java.lang.Object connection

Class org.iids.aos.hostmanager.SystemServiceNotFoundException extends java.lang.Exception implements Serializable


Package org.iids.aos.hostmanager.negotiationmodule.exceptions

Class org.iids.aos.hostmanager.negotiationmodule.exceptions.HandlerException extends java.lang.Exception implements Serializable

Class org.iids.aos.hostmanager.negotiationmodule.exceptions.HandlerManagementException extends java.lang.Exception implements Serializable

Class org.iids.aos.hostmanager.negotiationmodule.exceptions.LeaseManagementException extends java.lang.Exception implements Serializable

Class org.iids.aos.hostmanager.negotiationmodule.exceptions.RequestProcessorException extends java.lang.Exception implements Serializable

Class org.iids.aos.hostmanager.negotiationmodule.exceptions.ReservationException extends java.lang.Exception implements Serializable

Class org.iids.aos.hostmanager.negotiationmodule.exceptions.TemplateVerificationException extends java.lang.Exception implements Serializable


Package org.iids.aos.hostmanager.negotiationmodule.hostpolicies

Class org.iids.aos.hostmanager.negotiationmodule.hostpolicies.ContainerException extends java.lang.Exception implements Serializable


Package org.iids.aos.kernel

Class org.iids.aos.kernel.AOSapi.PrepareWaitACResult extends java.lang.Object implements Serializable

serialVersionUID: 5254556901490024720L

Serialized Fields

transactionID

TransactionID transactionID
The transaction ID of the agent container shipment.


listenEndpoint

Endpoint listenEndpoint
The virtual listen endpoint at which this AOS kernel accepts virtual connections that carry shipped agent containers.

Class org.iids.aos.kernel.AOSapi.WaitACResult extends java.lang.Object implements Serializable

serialVersionUID: 6625260421710140415L

Serialized Fields

e

KernelException e
If not null, waitAgentContainer() encountered an exception. In this case, tid may be set to the ID of the transaction that caused the error. We use this method rather than extending all kernel exceptions with a tid paramter, because waitAgentContainer() is the only primitive to return extra data (the tid) on error.


tid

TransactionID tid
If not null, the transaction ID of the agent container shipment. If both exception and tid are null, the block time passed without an AC becoming available.


acid

int acid
If no exception, the ACID of the received Agent Container


sourceEndpoint

Endpoint sourceEndpoint
If no exception, the virtual endpoint from which this AOS kernel accepted the agent container;

Class org.iids.aos.kernel.Endpoint extends java.lang.Object implements Serializable

Serialized Fields

tcpIP

java.net.InetSocketAddress tcpIP
An IP address (IPv6) and a TCP port number. IPv4 address are in princple represented in IPv6 in the form ::ffff:w.x.y.z but Java will convert such mapped addresses to normal IPv4 addresses (e.g. Inet4Address)


port

int port
A port number, aka index in the AOS API specification


scid

java.lang.String scid
A self-certifying ID (a SHA-1 hash), or null if omitted.

Class org.iids.aos.kernel.TransactionID extends java.lang.Object implements Serializable

serialVersionUID: 1198849494900788303L

Serialized Fields

_id

byte[] _id

Package org.iids.aos.kernel.ac

Class org.iids.aos.kernel.ac.DifferentXIDException extends java.lang.Exception implements Serializable

Serialized Fields

tid

TransactionID tid

Class org.iids.aos.kernel.ac.MUXPMessageException extends java.lang.Exception implements Serializable

Class org.iids.aos.kernel.ac.ReplyPendingException extends java.lang.Exception implements Serializable


Package org.iids.aos.kernel.exception

Class org.iids.aos.kernel.exception.AccessDeniedException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACNotFinalizedException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACTPACFormatException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACTPACTooLargeException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACTPACVerifyException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACTPPeerInternalException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACTPPeerTransientException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACTPReceiptException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ACTPTimeoutException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.AuthenticationException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.BadArgumentException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.ConnectionSetupException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.InputOutputException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.IPCException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.KernelException extends java.lang.Exception implements Serializable

Class org.iids.aos.kernel.exception.KernelResetException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.LimitExceededException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.MethodNotAllowedException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.NoKnownSecuritySuiteException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.PeerClosedConnectionException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.PeerRoleDeletedException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.PeerUnreachableException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.PersistentSegmentException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.RandomSourceException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.SecuritySuiteAgreementException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.SegmentHoleException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.TargetUnknownException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.TransactionIDInUseException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.TransientIOException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownACIDException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownConnectionIDException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownEndpointDescrException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownParamException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownRoleException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownRoleIDException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownSegmentIDException extends KernelException implements Serializable

Class org.iids.aos.kernel.exception.UnknownTransactionIDException extends KernelException implements Serializable


Package org.iids.aos.kernel.mux

Class org.iids.aos.kernel.mux.ACTPMessageException extends java.lang.Exception implements Serializable

Class org.iids.aos.kernel.mux.UnacceptableActiveSecSuiteException extends java.lang.Exception implements Serializable

Serialized Fields

secSuites

java.lang.String[] secSuites

Package org.iids.aos.kernel.xmlrpc

Class org.iids.aos.kernel.xmlrpc.CreateRoleResultStruct extends java.lang.Object implements Serializable

Class org.iids.aos.kernel.xmlrpc.EndpointStruct extends java.lang.Object implements Serializable

Serialized Fields

tcpIP

SocketAddressStruct tcpIP
An IP SocketAddressStruct (IPv6) and a TCP port number.


port

int port
A port number.


scid

java.lang.String scid
A self-certifying ID (a SHA-1 hash), or null if omitted.

Class org.iids.aos.kernel.xmlrpc.SocketAddressStruct extends java.lang.Object implements Serializable

serialVersionUID: -7526491980688684880L

Serialized Fields

ipAddress

java.lang.String ipAddress

port

int port

Class org.iids.aos.kernel.xmlrpc.StringArray extends java.lang.Object implements Serializable

Serialized Fields

array

java.lang.String[] array

Package org.iids.aos.locationmanager.negotiationmodule.domainpolicies

Class org.iids.aos.locationmanager.negotiationmodule.domainpolicies.ContainerException extends java.lang.Exception implements Serializable

Class org.iids.aos.locationmanager.negotiationmodule.domainpolicies.PolicyException extends java.lang.Exception implements Serializable


Package org.iids.aos.locationmanager.negotiationmodule.exceptions

Class org.iids.aos.locationmanager.negotiationmodule.exceptions.HostRequestException extends java.lang.Exception implements Serializable

Class org.iids.aos.locationmanager.negotiationmodule.exceptions.OfferSelectionException extends java.lang.Exception implements Serializable

Class org.iids.aos.locationmanager.negotiationmodule.exceptions.RequestProcessorException extends java.lang.Exception implements Serializable

Class org.iids.aos.locationmanager.negotiationmodule.exceptions.TemplateManagementException extends java.lang.Exception implements Serializable


Package org.iids.aos.messagecenter

Class org.iids.aos.messagecenter.Envelope extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.

Throws:
java.io.IOException - if I/O errors occur
java.lang.ClassNotFoundException - If the class for an object being restored cannot be found.
Serialized Fields

dataBytes

byte[] dataBytes

toList

java.util.List<E> toList

fromHandle

AgentHandle fromHandle

Class org.iids.aos.messagecenter.ExtendedEnvelope extends java.lang.Object implements Serializable

Serialized Fields

fromId

AgentID fromId

toId

AgentID toId

e

Envelope e

Class org.iids.aos.messagecenter.MessageBufferOverflowException extends java.lang.Exception implements Serializable

Class org.iids.aos.messagecenter.ViaEnvelope extends Envelope implements Serializable

Serialized Fields

actualTarget

AgentHandle actualTarget

Class org.iids.aos.messagecenter.ViaReplyEnvelope extends Envelope implements Serializable

Serialized Fields

env

Envelope env

Package org.iids.aos.negotiation

Class org.iids.aos.negotiation.NegotiationException extends java.lang.Exception implements Serializable

Class org.iids.aos.negotiation.Offer extends java.lang.Object implements Serializable

Serialized Fields

contents

AgreementOffer contents

ai

AgreementInterpreter ai

Class org.iids.aos.negotiation.Request extends java.lang.Object implements Serializable

Serialized Fields

template

Template template

initiator

java.lang.Object initiator

services

java.util.List<E> services

Class org.iids.aos.negotiation.Restriction extends java.lang.Object implements Serializable

Serialized Fields

item

Item item

Class org.iids.aos.negotiation.RestrictionException extends java.lang.Exception implements Serializable

Class org.iids.aos.negotiation.ServiceException extends java.lang.Exception implements Serializable

Class org.iids.aos.negotiation.Template extends java.lang.Object implements Serializable

Serialized Fields

template

Template template

restrictions

java.util.Vector<E> restrictions

services

java.util.Vector<E> services

Class org.iids.aos.negotiation.TemplateException extends java.lang.Exception implements Serializable


Package org.iids.aos.systemservices.communicator

Class org.iids.aos.systemservices.communicator.CommunicatorException extends java.lang.RuntimeException implements Serializable

Class org.iids.aos.systemservices.communicator.KernelClient.KernelClientUninitializedException extends java.lang.Exception implements Serializable

Class org.iids.aos.systemservices.communicator.LSWebServer.HttpResult extends java.lang.Object implements Serializable

Serialized Fields

containsHttpHeaders

boolean containsHttpHeaders

type

LSWebServer.HttpResultType type

result

byte[] result

Package org.iids.aos.systemservices.communicator.structs

Class org.iids.aos.systemservices.communicator.structs.Address extends java.lang.Object implements Serializable

Serialized Fields

ipAddress

java.lang.String ipAddress

port

int port

principalId

java.lang.String principalId

principalPassword

java.lang.String principalPassword

id

java.lang.String id

scid

java.lang.String scid

index

int index

toString

java.lang.String toString

Class org.iids.aos.systemservices.communicator.structs.AgentHandle extends java.lang.Object implements Serializable

Serialized Fields

handle

java.lang.String handle

Class org.iids.aos.systemservices.communicator.structs.AgentID extends java.lang.Object implements Serializable

Serialized Fields

uuid

java.util.UUID uuid

Class org.iids.aos.systemservices.communicator.structs.AgentInfo extends java.lang.Object implements Serializable

Serialized Fields

ownerHandle

AgentHandle ownerHandle

primaryHandle

AgentHandle primaryHandle

Class org.iids.aos.systemservices.communicator.structs.AgentScapeID extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

Class org.iids.aos.systemservices.communicator.structs.MarshallException extends java.lang.Exception implements Serializable

Class org.iids.aos.systemservices.communicator.structs.MigrationID extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

_tid

TransactionID _tid

Class org.iids.aos.systemservices.communicator.structs.Specifications extends java.lang.Object implements Serializable

Serialized Fields

specifications

java.util.Hashtable<K,V> specifications

Class org.iids.aos.systemservices.communicator.structs.Toc extends java.lang.Object implements Serializable

Serialized Fields

version

int version

numEntries

int numEntries

tocEntries

java.util.Vector<E> tocEntries

tocHash

java.lang.String tocHash

tocSignature

byte[] tocSignature

certificate

byte[] certificate

Class org.iids.aos.systemservices.communicator.structs.TocEntry extends java.lang.Object implements Serializable

Serialized Fields

segmentId

int segmentId

maintype

int maintype

subtype

java.lang.String subtype

mode

int mode

size

int size

name

java.lang.String name

description

java.lang.String description

checksum

java.lang.String checksum

Class org.iids.aos.systemservices.communicator.structs.WaitAcResult extends java.lang.Object implements Serializable

Serialized Fields

agentcontainerId

int agentcontainerId

source

Address source

Package org.iids.aos.systemservices.datatypes.wsagreement

Class org.iids.aos.systemservices.datatypes.wsagreement.AgreementContextType extends java.lang.Object implements Serializable

Serialized Fields

_agreementInitiator

java.lang.Object _agreementInitiator
Field _agreementInitiator


_agreementProvider

java.lang.Object _agreementProvider
Field _agreementProvider


_agreementInitiatorIsServiceConcumer

boolean _agreementInitiatorIsServiceConcumer
Field _agreementInitiatorIsServiceConcumer


_has_agreementInitiatorIsServiceConcumer

boolean _has_agreementInitiatorIsServiceConcumer
keeps track of state for field: _agreementInitiatorIsServiceConcumer


_expirationTime

java.util.Date _expirationTime
Field _expirationTime


_duration

int _duration
Field _duration


_has_duration

boolean _has_duration
keeps track of state for field: _duration


_start

int _start
Field _start


_has_start

boolean _has_start
keeps track of state for field: _start


_templateName

java.lang.String _templateName
Field _templateName

Class org.iids.aos.systemservices.datatypes.wsagreement.AgreementInitiatorIdentifierType extends java.lang.Object implements Serializable

Serialized Fields

_isServiceConsumer

boolean _isServiceConsumer
Field _isServiceConsumer


_has_isServiceConsumer

boolean _has_isServiceConsumer
keeps track of state for field: _isServiceConsumer


_reference

java.lang.Object _reference
Field _reference

Class org.iids.aos.systemservices.datatypes.wsagreement.AgreementOffer extends AgreementType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.AgreementProviderIdentifierType extends java.lang.Object implements Serializable

Serialized Fields

_isServiceProvider

boolean _isServiceProvider
Field _isServiceProvider


_has_isServiceProvider

boolean _has_isServiceProvider
keeps track of state for field: _isServiceProvider


_reference

java.lang.Object _reference
Field _reference

Class org.iids.aos.systemservices.datatypes.wsagreement.AgreementTemplateListType extends java.lang.Object implements Serializable

Serialized Fields

_templateList

java.util.Vector<E> _templateList
Field _templateList

Class org.iids.aos.systemservices.datatypes.wsagreement.AgreementTemplateType extends AgreementType implements Serializable

Serialized Fields

_creationConstraints

CreationConstraints _creationConstraints
Field _creationConstraints

Class org.iids.aos.systemservices.datatypes.wsagreement.AgreementType extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_fault

Fault _fault
Field _fault


_context

Context _context
Field _context


_terms

Terms _terms
Field _terms

Class org.iids.aos.systemservices.datatypes.wsagreement.All extends TermCompositorType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.AssessmentInterval extends java.lang.Object implements Serializable

Serialized Fields

_timeInterval

org.exolab.castor.types.Duration _timeInterval
Field _timeInterval


_count

int _count
Field _count


_has_count

boolean _has_count
keeps track of state for field: _count

Class org.iids.aos.systemservices.datatypes.wsagreement.BusinessValueList extends BusinessValueListType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.BusinessValueListType extends java.lang.Object implements Serializable

Serialized Fields

_importance

int _importance
Field _importance


_has_importance

boolean _has_importance
keeps track of state for field: _importance


_penalty

Penalty _penalty
Field _penalty


_reward

Reward _reward
Field _reward


_preference

Preference _preference
Field _preference


_customBusinessValueList

java.util.Vector<E> _customBusinessValueList
Field _customBusinessValueList

Class org.iids.aos.systemservices.datatypes.wsagreement.CompensationType extends java.lang.Object implements Serializable

Serialized Fields

_assessmentInterval

AssessmentInterval _assessmentInterval
Field _assessmentInterval


_valueUnit

java.lang.String _valueUnit
Field _valueUnit


_valueExpression

java.lang.Object _valueExpression
Field _valueExpression

Class org.iids.aos.systemservices.datatypes.wsagreement.ConstraintSectionType extends java.lang.Object implements Serializable

Serialized Fields

_itemList

java.util.Vector<E> _itemList
Field _itemList


_constraintList

java.util.Vector<E> _constraintList
Field _constraintList

Class org.iids.aos.systemservices.datatypes.wsagreement.Context extends AgreementContextType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.CreationConstraints extends ConstraintSectionType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.ExactlyOne extends TermCompositorType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.Fault extends FaultType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.FaultType extends java.lang.Object implements Serializable

Serialized Fields

_message

java.lang.String _message
Field _message


_description

java.lang.String _description
Field _description

Class org.iids.aos.systemservices.datatypes.wsagreement.GuaranteeTerm extends GuaranteeTermType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.GuaranteeTermType extends TermType implements Serializable

Serialized Fields

_serviceScope

ServiceScope _serviceScope
Field _serviceScope


_qualifyingCondition

java.lang.Object _qualifyingCondition
Field _qualifyingCondition


_serviceLevelObjective

java.lang.Object _serviceLevelObjective
Field _serviceLevelObjective


_businessValueList

BusinessValueList _businessValueList
Field _businessValueList

Class org.iids.aos.systemservices.datatypes.wsagreement.Item extends OfferItemType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.OfferItemType extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_location

java.lang.Object _location
Field _location


_restrictionModel

RestrictionModel _restrictionModel
Field _restrictionModel

Class org.iids.aos.systemservices.datatypes.wsagreement.OneOrMore extends TermCompositorType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.Penalty extends CompensationType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.Preference extends PreferenceType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.PreferenceType extends java.lang.Object implements Serializable

Serialized Fields

_items

java.util.Vector<E> _items
Field _items

Class org.iids.aos.systemservices.datatypes.wsagreement.PreferenceTypeItem extends java.lang.Object implements Serializable

Serialized Fields

_serviceTermReference

java.lang.String _serviceTermReference
Field _serviceTermReference


_utility

float _utility
Field _utility


_has_utility

boolean _has_utility
keeps track of state for field: _utility

Class org.iids.aos.systemservices.datatypes.wsagreement.RestrictionModel extends RestrictionModelType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.RestrictionModelType extends java.lang.Object implements Serializable

Serialized Fields

_restrictionType

RestrictionType _restrictionType
Field _restrictionType


_enumList

java.util.Vector<E> _enumList
Field _enumList


_maxValue

java.lang.Object _maxValue
Field _maxValue


_minValue

java.lang.Object _minValue
Field _minValue

Class org.iids.aos.systemservices.datatypes.wsagreement.Reward extends CompensationType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceDescriptionTerm extends ServiceDescriptionTermType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceDescriptionTermType extends ServiceTermType implements Serializable

Serialized Fields

_duration

int _duration
Field _duration


_has_duration

boolean _has_duration
keeps track of state for field: _duration


_anyObject

java.util.Vector<E> _anyObject
Field _anyObject

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceNameSet extends java.lang.Object implements Serializable

Serialized Fields

_serviceName

java.lang.String _serviceName
Field _serviceName

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceProperties extends ServicePropertiesType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.ServicePropertiesType extends ServiceTermType implements Serializable

Serialized Fields

_variableSet

VariableSet _variableSet
Field _variableSet

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceReference extends ServiceReferenceType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceReferenceType extends ServiceTermType implements Serializable

Serialized Fields

_anyObject

java.util.Vector<E> _anyObject
Field _anyObject

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceScope extends ServiceNameSet implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.ServiceTermType extends TermType implements Serializable

Serialized Fields

_serviceName

java.lang.String _serviceName
Field _serviceName


_internalIdentifier

int _internalIdentifier
Field _internalIdentifier


_has_internalIdentifier

boolean _has_internalIdentifier
keeps track of state for field: _internalIdentifier


_handlerIdentifier

java.lang.String _handlerIdentifier
Field _handlerIdentifier


_serviceProvider

java.lang.String _serviceProvider
Field _serviceProvider


_providerOfferID

java.lang.String _providerOfferID
Field _providerOfferID

Class org.iids.aos.systemservices.datatypes.wsagreement.Template extends AgreementTemplateType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.TemplateList extends AgreementTemplateListType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.TermCompositorType extends java.lang.Object implements Serializable

Serialized Fields

_termCompositorTypeChoiceList

java.util.Vector<E> _termCompositorTypeChoiceList
Field _termCompositorTypeChoiceList

Class org.iids.aos.systemservices.datatypes.wsagreement.TermCompositorTypeChoice extends java.lang.Object implements Serializable

Serialized Fields

_items

java.util.Vector<E> _items
Field _items

Class org.iids.aos.systemservices.datatypes.wsagreement.TermCompositorTypeChoiceItem extends java.lang.Object implements Serializable

Serialized Fields

_exactlyOne

ExactlyOne _exactlyOne
Field _exactlyOne


_oneOrMore

OneOrMore _oneOrMore
Field _oneOrMore


_all

All _all
Field _all


_serviceDescriptionTerm

ServiceDescriptionTerm _serviceDescriptionTerm
Field _serviceDescriptionTerm


_serviceReference

ServiceReference _serviceReference
Field _serviceReference


_serviceProperties

ServiceProperties _serviceProperties
Field _serviceProperties


_guaranteeTerm

GuaranteeTerm _guaranteeTerm
Field _guaranteeTerm

Class org.iids.aos.systemservices.datatypes.wsagreement.Terms extends TermTreeType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.TermTreeType extends java.lang.Object implements Serializable

Serialized Fields

_all

All _all
Field _all

Class org.iids.aos.systemservices.datatypes.wsagreement.TermType extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name

Class org.iids.aos.systemservices.datatypes.wsagreement.Variable extends VariableType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.VariableSet extends VariableSetType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.VariableSetType extends java.lang.Object implements Serializable

Serialized Fields

_variableList

java.util.Vector<E> _variableList
Field _variableList

Class org.iids.aos.systemservices.datatypes.wsagreement.VariableType extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name
Field _name


_metric

java.lang.String _metric
Field _metric


_location

java.lang.Object _location
Field _location


Package org.iids.aos.systemservices.datatypes.wsagreement.agentscape

Class org.iids.aos.systemservices.datatypes.wsagreement.agentscape.CPUTimeResource extends CPUTimeResourceType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.agentscape.CPUTimeResourceType extends java.lang.Object implements Serializable

Serialized Fields

_requiredCPUTime

int _requiredCPUTime
Field _requiredCPUTime


_has_requiredCPUTime

boolean _has_requiredCPUTime
keeps track of state for field: _requiredCPUTime

Class org.iids.aos.systemservices.datatypes.wsagreement.agentscape.EnvironmentResource extends EnvironmentResourceType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.agentscape.EnvironmentResourceType extends java.lang.Object implements Serializable

Serialized Fields

_language

Language _language
Field _language

Class org.iids.aos.systemservices.datatypes.wsagreement.agentscape.Language extends LanguageType implements Serializable

Class org.iids.aos.systemservices.datatypes.wsagreement.agentscape.LanguageType extends java.lang.Object implements Serializable

Serialized Fields

_content

java.lang.String _content
internal content storage


Package org.iids.aos.systemservices.datatypes.wsagreement.types

Class org.iids.aos.systemservices.datatypes.wsagreement.types.RestrictionType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Method readResolve will be called during deserialization to replace the deserialized object with the correct constant instance.

Serialized Fields

type

int type
Field type


stringValue

java.lang.String stringValue
Field stringValue


Package org.iids.aos.systemservices.lookupservice

Class org.iids.aos.systemservices.lookupservice.ParameterNotFoundException extends java.lang.Exception implements Serializable


Package org.iids.aos.systemservices.module

Class org.iids.aos.systemservices.module.MonitorException extends java.lang.Exception implements Serializable


Package org.iids.aos.util

Class org.iids.aos.util.AgentContainerCreator extends javax.swing.JFrame implements Serializable

Serialized Fields

codeSelection

CodeSegmentTable codeSelection

dataSelection

DataSegmentTable dataSelection

openButton

javax.swing.JButton openButton

saveButton

javax.swing.JButton saveButton

extractButton

javax.swing.JButton extractButton

injectButton

javax.swing.JButton injectButton

locationList

javax.swing.JComboBox locationList

updateButton

javax.swing.JButton updateButton

archive

AgentArchive archive

fc

javax.swing.JFileChooser fc

dc

javax.swing.JFileChooser dc

Class org.iids.aos.util.BarDiagram extends javax.swing.JComponent implements Serializable

Serialized Fields

data

int[] data

maxData

int maxData

minData

int minData

factor

double factor

xspace

int xspace

xfill

int xfill

rescale

boolean rescale

sizeX

int sizeX

sizeY

int sizeY

lowerY

int lowerY

barColor

java.awt.Color barColor

leftColor

java.awt.Color leftColor

rightColor

java.awt.Color rightColor

allColors

java.awt.Color[] allColors

isShowingValue

boolean isShowingValue

inValueColor

java.awt.Color inValueColor

outValueColor

java.awt.Color outValueColor

insets

java.awt.Insets insets

names

java.lang.String[] names

Class org.iids.aos.util.CodeSegmentTable extends javax.swing.Box implements Serializable

Serialized Fields

ctm

org.iids.aos.util.CodeSegmentTable.CodeTableModel ctm

addButton

javax.swing.JButton addButton

deleteButton

javax.swing.JButton deleteButton

selectedRow

int selectedRow

Class org.iids.aos.util.DataSegmentTable extends javax.swing.Box implements Serializable

Serialized Fields

dtm

org.iids.aos.util.DataSegmentTable.DataTableModel dtm

addButton

javax.swing.JButton addButton

deleteButton

javax.swing.JButton deleteButton

selectedRow

int selectedRow

Class org.iids.aos.util.Directory extends java.io.File implements Serializable

Class org.iids.aos.util.ResourceProperties extends java.lang.Object implements Serializable

Serialized Fields

p

ResourceProperties.Priority p

aggregate

boolean aggregate

Package org.iids.aos.util.exceptions

Class org.iids.aos.util.exceptions.AgreemenInterpreterException extends java.lang.Exception implements Serializable

Class org.iids.aos.util.exceptions.AgreementInterpreterException extends java.lang.Exception implements Serializable

Class org.iids.aos.util.exceptions.CallBackHandlerException extends java.lang.Exception implements Serializable

Class org.iids.aos.util.exceptions.TemplateHelperException extends java.lang.Exception implements Serializable


Package org.iids.aos.webservices.axisstub.aosrpc

Class org.iids.aos.webservices.axisstub.aosrpc.AOSSender extends org.apache.axis.handlers.BasicHandler implements Serializable

Class org.iids.aos.webservices.axisstub.aosrpc.AOSURLParser.AOSURLException extends java.io.IOException implements Serializable


Package org.iids.aos.webservices.wsdl.CurrencyConvertor

Class org.iids.aos.webservices.wsdl.CurrencyConvertor.Currency extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_value_

java.lang.String _value_

Class org.iids.aos.webservices.wsdl.CurrencyConvertor.CurrencyConvertorLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

CurrencyConvertorSoap_address

java.lang.String CurrencyConvertorSoap_address

CurrencyConvertorSoapWSDDServiceName

java.lang.String CurrencyConvertorSoapWSDDServiceName

ports

java.util.HashSet<E> ports

Package org.iids.aos.webservices.wsdl.GloapPackage

Class org.iids.aos.webservices.wsdl.GloapPackage.GetFileTraceInfoResults extends java.lang.Object implements Serializable

Serialized Fields

traceCert

byte[] traceCert

traceSig

byte[] traceSig

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.iids.aos.webservices.wsdl.GloapPackage.GloapPackageServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

VuGaiaAppsGdnGloapGloapPackage_address

java.lang.String VuGaiaAppsGdnGloapGloapPackage_address

VuGaiaAppsGdnGloapGloapPackageWSDDServiceName

java.lang.String VuGaiaAppsGdnGloapGloapPackageWSDDServiceName

ports

java.util.HashSet<E> ports

Package org.iids.aos.webservices.wsdl.GoogleSearch

Class org.iids.aos.webservices.wsdl.GoogleSearch.DirectoryCategory extends java.lang.Object implements Serializable

Serialized Fields

fullViewableName

java.lang.String fullViewableName

specialEncoding

java.lang.String specialEncoding

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.iids.aos.webservices.wsdl.GoogleSearch.GoogleSearchResult extends java.lang.Object implements Serializable

Serialized Fields

documentFiltering

boolean documentFiltering

searchComments

java.lang.String searchComments

estimatedTotalResultsCount

int estimatedTotalResultsCount

estimateIsExact

boolean estimateIsExact

resultElements

ResultElement[] resultElements

searchQuery

java.lang.String searchQuery

startIndex

int startIndex

endIndex

int endIndex

searchTips

java.lang.String searchTips

directoryCategories

DirectoryCategory[] directoryCategories

searchTime

double searchTime

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.iids.aos.webservices.wsdl.GoogleSearch.GoogleSearchServiceLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

GoogleSearchPort_address

java.lang.String GoogleSearchPort_address

GoogleSearchPortWSDDServiceName

java.lang.String GoogleSearchPortWSDDServiceName

ports

java.util.HashSet<E> ports

Class org.iids.aos.webservices.wsdl.GoogleSearch.ResultElement extends java.lang.Object implements Serializable

Serialized Fields

summary

java.lang.String summary

URL

java.lang.String URL

snippet

java.lang.String snippet

title

java.lang.String title

cachedSize

java.lang.String cachedSize

relatedInformationPresent

boolean relatedInformationPresent

hostName

java.lang.String hostName

directoryCategory

DirectoryCategory directoryCategory

directoryTitle

java.lang.String directoryTitle

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.iids.aos.webservices.wsdl.math

Class org.iids.aos.webservices.wsdl.math.MathLibraryLocator extends org.apache.axis.client.Service implements Serializable

Serialized Fields

MathLibraryHttpSoap11Endpoint_address

java.lang.String MathLibraryHttpSoap11Endpoint_address

MathLibraryHttpSoap11EndpointWSDDServiceName

java.lang.String MathLibraryHttpSoap11EndpointWSDDServiceName

MathLibraryHttpSoap12Endpoint_address

java.lang.String MathLibraryHttpSoap12Endpoint_address

MathLibraryHttpSoap12EndpointWSDDServiceName

java.lang.String MathLibraryHttpSoap12EndpointWSDDServiceName

ports

java.util.HashSet<E> ports

Package org.iids.aos.webservices.wsgateway

Class org.iids.aos.webservices.wsgateway.CouldNotParseWSDL extends java.rmi.RemoteException implements Serializable

Class org.iids.aos.webservices.wsgateway.LeaseExpired extends java.rmi.RemoteException implements Serializable

Class org.iids.aos.webservices.wsgateway.MalformedSOAPRequest extends java.rmi.RemoteException implements Serializable

Class org.iids.aos.webservices.wsgateway.NoExclusiveTransport extends java.rmi.RemoteException implements Serializable

Class org.iids.aos.webservices.wsgateway.UnknownPort extends java.rmi.RemoteException implements Serializable

Class org.iids.aos.webservices.wsgateway.WSGatewayAgentModule.WSGatewayAgent extends Agent implements Serializable

Serialized Fields

gateway

WSGateway gateway

handler

AgentProxyHandler handler

Class org.iids.aos.webservices.wsgateway.WSGatewayException extends java.lang.Exception implements Serializable



Copyright © 2003, 2004 IIDS Group. All Rights Reserved.