All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- Activate().
Method in class Ice.Component
- Set this component active
(Activate(...)).
- Active().
Method in class Ice.Component
- Probe if this component is active
(ActiveCompo(...)).
- AddChan(String, int).
Method in class Ice.Channel
- Add a new additional channel with name and based on channel base
(AddChan(...)).
- AddCompo(String).
Method in class Ice.Component
- Add a new base channel with name
(AddCompo(...)).
- ANY.
Static variable in class Ice.ICE
- Give me any message tag (only for receive methods)
(message tag)
- ANYCHAN.
Static variable in class Ice.ICE
- Listen to any channel
(channel flag)
- Attach(String).
Static method in class Ice.Component
- Attach this thread as a component to ICE
(Attach(...)).
- BASE.
Static variable in class Ice.ICE
- Base channel
(channel flag)
- BlockDel.
Static variable in class Ice.ICE
- Block deletion
(configuration switch)
- BlockSend.
Static variable in class Ice.ICE
- Block sending
(configuration switch)
- Broadcast(boolean).
Method in class Ice.Channel
- Broadcast a boolean-Primitive message (Shortcut-Broadcast).
- Broadcast(char).
Method in class Ice.Channel
- Broadcast a char-Primitive message (Shortcut-Broadcast).
- Broadcast(double).
Method in class Ice.Channel
- Broadcast a boolean-Primitive message (Shortcut-Broadcast).
- Broadcast(int, long, String, int, int, int, boolean).
Method in class Ice.Channel
- Broadcast a boolean-Primitive message.
- Broadcast(int, long, String, int, int, int, char).
Method in class Ice.Channel
- Broadcast a char-Primitive message.
- Broadcast(int, long, String, int, int, int, double).
Method in class Ice.Channel
- Broadcast a boolean-Primitive message.
- Broadcast(int, long, String, int, int, int, long).
Method in class Ice.Channel
- Broadcast a byte/short/int/long-Primitive message.
- Broadcast(int, long, String, int, int, int, Object).
Method in class Ice.Channel
- Broadcast an Object message.
- Broadcast(long).
Method in class Ice.Channel
- Broadcast a byte/short/int/long-Primitive message (Shortcut-Broadcast).
- Broadcast(Object).
Method in class Ice.Channel
- Broadcast an Object message (Shortcut-Broadcast).
- CHAR.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- CHARACTER.
Static variable in class Ice.IDL
- Message type for java.lang.Character message
(message data type)
- CLASS.
Static variable in class Ice.IDL
- Message type for java.lang.Class message
(message data type)
(to be implemented)
- Client.
Static variable in class Ice.ICE
- Setup as client (iVal (port != 0) and sVal (host != null) possible)
Note: This configure needs to be set before ICE.Init()
- CMPTAG.
Static variable in class Ice.ICE
- listen to any tag for a distinct component
(message tag)
- Concern().
Method in class Ice.Msg
- This method gives the concern of the message
- Configure(int, int, String).
Static method in class Ice.ICE
- This method is used to change several configuration options that affect
the operation of ICE
(Configure(...)).
- Detach().
Method in class Ice.Component
- Detach this thread as a component from ICE
(Detach(...)).
- DOUBLE.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- ErrIgnore.
Static variable in class Ice.ICE
- Ignore Errors
(configuration switch)
- finalize().
Method in class Ice.Channel
-
Destructor for a Channel
- finalize().
Method in class Ice.Component
- Destructor for a Component
- FLOAT.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- GetSendModuleId().
Method in class Ice.Component
- Get the last send module Id
(GetSentModuleId(...)).
- HAS_IEEE754.
Static variable in class Ice.IDL
- tells whether ICE-server supports IEEE754 (32/64 bit)
- IlsGroup.
Static variable in class Ice.ICE
- Set ILS group
(configuration switch; requires sVal)
- Init().
Static method in class Ice.ICE
- This is the initialization function for the ICE-Java - Interface
(Ice_Init()).
- INT.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- INTEGER.
Static variable in class Ice.IDL
- Message type for java.lang.Long message
(message data type)
- JavaMajorRelease().
Static method in class Ice.ICE
- Give the ICE/Java-Interface-Major-Release number
- JavaMinorRelease().
Static method in class Ice.ICE
- Give the ICE/Java-Interface-Minor-Release number
- JavaPatchRelease().
Static method in class Ice.ICE
- Give the ICE/Java-Interface-Patch-Level number
- JavaRelease().
Static method in class Ice.ICE
- Give the ICE/Java-Interface-Release-String
- LONG.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- M_Data().
Method in class Ice.Msg
- This method gives the data object of the message
- M_Tag().
Method in class Ice.Msg
- This method gives the tag of a message
- M_Type().
Method in class Ice.Msg
- This method gives the message type of the message
- MajorRelease().
Static method in class Ice.ICE
- Give the
ICE-Major-Release number
from the ICE-Java-Server
- MAX_INTEGER.
Static variable in class Ice.IDL
- Maximum value for an IDL.INTEGER (java.lang.Long) with ICE-server
- MAX_REAL.
Static variable in class Ice.IDL
- Maximum value for an IDL.REAL (java.lang.Double) with ICE-server
- MIN_INTEGER.
Static variable in class Ice.IDL
- Minimum value for an IDL.INTEGER (java.lang.Long) with ICE-server
- MIN_REAL.
Static variable in class Ice.IDL
- Minimum precision for an IDL.REAL (java.lang.Double) with ICE-server
- MinorRelease().
Static method in class Ice.ICE
- Give the
ICE-Minor-Release number
from the ICE-Java-Server
- ModuleId().
Method in class Ice.Msg
- This method gives the message ID of the message
- Name().
Method in class Ice.Channel
- Give the name of the channel.
- Name().
Method in class Ice.Component
- Give the name of the channel.
- NoBlockDel.
Static variable in class Ice.ICE
- No Block deletion
(configuration switch)
- NoBlockSend.
Static variable in class Ice.ICE
- No Block sending
(configuration switch)
- NONE.
Static variable in class Ice.ICE
- The nonexisting message tag
(message tag)
- NONE.
Static variable in class Ice.IDL
- Message type for null (or uninterpreted) message
(message data type)
- NORMAL.
Static variable in class Ice.ICE
- Normal channel
(channel flag)
- NOTAG.
Static variable in class Ice.ICE
- No tag (used for additional channels)
(message tag)
- OBJECT.
Static variable in class Ice.IDL
- Message type for java.lang.Object message
(message data type)
(to be implemented)
- PatchRelease().
Static method in class Ice.ICE
- Give the ICE-Patch-Level number from the ICE-Java-Server
- Prio().
Method in class Ice.Msg
- This method gives the prio from the message
- Probe(int).
Method in class Ice.Channel
- Probe if we could receive a Message
(Probe(...)).
- Probe(int).
Method in class Ice.Component
- Probe if we could receive a Message
(Probe(...)).
- RAW.
Static variable in class Ice.ICE
- Fast channel (no XDR)
(channel flag)
- REAL.
Static variable in class Ice.IDL
- Message type for java.lang.Double message
(message data type)
- Receive(int).
Method in class Ice.Channel
- Receive a Message (without timeout)
- Receive(int).
Method in class Ice.Component
- Receive a Message (without timeout)
- Receive(int, long).
Method in class Ice.Channel
- Receive a Message with timeout
(Receive(...) and
TReceive(...)).
- Receive(int, long).
Method in class Ice.Component
- Receive a Message with timeout
(Receive(...)).
- Release().
Static method in class Ice.ICE
- Give the
ICE-Release-String
from the ICE-Java-server
- Remove().
Method in class Ice.Channel
- Request a channel deletion
(RemoveCompo(...) and
RemoveChan(...)).
- Send(boolean).
Method in class Ice.Channel
- Send a boolean-Primitive message (Shortcut-Send).
- Send(char).
Method in class Ice.Channel
- Send a char-Primitive message (Shortcut-Send)
- Send(double).
Method in class Ice.Channel
- Send a float/double-Primitive message (Shortcut-Send)
- Send(int, long, String, int, int, int, boolean).
Method in class Ice.Channel
- Send a boolean-Primitive message.
- Send(int, long, String, int, int, int, char).
Method in class Ice.Channel
- Send a char-Primitive message
- Send(int, long, String, int, int, int, double).
Method in class Ice.Channel
- Send a float/double-Primitive message
- Send(int, long, String, int, int, int, long).
Method in class Ice.Channel
- Send a byte/short/int/long-Primitive message
- Send(int, long, String, int, int, int, Object).
Method in class Ice.Channel
- Send an Object message
(Send(...)).
- Send(long).
Method in class Ice.Channel
- Send a byte/short/int/long-Primitive message (Shortcut-Send)
- Send(Object).
Method in class Ice.Channel
- Send an Object message (Shortcut-Send)
- Server.
Static variable in class Ice.ICE
- Setup as server (iVal (port != 0) possible)
Note: This configure needs to be set before ICE.Init()
- SetMinTurnId(long).
Method in class Ice.Component
- Set the minimal Turn Id for the Component on Receive
(SetMinTurnId(...)).
- SetTurnId(long).
Method in class Ice.Component
- Set the Turn Id for following messages of the Component
(SetTurnId(...)).
- SIGNED.
Static variable in class Ice.IDL
- Maximum value for an IDL.INTEGER (java.lang.Long) with ICE-server
which is send as signed value to ICE-server (larger values possible,
iff IDL.MAX_INTEGER is larger).
- STR.
Static variable in class Ice.IDL
- Message type for java.lang.String message
(message data type)
- STRING.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- SYNCH.
Static variable in class Ice.ICE
- Synchronized channel
(channel flag)
- T_End().
Method in class Ice.Msg
- This method gives the t_End from the message
- T_Start().
Method in class Ice.Msg
- This method gives the t_Start from the message
- TERM.
Static variable in class Ice.IDL
- Message type for Term message
(message data type)
(to be implemented)
- Timeout().
Method in class Ice.Msg
- This method gives the timeout for a message
- TOKEN.
Static variable in class Ice.ICE
- Tokenized channel
(channel flag)
- TURNID.
Static variable in class Ice.IDL
- The Turn Id - default could be set by a component
- TurnId().
Method in class Ice.Msg
- This method gives the turn ID of the message
- UINT.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- ULONG.
Static variable in class Ice.IDL
- This final variable has only be introduced to the Java-ICE interface
for naming compatibility reasons.
- UNSIGNED.
Static variable in class Ice.IDL
- Message type for java.lang.Long message (as ICE's unsigned long)
(message data type)