Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
E
F
G
I
K
L
M
N
P
R
S
T
U
V
W
X
_
A
addMessageToList(String)
- Method in class samples.appMan.
AppManComponent
A method to accepts an XML message, converts it to a Message.
addNameValuePair(NameValuePair)
- Method in class samples.idl.mesgPort.
Message
addProvidesPort(String, String, String, String)
- Method in class samples.appMan.
ScriptPortImpl
This method adds a provides port with the given args.
addProvidesPort(String, String, String, String)
- Method in class samples.appMan.
AppManComponent
This method adds a provides port dynamically to the application manager.
addProvidesPort(String, String, String, String)
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
addUsesPort(String, String, String)
- Method in class samples.appMan.
ScriptPortImpl
This method adds a uses port with the given args.
addUsesPort(String, String, String)
- Method in class samples.appMan.
AppManComponent
This method adds a uses port dynamically to the application manager.
addUsesPort(String, String, String)
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
amc
- Variable in class samples.appMan.
ScriptPortImpl
amc
- Variable in class samples.appMan.
MesgPortImpl
amc
- Variable in class samples.appMan.
ControlImpl
AppManComponent
- class samples.appMan.
AppManComponent
.
The AppManComponent is an application manager component that lets a user download a Jython script into it, to manage other applications.
AppManComponent()
- Constructor for class samples.appMan.
AppManComponent
An empty constructor for the component is required as reflection is used to instantiated an instance of this class using this constructor, and then the setServices methods is called on it.
appManCore
- Variable in class samples.appMan.
AppManComponent
C
control
- Variable in class samples.appMan.
AppManComponent
Control_idl
- interface samples.idl.control.
Control_idl
.
ControlImpl
- class samples.appMan.
ControlImpl
.
This is the implementation of the Port samples.idl.control.ProvidesControl
ControlImpl(AppManComponent)
- Constructor for class samples.appMan.
ControlImpl
The constructor has to call the superclass constructor as this is a remote object.
createCppComponent(String, String, String, String)
- Method in class samples.appMan.
ScriptPortImpl
This method creates a new component with the given info.
createCppComponent(String, String, String, String)
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
createJavaComponent(String, String, String, String, String, String)
- Method in class samples.appMan.
ScriptPortImpl
This method creates a new component with the given info.
createJavaComponent(String, String, String, String, String, String)
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
E
enumerateNameValuePair()
- Method in class samples.idl.mesgPort.
Message
F
fileLoc
- Variable in class samples.appMan.
FileTransferImpl
FileTransfer_idl
- interface samples.idl.fileTransfer.
FileTransfer_idl
.
FileTransferImpl
- class samples.appMan.
FileTransferImpl
.
This is the implementation of the Port samples.idl.fileTransfer.ProvidesFileTransfer
FileTransferImpl()
- Constructor for class samples.appMan.
FileTransferImpl
G
getAccessMode()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getAccessMode()
- Method in class samples.idl.mesgPort.
MessageDescriptor
getExtends()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getExtends()
- Method in class samples.idl.mesgPort.
MessageDescriptor
getFile()
- Method in class samples.appMan.
FileTransferImpl
getIdentity()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getIdentity()
- Method in class samples.idl.mesgPort.
MessageDescriptor
getJavaClass()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getJavaClass()
- Method in class samples.idl.mesgPort.
MessageDescriptor
getMessage()
- Method in class samples.appMan.
AppManComponent
A blocking call to receive a message sent to it.
getName()
- Method in class samples.idl.mesgPort.
NameValuePair
getNameSpacePrefix()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getNameSpacePrefix()
- Method in class samples.idl.mesgPort.
MessageDescriptor
getNameSpaceURI()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getNameSpaceURI()
- Method in class samples.idl.mesgPort.
MessageDescriptor
getNameValuePair()
- Method in class samples.idl.mesgPort.
Message
getNameValuePair(int)
- Method in class samples.idl.mesgPort.
Message
getNameValuePairCount()
- Method in class samples.idl.mesgPort.
Message
getParams()
- Method in class samples.appMan.
AppManComponent
For the script to get hold of the parameters.
getProvidesPort(String)
- Method in class samples.appMan.
AppManComponent
This method returns a handle to the provides port of the component.
getSource()
- Method in class samples.idl.mesgPort.
Message
getUsesPort(String)
- Method in class samples.appMan.
AppManComponent
This method returns a handle to the uses port of the component.
getValidator()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getValidator()
- Method in class samples.idl.mesgPort.
MessageDescriptor
getValue()
- Method in class samples.idl.mesgPort.
NameValuePair
getXMLName()
- Method in class samples.idl.mesgPort.
NameValuePairDescriptor
getXMLName()
- Method in class samples.idl.mesgPort.
MessageDescriptor
I
identity
- Variable in class samples.idl.mesgPort.
NameValuePairDescriptor
identity
- Variable in class samples.idl.mesgPort.
MessageDescriptor
initialize(Object[])
- Method in class samples.appMan.
AppManComponent
Need an initialize, since we are using an empty constructor.
isValid()
- Method in class samples.idl.mesgPort.
NameValuePair
isValid()
- Method in class samples.idl.mesgPort.
Message
K
kill()
- Method in class samples.appMan.
ControlImpl
This method kills the component.
kill()
- Method in interface samples.idl.control.
Control_idl
killScript(Integer)
- Method in class samples.appMan.
ScriptPortImpl
Given the id identifying the script execution, this method kills it.
killScript(Integer)
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
L
logger
- Static variable in class samples.appMan.
ScriptPortImpl
logger
- Static variable in class samples.appMan.
ControlImpl
logger
- Static variable in class samples.appMan.
AppManComponent
M
main(String[])
- Static method in class samples.appMan.
AppManComponent
The main method will be called if it is instantiated standalone.
marshal(DocumentHandler)
- Method in class samples.idl.mesgPort.
NameValuePair
marshal(DocumentHandler)
- Method in class samples.idl.mesgPort.
Message
marshal(Writer)
- Method in class samples.idl.mesgPort.
NameValuePair
marshal(Writer)
- Method in class samples.idl.mesgPort.
Message
mesgPort
- Variable in class samples.appMan.
AppManComponent
MesgPort_idl
- interface samples.idl.mesgPort.
MesgPort_idl
.
MesgPortImpl
- class samples.appMan.
MesgPortImpl
.
This is the implementation of the Port samples.idl.mesgPort.ProvidesMesgPort
MesgPortImpl(AppManComponent)
- Constructor for class samples.appMan.
MesgPortImpl
Message
- class samples.idl.mesgPort.
Message
.
Message()
- Constructor for class samples.idl.mesgPort.
Message
MessageDescriptor
- class samples.idl.mesgPort.
MessageDescriptor
.
MessageDescriptor()
- Constructor for class samples.idl.mesgPort.
MessageDescriptor
messageList
- Variable in class samples.appMan.
AppManComponent
N
NameValuePair
- class samples.idl.mesgPort.
NameValuePair
.
NameValuePair()
- Constructor for class samples.idl.mesgPort.
NameValuePair
NameValuePairDescriptor
- class samples.idl.mesgPort.
NameValuePairDescriptor
.
NameValuePairDescriptor()
- Constructor for class samples.idl.mesgPort.
NameValuePairDescriptor
nsPrefix
- Variable in class samples.idl.mesgPort.
NameValuePairDescriptor
nsPrefix
- Variable in class samples.idl.mesgPort.
MessageDescriptor
nsURI
- Variable in class samples.idl.mesgPort.
NameValuePairDescriptor
nsURI
- Variable in class samples.idl.mesgPort.
MessageDescriptor
P
params
- Variable in class samples.appMan.
AppManComponent
ProvidesControl
- interface samples.idl.control.
ProvidesControl
.
ProvidesFileTransfer
- interface samples.idl.fileTransfer.
ProvidesFileTransfer
.
ProvidesMesgPort
- interface samples.idl.mesgPort.
ProvidesMesgPort
.
ProvidesScriptPort
- interface samples.idl.scriptPort.
ProvidesScriptPort
.
R
removeAllNameValuePair()
- Method in class samples.idl.mesgPort.
Message
removeNameValuePair(int)
- Method in class samples.idl.mesgPort.
Message
runScript(InputStream)
- Method in class samples.appMan.
AppManComponent
This method executes the JPython script input to it.
runScript(String)
- Method in class samples.appMan.
ScriptPortImpl
This method calls the component method to execute a python script.
runScript(String)
- Method in class samples.appMan.
AppManComponent
This method executes the Jython script input to it.
runScript(String)
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
runScriptBlocking(String)
- Method in class samples.appMan.
ScriptPortImpl
This method calls the component method to execute a python script and blocks till the script execution is completed.
runScriptBlocking(String)
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
S
samples.appMan
- package samples.appMan
samples.idl.control
- package samples.idl.control
samples.idl.fileTransfer
- package samples.idl.fileTransfer
samples.idl.mesgPort
- package samples.idl.mesgPort
samples.idl.scriptPort
- package samples.idl.scriptPort
scriptPort
- Variable in class samples.appMan.
AppManComponent
ScriptPort_idl
- interface samples.idl.scriptPort.
ScriptPort_idl
.
ScriptPortImpl
- class samples.appMan.
ScriptPortImpl
.
This is the implementation of the Port samples.idl.scriptPort.ProvidesScriptPort
ScriptPortImpl(AppManComponent)
- Constructor for class samples.appMan.
ScriptPortImpl
The constructor has to call the superclass constructor as this is a remote object.
sendEvent(String, String)
- Method in class samples.appMan.
AppManComponent
A simple method to send events to a URL.
sendFile(String)
- Method in class samples.appMan.
FileTransferImpl
sendFile(String)
- Method in interface samples.idl.fileTransfer.
FileTransfer_idl
sendMessage(Message)
- Method in class samples.appMan.
AppManComponent
A method to accepts a Message Object, converts it to XML.
sendMessage(String)
- Method in class samples.appMan.
MesgPortImpl
The Method logs the event with the AppMan Component.
sendMessage(String)
- Method in interface samples.idl.mesgPort.
MesgPort_idl
setName(String)
- Method in class samples.idl.mesgPort.
NameValuePair
setNameValuePair(NameValuePair[])
- Method in class samples.idl.mesgPort.
Message
setNameValuePair(NameValuePair, int)
- Method in class samples.idl.mesgPort.
Message
setParams(Object[])
- Method in class samples.appMan.
ScriptPortImpl
Calls the initialize method of the Component with the params list.
setParams(Object[])
- Method in interface samples.idl.scriptPort.
ScriptPort_idl
setServices(Services)
- Method in class samples.appMan.
AppManComponent
The usual CCA setServices to conform to the spec.
setSource(String)
- Method in class samples.idl.mesgPort.
Message
setValue(String)
- Method in class samples.idl.mesgPort.
NameValuePair
start()
- Method in class samples.appMan.
ControlImpl
The start method starts up the component.
start()
- Method in interface samples.idl.control.
Control_idl
T
threadTable
- Variable in class samples.appMan.
ScriptPortImpl
U
unmarshal(Reader)
- Static method in class samples.idl.mesgPort.
NameValuePair
unmarshal(Reader)
- Static method in class samples.idl.mesgPort.
Message
UsesControl
- interface samples.idl.control.
UsesControl
.
UsesFileTransfer
- interface samples.idl.fileTransfer.
UsesFileTransfer
.
UsesMesgPort
- interface samples.idl.mesgPort.
UsesMesgPort
.
UsesScriptPort
- interface samples.idl.scriptPort.
UsesScriptPort
.
V
validate()
- Method in class samples.idl.mesgPort.
NameValuePair
validate()
- Method in class samples.idl.mesgPort.
Message
W
waitForFile()
- Method in class samples.appMan.
FileTransferImpl
waitForFile()
- Method in interface samples.idl.fileTransfer.
FileTransfer_idl
waitForFileToBeNull()
- Method in class samples.appMan.
FileTransferImpl
wakeUpSleepers()
- Method in class samples.appMan.
FileTransferImpl
X
xmlName
- Variable in class samples.idl.mesgPort.
NameValuePairDescriptor
xmlName
- Variable in class samples.idl.mesgPort.
MessageDescriptor
_
_name
- Variable in class samples.idl.mesgPort.
NameValuePair
_nameValuePairList
- Variable in class samples.idl.mesgPort.
Message
_source
- Variable in class samples.idl.mesgPort.
Message
_value
- Variable in class samples.idl.mesgPort.
NameValuePair
A
C
E
F
G
I
K
L
M
N
P
R
S
T
U
V
W
X
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES