A B C D E G I J K L M N O P R S T W X

A

adapterfactory - Variable in class jadex.standalone.service.ComponentManagementService
The adapter factory.
addCodec(Class) - Method in class jadex.standalone.transport.codecs.CodecFactory
Add a new codec.
addMessage(Map, String, IComponentIdentifier[]) - Method in class jadex.standalone.service.MessageService.DeliverMessage
Add a message to be delivered.
addMessage(ManagerSendTask) - Method in class jadex.standalone.service.MessageService.SendManager
Add a message to be sent.
addMessageListener(IMessageListener) - Method in class jadex.standalone.service.MessageService
Add a message listener.
addReceiver(IComponentIdentifier) - Method in class jadex.standalone.transport.MessageEnvelope
Add a receiver.
address - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport.Cleaner
The address of the connection.
address - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport.Cleaner
The address of the connection.
addresses - Variable in class jadex.standalone.transport.localmtp.LocalTransport
The addresses.
addresses - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The addresses.
addresses - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The addresses.
addTransport(ITransport) - Method in class jadex.standalone.service.MessageService
Adds a transport for this outbox.
async - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
Should be received asynchronously?
ASYNCHRONOUS - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
Constant for asynchronous setting.

B

BUFFER_SIZE - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
2MB as message buffer

C

cancel(IComponentAdapter) - Method in class jadex.standalone.service.ComponentManagementService
Cancel the execution.
changeTransportPosition(boolean, ITransport) - Method in class jadex.standalone.service.MessageService
Moves a transport up or down.
classloader - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
The classloader.
classloader - Variable in class jadex.standalone.transport.tcpmtp.TCPInputConnection
The classloader.
clockservice - Variable in class jadex.standalone.service.DirectoryFacilitatorService
The cached clock service.
clockservice - Variable in class jadex.standalone.service.MessageService
The cashed clock service.
close() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
Close the connection.
close() - Method in class jadex.standalone.transport.tcpmtp.TCPInputConnection
Close the connection.
cms - Variable in class jadex.standalone.service.DirectoryFacilitatorService
The cached component management service.
cms - Variable in class jadex.standalone.service.MessageService
The cashed clock service.
CODEC_ID - Static variable in class jadex.standalone.transport.codecs.JadexXMLCodec
The nuggets codec id.
CODEC_ID - Static variable in class jadex.standalone.transport.codecs.NuggetsCodec
The nuggets codec id.
CODEC_ID - Static variable in class jadex.standalone.transport.codecs.SerialCodec
The serial codec id.
CODEC_ID - Static variable in class jadex.standalone.transport.codecs.XMLCodec
The xml codec id.
codec_id - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
The codec id.
codeccache - Variable in class jadex.standalone.transport.codecs.CodecFactory
The codec cache (id -> codec instance).
codecclasses - Variable in class jadex.standalone.transport.codecs.CodecFactory
The mapping (id -> codec class).
codecfac - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
The codec factory.
codecfac - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The codec factory.
codecfac - Variable in class jadex.standalone.transport.tcpmtp.TCPInputConnection
The codec factory.
codecfac - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The codec factory.
CodecFactory - Class in jadex.standalone.transport.codecs
The factory for codecs.
CodecFactory() - Constructor for class jadex.standalone.transport.codecs.CodecFactory
Create a new codec factory.
ComponentAdapterFactory - Class in jadex.standalone
Standalone version of the adapter factory.
ComponentAdapterFactory() - Constructor for class jadex.standalone.ComponentAdapterFactory
 
ComponentManagementService - Class in jadex.standalone.service
Standalone implementation of component execution service.
ComponentManagementService(IServiceProvider) - Constructor for class jadex.standalone.service.ComponentManagementService
Create a new component execution service.
ComponentManagementService(IServiceProvider, IComponentAdapter) - Constructor for class jadex.standalone.service.ComponentManagementService
Create a new component execution service.
components - Variable in class jadex.standalone.service.DirectoryFacilitatorService
The registered components.
connections - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The opened connections for addresses.
connections - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The opened connections for addresses.
container - Variable in class jadex.standalone.transport.localmtp.LocalTransport
The platform.
container - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The platform.
container - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The platform.
createComponentAdapter(IComponentDescription, IModelInfo, IComponentInstance, IExternalAccess) - Method in class jadex.standalone.ComponentAdapterFactory
Create a component adapter for a component instance.
createConnection(String) - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Create a outgoing connection.
createConnection(String) - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Create a outgoing connection.
createDFComponentDescription(IComponentIdentifier, IDFServiceDescription) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Create a df component description.
createDFComponentDescription(IComponentIdentifier, IDFServiceDescription[], String[], String[], String[], Date) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Create a new df component description.
createDFServiceDescription(String, String, String) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Create a df service description.
createDFServiceDescription(String, String, String, String[], String[], String[], IProperty[]) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Create a df service description.
createReply(Map, MessageType) - Method in class jadex.standalone.service.MessageService
Create a reply to this message event.
createSearchConstraints(int, int) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Create a search constraints object.

D

DEADSPAN - Static variable in class jadex.standalone.transport.niotcpmtp.NIOTCPDeadConnection
The time span for which this connection is dead.
DEADSPAN - Static variable in class jadex.standalone.transport.tcpmtp.TCPDeadConnection
The time span for which this connection is dead.
deadtime - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPDeadConnection
The dead connection start time.
deadtime - Variable in class jadex.standalone.transport.tcpmtp.TCPDeadConnection
The dead connection start time.
DEBUG - Variable in class jadex.standalone.transport.codecs.JadexXMLCodec
The debug flag.
decode(byte[], ClassLoader) - Method in interface jadex.standalone.transport.codecs.IDecoder
Decode data with the codec.
decode(byte[], ClassLoader) - Method in class jadex.standalone.transport.codecs.JadexXMLCodec
Decode an object.
decode(byte[], ClassLoader) - Method in class jadex.standalone.transport.codecs.NuggetsCodec
Decode an object.
decode(byte[], ClassLoader) - Method in class jadex.standalone.transport.codecs.SerialCodec
Decode data with the codec.
decode(byte[], ClassLoader) - Method in class jadex.standalone.transport.codecs.XMLCodec
Decode an object.
default_id - Variable in class jadex.standalone.transport.codecs.CodecFactory
The default codec id.
DEFAULT_PORT - Static variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Default port.
DEFAULT_PORT - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
Default port.
DEFCODECS - Static variable in class jadex.standalone.service.MessageService
The default codecs.
deliverMessage(Map, String, IComponentIdentifier[]) - Method in class jadex.standalone.service.MessageService
Deliver a message to the intended components.
deliverMessages(TCPInputConnection) - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Deliver messages to local message service for disptaching to the components.
delivermsg - Variable in class jadex.standalone.service.MessageService
The deliver message action executed by platform executor.
deregister(IDFComponentDescription) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Deregister a component description.
DirectoryFacilitatorService - Class in jadex.standalone.service
Directory facilitator implementation for standalone platform.
DirectoryFacilitatorService(IServiceProvider) - Constructor for class jadex.standalone.service.DirectoryFacilitatorService
Create a standalone df.
DirectoryFacilitatorService(IServiceProvider, Map) - Constructor for class jadex.standalone.service.DirectoryFacilitatorService
Create a standalone df.
doSendMessage(Map, MessageType, IExternalAccess, ClassLoader, Map, Future) - Method in class jadex.standalone.service.MessageService
Extracted method to be callable from listener.
doStep(IComponentAdapter) - Method in class jadex.standalone.service.ComponentManagementService
Do a step.
doWakeup() - Method in class jadex.standalone.StandaloneComponentAdapter
Wake up this component.

E

encode(Object, ClassLoader) - Method in interface jadex.standalone.transport.codecs.IEncoder
Encode data with the codec.
encode(Object, ClassLoader) - Method in class jadex.standalone.transport.codecs.JadexXMLCodec
Encode an object.
encode(Object, ClassLoader) - Method in class jadex.standalone.transport.codecs.NuggetsCodec
Encode an object.
encode(Object, ClassLoader) - Method in class jadex.standalone.transport.codecs.SerialCodec
Encode data with the codec.
encode(Object, ClassLoader) - Method in class jadex.standalone.transport.codecs.XMLCodec
Encode an object.
execute() - Method in class jadex.standalone.service.MessageService.DeliverMessage
Deliver the message.
execute() - Method in class jadex.standalone.service.MessageService.SendManager
Send a message.
executeStep(IComponentAdapter) - Method in class jadex.standalone.ComponentAdapterFactory
Execute a step of the component via triggering the adapter.

G

getAddress(String, int) - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Get the address of this transport.
getAddress(String, int) - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Get the address of this transport.
getAddresses() - Method in class jadex.standalone.service.MessageService
Get the adresses of a component.
getAddresses() - Method in interface jadex.standalone.transport.ITransport
Get the adresses of this transport.
getAddresses() - Method in class jadex.standalone.transport.localmtp.LocalTransport
Get the adresses of this transport.
getAddresses() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Get the adresses of this transport.
getAddresses() - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Get the adresses of this transport.
getAddressSchemes() - Method in class jadex.standalone.service.MessageService
Get addresses of all transports.
getCodecId(Class) - Method in class jadex.standalone.transport.codecs.CodecFactory
Get the codec id for a codec class.
getComponentAdapter(IComponentIdentifier) - Method in class jadex.standalone.service.ComponentManagementService
Get the component adapter for a component identifier.
getComponentAdapterFactory() - Method in class jadex.standalone.service.ComponentManagementService
Get the component adapter factory.
getComponentInstance(IComponentAdapter) - Method in class jadex.standalone.service.ComponentManagementService
Get the component instance from an adapter.
getConnection(String) - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Get the cached connection.
getConnection(String) - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Get the connection.
getContentCodecs(Map) - Static method in class jadex.standalone.service.MessageService
Get a matching content codec.
getDecoder(byte) - Method in class jadex.standalone.transport.codecs.CodecFactory
Create a new default decoder.
getDefaultCodecId() - Method in class jadex.standalone.transport.codecs.CodecFactory
Get the default decoder/encoder id.
getDefaultDecoder() - Method in class jadex.standalone.transport.codecs.CodecFactory
Create a new default decoder.
getDefaultEncoder() - Method in class jadex.standalone.transport.codecs.CodecFactory
Create a new default encoder.
getDescription(IComponentAdapter) - Method in class jadex.standalone.service.ComponentManagementService
Get the component description.
getEncoder(byte) - Method in class jadex.standalone.transport.codecs.CodecFactory
Create a new default encoder.
getMessage() - Method in class jadex.standalone.service.ManagerSendTask
Get the message.
getMessage() - Method in class jadex.standalone.transport.MessageEnvelope
Get native message.
getMessageType() - Method in class jadex.standalone.service.ManagerSendTask
Get the messagetype.
getMessageType(String) - Method in class jadex.standalone.service.MessageService
Get the message type.
getReceivers() - Method in class jadex.standalone.service.ManagerSendTask
Get the receivers.
getReceivers() - Method in class jadex.standalone.transport.MessageEnvelope
Get the receivers.
getSendManager() - Method in class jadex.standalone.service.ManagerSendTask
Get the manager.
getSendManager(IComponentIdentifier) - Method in class jadex.standalone.service.MessageService
Get a send target manager for addresses.
getServiceSchema() - Method in interface jadex.standalone.transport.ITransport
Returns the prefix of this transport
getServiceSchema() - Method in class jadex.standalone.transport.localmtp.LocalTransport
Returns the prefix of this transport
getServiceSchema() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Returns the prefix of this transport
getServiceSchema() - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Returns the prefix of this transport
getTransports() - Method in class jadex.standalone.service.MessageService
Get the transports.
getTypeName() - Method in class jadex.standalone.transport.MessageEnvelope
Get the type (e.g.

I

IDecoder - Interface in jadex.standalone.transport.codecs
Decode an object from a string representation.
IEncoder - Interface in jadex.standalone.transport.codecs
Encode an object to a string representation.
includes(Object[], Object[]) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Test if one array of objects is included in the other (without considering the order).
init(ClassLoader) - Static method in class jadex.standalone.transport.codecs.NuggetsCodec
Init the static methods.
internalDeliverMessage(Map, String, IComponentIdentifier[]) - Method in class jadex.standalone.service.MessageService
Deliver a message to the receivers.
is - Variable in class jadex.standalone.transport.tcpmtp.TCPInputConnection
The input stream.
ITransport - Interface in jadex.standalone.transport
Interface for Jadex Standalone transports.

J

jadex.standalone - package jadex.standalone
 
jadex.standalone.service - package jadex.standalone.service
 
jadex.standalone.transport - package jadex.standalone.transport
 
jadex.standalone.transport.codecs - package jadex.standalone.transport.codecs
 
jadex.standalone.transport.localmtp - package jadex.standalone.transport.localmtp
 
jadex.standalone.transport.niotcpmtp - package jadex.standalone.transport.niotcpmtp
 
jadex.standalone.transport.tcpmtp - package jadex.standalone.transport.tcpmtp
 
JadexXMLCodec - Class in jadex.standalone.transport.codecs
The Jadex XML codec.
JadexXMLCodec() - Constructor for class jadex.standalone.transport.codecs.JadexXMLCodec
 

K

killComponent(IComponentAdapter) - Method in class jadex.standalone.service.ComponentManagementService
Invoke kill on adapter.

L

libservice - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The library service.
libservice - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The library service.
listeners - Variable in class jadex.standalone.service.MessageService
The listeners.
LOCAL - Variable in class jadex.standalone.service.MessageService
No addresses constant.
LocalTransport - Class in jadex.standalone.transport.localmtp
The local transport for sending messages on the same platform (just calls the local deliver method).
LocalTransport(IServiceProvider) - Constructor for class jadex.standalone.transport.localmtp.LocalTransport
Init the transport.
logger - Variable in class jadex.standalone.service.MessageService
The logger.
logger - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The logger.
logger - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The logger.

M

manager - Variable in class jadex.standalone.service.ManagerSendTask
The target manager.
managers - Variable in class jadex.standalone.service.MessageService
The target managers.
ManagerSendTask - Class in jadex.standalone.service
 
ManagerSendTask(Map, MessageType, IComponentIdentifier[], MessageService.SendManager) - Constructor for class jadex.standalone.service.ManagerSendTask
Create a new manager send task.
match(IDFComponentDescription, IDFComponentDescription) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Test if a component description matches a given template.
match(IDFServiceDescription, IDFServiceDescription) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Test if a service description matches a given template.
MAX_CONNECTIONS - Static variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Maximum number of outgoing connections
MAX_CONNECTIONS - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
Maximum number of outgoing connections
MAX_KEEPALIVE - Static variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
How long to keep connections alive (5 min).
MAX_KEEPALIVE - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
How long to keep output connections alive (5 min).
message - Variable in class jadex.standalone.service.ManagerSendTask
The message.
message - Variable in class jadex.standalone.transport.MessageEnvelope
The message.
message_type - Variable in class jadex.standalone.transport.MessageEnvelope
The message type.
MessageEnvelope - Class in jadex.standalone.transport
The message envelope holding the native message, the receivers and the message type.
MessageEnvelope() - Constructor for class jadex.standalone.transport.MessageEnvelope
Create a new message envelope.
MessageEnvelope(Map, Collection, String) - Constructor for class jadex.standalone.transport.MessageEnvelope
Create a new message envelope.
messages - Variable in class jadex.standalone.service.MessageService.DeliverMessage
The list of messages to send.
messages - Variable in class jadex.standalone.service.MessageService.SendManager
The list of messages to send.
MessageService - Class in jadex.standalone.service
The Message service serves several message-oriented purposes: a) sending and delivering messages by using transports b) management of transports (add/remove) The message service performs sending and delivering messages by separate actions that are individually executed on the execution service, i.e. they are delivered synchronous or asynchronous depending on the execution service mode.
MessageService(IServiceProvider, ITransport[], MessageType[]) - Constructor for class jadex.standalone.service.MessageService
Constructor for Outbox.
MessageService.DeliverMessage - Class in jadex.standalone.service
Deliver message(s) executable.
MessageService.DeliverMessage() - Constructor for class jadex.standalone.service.MessageService.DeliverMessage
Create a new deliver message executable.
MessageService.SendManager - Class in jadex.standalone.service
Send message(s) executable.
MessageService.SendManager() - Constructor for class jadex.standalone.service.MessageService.SendManager
Send manager.
messagetype - Variable in class jadex.standalone.service.ManagerSendTask
The message type.
messagetypes - Variable in class jadex.standalone.service.MessageService
The message types.
modify(IDFComponentDescription) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Modify a component description.
msg_end - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
The current message length (-1 for none).
msgservice - Variable in class jadex.standalone.transport.localmtp.LocalTransport
The message service.

N

NIOTCPDeadConnection - Class in jadex.standalone.transport.niotcpmtp
Dead connection identifier.
NIOTCPDeadConnection() - Constructor for class jadex.standalone.transport.niotcpmtp.NIOTCPDeadConnection
Create a new dead connection.
NIOTCPInputConnection - Class in jadex.standalone.transport.niotcpmtp
The input connection (channel) for incoming requests.
NIOTCPInputConnection(SocketChannel, CodecFactory, ClassLoader) - Constructor for class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
Constructor for InputConnection.
NIOTCPTransport - Class in jadex.standalone.transport.niotcpmtp
The tcp transport for sending messages over tcp/ip connections.
NIOTCPTransport(IServiceProvider, int) - Constructor for class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Init the transport.
NIOTCPTransport.Cleaner - Class in jadex.standalone.transport.niotcpmtp
Class for cleaning output connections after max keep alive time has been reached.
NIOTCPTransport.Cleaner(String) - Constructor for class jadex.standalone.transport.niotcpmtp.NIOTCPTransport.Cleaner
Cleaner for a specified output connection.
NuggetsCodec - Class in jadex.standalone.transport.codecs
The Nuggets XML codec.
NuggetsCodec() - Constructor for class jadex.standalone.transport.codecs.NuggetsCodec
 

O

ofx - Static variable in class jadex.standalone.transport.codecs.NuggetsCodec
ObjectFromXML method.
otx - Static variable in class jadex.standalone.transport.codecs.NuggetsCodec
ObjectToXML method.

P

PORT - Static variable in interface jadex.standalone.transport.ITransport
The receiving port (if any).
port - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The port.
PORT - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The receiving port.
port - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The port.
PROLOG_SIZE - Static variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The prolog size.
PROLOG_SIZE - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The prolog size.
provider - Variable in class jadex.standalone.service.DirectoryFacilitatorService
The platform.
provider - Variable in class jadex.standalone.service.MessageService
The provider.

R

read() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
Read a message from the channel.
read() - Method in class jadex.standalone.transport.tcpmtp.TCPInputConnection
Receive a message from a socket.
readbuffer - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
The read buffer for reading out the messages.
readByte() - Method in class jadex.standalone.transport.tcpmtp.TCPInputConnection
Read a byte from the stream.
receivers - Variable in class jadex.standalone.service.ManagerSendTask
The managed receivers.
receivers - Variable in class jadex.standalone.transport.MessageEnvelope
The receivers.
refresh() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport.Cleaner
Refresh the timeout.
refresh() - Method in class jadex.standalone.transport.tcpmtp.TCPTransport.Cleaner
Refresh the timeout.
register(IDFComponentDescription) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Register a component description.
remove() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport.Cleaner
Remove this cleaner.
remove() - Method in class jadex.standalone.transport.tcpmtp.TCPTransport.Cleaner
Remove this cleaner.
removeCodec(Class) - Method in class jadex.standalone.transport.codecs.CodecFactory
Remove a codec via its id.
removeConnection(String) - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Remove a cached connection.
removeConnection(String) - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Remove a cached connection.
removeMessageListener(IMessageListener) - Method in class jadex.standalone.service.MessageService
Remove a message listener.
removeTransport(ITransport) - Method in class jadex.standalone.service.MessageService
Remove a transport for the outbox.

S

sc - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
The socket channel for receiving messages.
SCHEMA - Static variable in class jadex.standalone.transport.localmtp.LocalTransport
The schema name.
SCHEMA - Static variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The schema name.
SCHEMA - Static variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The schema name.
search(IDFComponentDescription, ISearchConstraints) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Search for components matching the given description.
search(IDFComponentDescription, ISearchConstraints, boolean) - Method in class jadex.standalone.service.DirectoryFacilitatorService
Search for components matching the given description.
selector - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The selector for fetching new incoming requests.
sendMessage(Map, MessageType, IComponentIdentifier, ClassLoader) - Method in class jadex.standalone.service.MessageService
Send a message.
sendMessage(Map, String, IComponentIdentifier[]) - Method in interface jadex.standalone.transport.ITransport
Send a message.
sendMessage(Map, String, IComponentIdentifier[]) - Method in class jadex.standalone.transport.localmtp.LocalTransport
Send a message.
sendMessage(Map, String, IComponentIdentifier[]) - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Send a message.
sendMessage(Map, String, IComponentIdentifier[]) - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Send a message.
SerialCodec - Class in jadex.standalone.transport.codecs
The serial codec allows for encoding and decoding objects via the Java serialization mechanism.
SerialCodec() - Constructor for class jadex.standalone.transport.codecs.SerialCodec
 
serversocket - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport
The server socket for receiving messages.
setDefaultCodec(Object) - Method in class jadex.standalone.transport.codecs.CodecFactory
Set the default decoder/encoder id.
setMessage(Map) - Method in class jadex.standalone.transport.MessageEnvelope
Set native message.
setReceivers(IComponentIdentifier[]) - Method in class jadex.standalone.transport.MessageEnvelope
Get the receivers.
setTypeName(String) - Method in class jadex.standalone.transport.MessageEnvelope
Set the type (e.g.
shouldRetry() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPDeadConnection
Test if it should be retried to reestablish the connection.
shouldRetry() - Method in class jadex.standalone.transport.tcpmtp.TCPDeadConnection
Test if it should be retried to reestablish the connection.
shutdown() - Method in interface jadex.standalone.transport.ITransport
Perform cleanup operations (if any).
shutdown() - Method in class jadex.standalone.transport.localmtp.LocalTransport
Perform cleanup operations (if any).
shutdown() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Perform cleanup operations (if any).
shutdown() - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Perform cleanup operations (if any).
shutdownService() - Method in class jadex.standalone.service.MessageService
Called when the platform shuts down.
sock - Variable in class jadex.standalone.transport.tcpmtp.TCPInputConnection
The client socket.
ssc - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
The server socket for receiving messages.
StandaloneComponentAdapter - Class in jadex.standalone
Component adapter for built-in standalone platform.
StandaloneComponentAdapter(IComponentDescription, IModelInfo, IComponentInstance, IExternalAccess) - Constructor for class jadex.standalone.StandaloneComponentAdapter
Create a new component adapter.
start() - Method in interface jadex.standalone.transport.ITransport
Start the transport.
start() - Method in class jadex.standalone.transport.localmtp.LocalTransport
Start the transport.
start() - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport
Start the transport.
start() - Method in class jadex.standalone.transport.tcpmtp.TCPTransport
Start the transport.
startService() - Method in class jadex.standalone.service.DirectoryFacilitatorService
Start the service.
startService() - Method in class jadex.standalone.service.MessageService
Start the service.

T

TCPDeadConnection - Class in jadex.standalone.transport.tcpmtp
Dead connection identifier.
TCPDeadConnection() - Constructor for class jadex.standalone.transport.tcpmtp.TCPDeadConnection
Create a new dead connection.
TCPInputConnection - Class in jadex.standalone.transport.tcpmtp
Represents the input connection for a tcp stream.
TCPInputConnection(Socket, CodecFactory, ClassLoader) - Constructor for class jadex.standalone.transport.tcpmtp.TCPInputConnection
Create a new tcp input connection.
TCPTransport - Class in jadex.standalone.transport.tcpmtp
The tcp transport for sending messages over tcp/ip connections.
TCPTransport(IServiceProvider, int) - Constructor for class jadex.standalone.transport.tcpmtp.TCPTransport
Init the transport.
TCPTransport(IServiceProvider, int, boolean) - Constructor for class jadex.standalone.transport.tcpmtp.TCPTransport
Init the transport.
TCPTransport.Cleaner - Class in jadex.standalone.transport.tcpmtp
Class for cleaning output connections after max keep alive time has been reached.
TCPTransport.Cleaner(String) - Constructor for class jadex.standalone.transport.tcpmtp.TCPTransport.Cleaner
Cleaner for a specified output connection.
timeEventOccurred(long) - Method in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport.Cleaner
Called when timepoint was reached.
timeEventOccurred(long) - Method in class jadex.standalone.transport.tcpmtp.TCPTransport.Cleaner
Called when timepoint was reached.
timer - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPTransport.Cleaner
The timer.
timer - Variable in class jadex.standalone.transport.tcpmtp.TCPTransport.Cleaner
The timer.
toString() - Method in class jadex.standalone.transport.MessageEnvelope
Get the string representation.
transports - Variable in class jadex.standalone.service.MessageService
The transports.

W

writebuffer - Variable in class jadex.standalone.transport.niotcpmtp.NIOTCPInputConnection
The write buffer for the channel.

X

XMLCodec - Class in jadex.standalone.transport.codecs
The XML codec.
XMLCodec() - Constructor for class jadex.standalone.transport.codecs.XMLCodec
 

A B C D E G I J K L M N O P R S T W X

Copyright © 2010. All Rights Reserved.