A B C D E F G H I J L M N O P R S T U V W

A

AcceptListener - interface org.activeio.AcceptListener.
An AcceptListener object is used to receive accepted Channel connections.
AppendedPacket - class org.activeio.packet.AppendedPacket.
Appends two packets together.
AppendedPacket(Packet, Packet) - Constructor for class org.activeio.packet.AppendedPacket
Deprecated. use AppendedPacket.join(Packet, Packet) instead.
AsyncChannel - interface org.activeio.AsyncChannel.
AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
AsyncChannelFactory - interface org.activeio.AsyncChannelFactory.
AsyncChannelFactory objects can create AsyncChannel and AsyncChannelServer objects.
AsyncChannelListener - interface org.activeio.AsyncChannelListener.
A ChannelConsumer object is used to receive 'up' Packet objects.
AsyncChannelServer - interface org.activeio.AsyncChannelServer.
AsyncChannelServer objects asynchronously accept and create Channel objects and then delivers those objects to a org.activeio.AcceptConsumer.
AsyncChannelToAsyncCommandChannel - class org.activeio.command.AsyncChannelToAsyncCommandChannel.
 
AsyncChannelToAsyncCommandChannel(AsyncChannel, WireFormat) - Constructor for class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
AsyncChannelToClientRequestChannel - class org.activeio.adapter.AsyncChannelToClientRequestChannel.
Creates a RequestChannel out of a SyncChannel.
AsyncChannelToClientRequestChannel(SyncChannel) - Constructor for class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
AsyncChannelToConcurrentRequestChannel - class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel.
Creates a RequestChannel out of a AsyncChannel.
AsyncChannelToConcurrentRequestChannel(AsyncChannel) - Constructor for class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
AsyncChannelToConcurrentRequestChannel(AsyncChannel, Executor) - Constructor for class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
AsyncChannelToOutputStream - class org.activeio.adapter.AsyncChannelToOutputStream.
 
AsyncChannelToOutputStream(AsyncChannel) - Constructor for class org.activeio.adapter.AsyncChannelToOutputStream
 
AsyncChannelToServerRequestChannel - class org.activeio.adapter.AsyncChannelToServerRequestChannel.
Creates a RequestChannel out of a AsyncChannel.
AsyncChannelToServerRequestChannel(AsyncChannel) - Constructor for class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
AsyncCommandChannel - interface org.activeio.command.AsyncCommandChannel.
Allows command objects to be written into a channel
AsyncToSyncChannel - class org.activeio.adapter.AsyncToSyncChannel.
Adapts a AsyncChannel so that it provides an org.activeio.SynchChannel interface.
AsyncToSyncChannel(AsyncChannel) - Constructor for class org.activeio.adapter.AsyncToSyncChannel
Deprecated. #adapt(AsyncChannel)
AsyncToSyncChannel(AsyncChannel, Channel) - Constructor for class org.activeio.adapter.AsyncToSyncChannel
Deprecated. #adapt(AsyncChannel, Channel)
AsyncToSyncChannelFactory - class org.activeio.adapter.AsyncToSyncChannelFactory.
 
AsyncToSyncChannelServer - class org.activeio.adapter.AsyncToSyncChannelServer.
Adapts a AsyncChannelServer so that it provides an org.activeio.SynchChannelServer interface.
AsyncToSyncChannelServer(AsyncChannelServer) - Constructor for class org.activeio.adapter.AsyncToSyncChannelServer
Deprecated. AsyncToSyncChannelServer.adapt(ChannelServer)
AsyncToSyncChannelServer(AsyncChannelServer, Channel) - Constructor for class org.activeio.adapter.AsyncToSyncChannelServer
Deprecated. AsyncToSyncChannelServer.adapt(ChannelServer, EDU.oswego.cs.dl.util.concurrent.Channel)
AsyncWriteAsyncChannel - class org.activeio.filter.AsyncWriteAsyncChannel.
 
AsyncWriteAsyncChannel(AsyncChannel) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel
 
AsyncWriteAsyncChannel(AsyncChannel, int) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel
 
AsyncWriteAsyncChannel.ObjectDispatcher - class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcher.
 
AsyncWriteAsyncChannel.ObjectDispatcher(AsyncWriteAsyncChannel) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcher
 
AsyncWriteAsyncChannel.ObjectDispatcher(AsyncWriteAsyncChannel, int) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcher
 
AsyncWriteAsyncChannel.ObjectDispatcherX - class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcherX.
 
AsyncWriteAsyncChannel.ObjectDispatcherX(AsyncWriteAsyncChannel) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcherX
 
AsyncWriteAsyncChannel.ObjectDispatcherX(AsyncWriteAsyncChannel, int) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcherX
 
AsyncWriteAsyncChannel.ObjectDispatcherX(AsyncWriteAsyncChannel, Executor, Channel) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcherX
 
AsynchChannel - interface org.activeio.AsynchChannel.
Deprecated. Use AsyncChannel instead. This class will be removed very soon.
AsynchChannelListener - class org.activeio.AsynchChannelListener.
 
AsynchChannelListener() - Constructor for class org.activeio.AsynchChannelListener
 
AsynchChannelServer - class org.activeio.AsynchChannelServer.
 
AsynchChannelServer() - Constructor for class org.activeio.AsynchChannelServer
 
accept(long) - Method in class org.activeio.FilterSyncChannelServer
 
accept(long) - Method in interface org.activeio.StreamChannelServer
 
accept(long) - Method in interface org.activeio.SyncChannelServer
 
accept(long) - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
accept() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
accept(long) - Method in class org.activeio.net.SocketStreamChannelServer
 
accept(long) - Method in class org.activeio.net.SocketSyncChannelServer
 
acceptListener - Variable in class org.activeio.FilterAsyncChannelServer
 
adapt(Channel) - Static method in class org.activeio.adapter.AsyncToSyncChannel
 
adapt(Channel, Channel) - Static method in class org.activeio.adapter.AsyncToSyncChannel
 
adapt(AsyncChannelFactory) - Static method in class org.activeio.adapter.AsyncToSyncChannelFactory
 
adapt(ChannelServer) - Static method in class org.activeio.adapter.AsyncToSyncChannelServer
 
adapt(ChannelServer, Channel) - Static method in class org.activeio.adapter.AsyncToSyncChannelServer
 
adapt(Channel) - Static method in class org.activeio.adapter.SyncToAsyncChannel
 
adapt(Channel, Executor) - Static method in class org.activeio.adapter.SyncToAsyncChannel
 
adapt(SyncChannelFactory) - Static method in class org.activeio.adapter.SyncToAsyncChannelFactory
 
adapt(SyncChannelFactory, Executor) - Static method in class org.activeio.adapter.SyncToAsyncChannelFactory
 
adapt(ChannelServer) - Static method in class org.activeio.adapter.SyncToAsyncChannelServer
 
adapt(ChannelServer, Executor) - Static method in class org.activeio.adapter.SyncToAsyncChannelServer
 
adapt(Channel, Executor) - Static method in class org.activeio.adapter.SynchToAsynchChannelAdapter
Deprecated.  
add(Object) - Method in class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcher
 
add(Object) - Method in class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcherX
 
addRawPacket(Packet) - Method in class org.activeio.filter.PacketAggregator
 
address - Variable in class org.activeio.net.DatagramContext
 
allocate() - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
allocateBuffer() - Method in class org.activeio.net.NIOBaseChannel
 
allocateNewPacket() - Method in class org.activeio.packet.ByteBufferPacketPool
 
allocateNewPacket() - Method in class org.activeio.packet.PacketPool
 
append(Record, Location, boolean) - Method in class org.activeio.journal.active.BatchedWrite
 
append(BatchedWrite) - Method in class org.activeio.journal.active.LogFileManager
 
asByteSequence() - Method in interface org.activeio.Packet
 
asByteSequence() - Method in class org.activeio.packet.AppendedPacket
 
asByteSequence() - Method in class org.activeio.packet.ByteArrayPacket
 
asByteSequence() - Method in class org.activeio.packet.ByteBufferPacket
 
asByteSequence() - Method in class org.activeio.packet.BytePacket
 
asByteSequence() - Method in class org.activeio.packet.EOSPacket
 
asByteSequence() - Method in class org.activeio.packet.EmptyPacket
 
asByteSequence() - Method in class org.activeio.packet.FilterPacket
 
available() - Method in interface org.activeio.InputStreamChannel
 
available() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
available() - Method in class org.activeio.net.SocketStreamChannel
 

B

BatchedWrite - class org.activeio.journal.active.BatchedWrite.
This contains all the data needed to write and force a list of records to a LogFile.
BatchedWrite(Packet) - Constructor for class org.activeio.journal.active.BatchedWrite
 
ByteArrayPacket - class org.activeio.packet.ByteArrayPacket.
Provides a Packet implementation that is directly backed by a byte[].
ByteArrayPacket(byte[]) - Constructor for class org.activeio.packet.ByteArrayPacket
 
ByteArrayPacket(byte[], int, int) - Constructor for class org.activeio.packet.ByteArrayPacket
 
ByteBufferPacket - class org.activeio.packet.ByteBufferPacket.
Provides a Packet implementation that is backed by a ByteBuffer
ByteBufferPacket(ByteBuffer) - Constructor for class org.activeio.packet.ByteBufferPacket
 
ByteBufferPacketPool - class org.activeio.packet.ByteBufferPacketPool.
Provides a simple pool of ByteBuffer objects.
ByteBufferPacketPool(int, int) - Constructor for class org.activeio.packet.ByteBufferPacketPool
Creates a pool of bufferCount ByteBuffers that are directly allocated being bufferSize big.
BytePacket - class org.activeio.packet.BytePacket.
Provides a Packet implementation that is directly backed by a byte.
BytePacket(byte) - Constructor for class org.activeio.packet.BytePacket
 
bind(SocketAddress, int) - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
bind(SocketAddress) - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
bind(SocketAddress) - Method in class org.activeio.adapter.SyncChannelToSocket
 
bindAsyncChannel(URI) - Method in interface org.activeio.AsyncChannelFactory
Binds a server at the URI location.
bindAsyncChannel(URI) - Method in class org.activeio.ChannelFactory
 
bindAsyncChannel(URI) - Method in class org.activeio.adapter.SyncToAsyncChannelFactory
 
bindAsyncChannel(URI) - Method in class org.activeio.net.NIOAsyncChannelFactory
Binds a server socket a the 's port.
bindAsyncChannel(URI) - Method in class org.activeio.net.VMPipeAsyncChannelFactory
 
bindAsyncChannel(ProtocolRecognizer) - Method in class org.activeio.oneport.OnePortAsyncChannelServer
 
bindServer(URI, VMPipeAsyncChannelServer) - Static method in class org.activeio.net.VMPipeAsyncChannelFactory
 
bindStreamChannel(URI) - Method in interface org.activeio.StreamChannelFactory
Binds a server at the URI location.
bindStreamChannel(URI) - Method in class org.activeio.net.SocketStreamChannelFactory
Binds a server socket a the 's port.
bindSyncChannel(URI) - Method in class org.activeio.ChannelFactory
 
bindSyncChannel(URI) - Method in interface org.activeio.SyncChannelFactory
Binds a server at the URI location.
bindSyncChannel(URI) - Method in class org.activeio.adapter.AsyncToSyncChannelFactory
 
bindSyncChannel(URI) - Method in class org.activeio.net.DatagramSocketSyncChannelFactory
 
bindSyncChannel(URI) - Method in class org.activeio.net.NIOSyncChannelFactory
Binds a server socket a the 's port.
bindSyncChannel(URI) - Method in class org.activeio.net.SocketSyncChannelFactory
Binds a server socket a the 's port.

C

CRC32_CHECKSUM_ALGORITHIM - Static variable in class org.activeio.journal.active.Record
 
Channel - interface org.activeio.Channel.
A Channel provides a standard procedure for regulating data transmission between applications.
ChannelFactory - class org.activeio.ChannelFactory.
A ChannelFactoryuses the requested URI's scheme to determine the actual org.activeio.SynchChannelFactoryor AsyncChannelFactoryimplementation to use to create it's Channels and ChannelServers.
ChannelFactory() - Constructor for class org.activeio.ChannelFactory
 
ChannelServer - interface org.activeio.ChannelServer.
A ChannelServer is used to accept incoming requests to establish new Channel sessions.
ClassLoading - class org.activeio.command.ClassLoading.
Utilities for loading classes.
ClassLoading() - Constructor for class org.activeio.command.ClassLoading
 
ClassLoadingAwareObjectInputStream - class org.activeio.command.ClassLoadingAwareObjectInputStream.
An input stream which uses the ClassLoading helper class
ClassLoadingAwareObjectInputStream(InputStream) - Constructor for class org.activeio.command.ClassLoadingAwareObjectInputStream
 
CommandListener - interface org.activeio.command.CommandListener.
A listener of command objects
ControlFile - class org.activeio.journal.active.ControlFile.
Control file holds the last known good state of the journal.
ControlFile(File, int) - Constructor for class org.activeio.journal.active.ControlFile
 
CounterAsyncChannel - class org.activeio.filter.CounterAsyncChannel.
A CounterAsyncChannel is a simple org.activeio.AsyncChannelFilter that counts the number bytes that been sent down and up through the channel.
CounterAsyncChannel(AsyncChannel) - Constructor for class org.activeio.filter.CounterAsyncChannel
 
canActivateNextLogFile() - Method in class org.activeio.journal.active.LogFileManager
 
canSupport(String) - Static method in class org.activeio.xnet.hba.ExactIPAddressPermission
 
canSupport(String) - Static method in class org.activeio.xnet.hba.ExactIPv6AddressPermission
 
canSupport(String) - Static method in class org.activeio.xnet.hba.FactorizedIPAddressPermission
 
canSupport(String) - Static method in class org.activeio.xnet.hba.NetmaskIPAddressPermission
 
canSupport(String) - Static method in class org.activeio.xnet.hba.NetmaskIPv6AddressPermission
 
canSupport(String) - Static method in class org.activeio.xnet.hba.StartWithIPAddressPermission
 
capacity() - Method in interface org.activeio.Packet
 
capacity() - Method in class org.activeio.packet.AppendedPacket
 
capacity() - Method in class org.activeio.packet.ByteArrayPacket
 
capacity() - Method in class org.activeio.packet.ByteBufferPacket
 
capacity() - Method in class org.activeio.packet.BytePacket
 
capacity() - Method in class org.activeio.packet.EOSPacket
 
capacity() - Method in class org.activeio.packet.EmptyPacket
 
capacity() - Method in class org.activeio.packet.FilterPacket
 
changeFragment(URI, String) - Static method in class org.activeio.net.URISupport
 
changeHost(URI, String) - Static method in class org.activeio.net.URISupport
 
changePath(URI, String) - Static method in class org.activeio.net.URISupport
 
changePort(URI, int) - Static method in class org.activeio.net.URISupport
 
changeQuery(URI, String) - Static method in class org.activeio.net.URISupport
 
changeScheme(URI, String) - Static method in class org.activeio.net.URISupport
 
changeUserInfo(URI, String) - Static method in class org.activeio.net.URISupport
 
channelListener - Variable in class org.activeio.FilterAsyncChannel
 
checkHostsAuthorization(InetAddress, InetAddress) - Method in class org.activeio.xnet.hba.ServiceAccessController
 
checksum(DataInput) - Method in class org.activeio.journal.active.Record
 
clear() - Method in interface org.activeio.Packet
 
clear() - Method in class org.activeio.packet.AppendedPacket
 
clear() - Method in class org.activeio.packet.ByteArrayPacket
 
clear() - Method in class org.activeio.packet.ByteBufferPacket
 
clear() - Method in class org.activeio.packet.BytePacket
 
clear() - Method in class org.activeio.packet.EOSPacket
 
clear() - Method in class org.activeio.packet.EmptyPacket
 
clear() - Method in class org.activeio.packet.FilterPacket
 
close() - Method in class org.activeio.adapter.AsyncChannelToOutputStream
 
close() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
close() - Method in class org.activeio.adapter.OutputStreamChannelToOutputStream
 
close() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
close() - Method in class org.activeio.adapter.SyncChannelToInputStream
 
close() - Method in class org.activeio.adapter.SyncChannelToOutputStream
 
close() - Method in class org.activeio.adapter.SyncChannelToSocket
 
close() - Method in interface org.activeio.journal.Journal
Close the Journal.
close() - Method in class org.activeio.journal.active.JournalImpl
Deprecated. @see #dispose()
close() - Method in class org.activeio.journal.howl.HowlJournal
 
close() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
compact() - Method in class org.activeio.packet.ByteBufferPacket
 
compareTo(Object) - Method in class org.activeio.journal.active.Location
 
compareTo(Object) - Method in class org.activeio.journal.howl.LongRecordLocation
 
connect(SocketAddress) - Method in class org.activeio.adapter.SyncChannelToSocket
 
connect(SocketAddress, int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
connect() - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
createAsyncChannel(SocketChannel) - Method in class org.activeio.net.NIOAsyncChannelFactory
 
createChannel(SocketStreamChannel) - Method in class org.activeio.net.NIOAsyncChannelServer
 
createChannel(SocketStreamChannel) - Method in class org.activeio.net.NIOSyncChannelServer
 
createChannel(Socket) - Method in class org.activeio.net.SocketStreamChannelServer
 
createChannel(SocketStreamChannel) - Method in class org.activeio.net.SocketSyncChannelServer
 
createDefaultBuffer(boolean) - Static method in class org.activeio.packet.ByteBufferPacket
 
createServerSocket(int) - Method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
 
createServerSocket(int, int) - Method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
 
createServerSocket(InetAddress, int) - Method in class org.activeio.oneport.OpenORBOpenPortSocketFactory
Server sockets bind against the OnePortAsyncChannelServer.
createSocket(String, int) - Method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory
 
createSocket(InetAddress, int) - Method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory
 
createSocket(InetAddress, int) - Method in class org.activeio.oneport.OpenORBOpenPortSocketFactory
Outbound sockets are normal.
createStreamChannel(Socket) - Method in class org.activeio.net.SocketStreamChannelFactory
 
createSynchChannel(DatagramSocket) - Method in class org.activeio.net.DatagramSocketSyncChannelFactory
 
createSynchChannel(SocketChannel) - Method in class org.activeio.net.NIOSyncChannelFactory
 
createSynchChannel(SocketStreamChannel) - Method in class org.activeio.net.SocketSyncChannelFactory
 
createWireFormat() - Method in interface org.activeio.command.WireFormatFactory
 

D

DATA_RECORD_TYPE - Static variable in class org.activeio.journal.active.LogFileManager
 
DEFAULT_BACKLOG - Static variable in class org.activeio.net.NIOAsyncChannelFactory
 
DEFAULT_BACKLOG - Static variable in class org.activeio.net.NIOSyncChannelFactory
 
DEFAULT_BACKLOG - Static variable in class org.activeio.net.SocketStreamChannelFactory
 
DEFAULT_BUFFER_SIZE - Static variable in class org.activeio.net.NIOAsyncChannelFactory
 
DEFAULT_BUFFER_SIZE - Static variable in class org.activeio.net.NIOSyncChannelFactory
 
DEFAULT_BUFFER_SIZE - Static variable in class org.activeio.net.SocketSyncChannel
 
DEFAULT_BUFFER_SIZE - Static variable in class org.activeio.packet.ByteBufferPacket
 
DEFAULT_DIRECT_BUFFER_SIZE - Static variable in class org.activeio.packet.ByteBufferPacket
 
DEFAULT_EXECUTOR - Static variable in class org.activeio.ChannelFactory
 
DEFAULT_LOGFILE_COUNT - Static variable in class org.activeio.journal.active.LogFileManager
 
DEFAULT_LOGFILE_SIZE - Static variable in class org.activeio.journal.active.LogFileManager
 
DEFAULT_PACKET_SIZE - Static variable in class org.activeio.journal.active.JournalImpl
 
DEFAULT_PACKET_SIZE - Static variable in class org.activeio.packet.PacketPool
 
DEFAULT_POOL_SIZE - Static variable in class org.activeio.journal.active.JournalImpl
 
DEFAULT_POOL_SIZE - Static variable in class org.activeio.packet.PacketPool
 
DatagramContext - class org.activeio.net.DatagramContext.
 
DatagramContext() - Constructor for class org.activeio.net.DatagramContext
 
DatagramContext(DatagramPacket) - Constructor for class org.activeio.net.DatagramContext
 
DatagramContext(InetAddress, Integer) - Constructor for class org.activeio.net.DatagramContext
 
DatagramSocketSyncChannel - class org.activeio.net.DatagramSocketSyncChannel.
A org.activeio.SynchChannelimplementation that uses TCP to talk to the network.
DatagramSocketSyncChannel(DatagramSocket) - Constructor for class org.activeio.net.DatagramSocketSyncChannel
Construct basic helpers
DatagramSocketSyncChannelFactory - class org.activeio.net.DatagramSocketSyncChannelFactory.
A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
DatagramSocketSyncChannelFactory() - Constructor for class org.activeio.net.DatagramSocketSyncChannelFactory
 
DefaultWireFormat - class org.activeio.command.DefaultWireFormat.
A default implementation which uses serialization
DefaultWireFormat() - Constructor for class org.activeio.command.DefaultWireFormat
 
Disposable - interface org.activeio.Disposable.
The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
disable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
dispose() - Method in interface org.activeio.Disposable
This method should not throw any exceptions.
dispose() - Method in class org.activeio.FilterAsyncChannel
 
dispose() - Method in class org.activeio.FilterAsyncChannelServer
 
dispose() - Method in class org.activeio.FilterSyncChannel
 
dispose() - Method in class org.activeio.FilterSyncChannelServer
 
dispose() - Method in class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
dispose() - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
dispose() - Method in class org.activeio.adapter.AsyncToSyncChannel
 
dispose() - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
dispose() - Method in class org.activeio.adapter.SyncToAsyncChannel
 
dispose() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
dispose() - Method in class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
dispose() - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
dispose() - Method in class org.activeio.filter.SynchornizedSyncChannel
 
dispose() - Method in class org.activeio.journal.active.ControlFile
 
dispose() - Method in class org.activeio.journal.active.JournalImpl
 
dispose() - Method in class org.activeio.journal.active.LogFile
 
dispose() - Method in class org.activeio.journal.active.LogFileManager
 
dispose() - Method in class org.activeio.journal.active.Record
 
dispose() - Method in class org.activeio.net.DatagramSocketSyncChannel
 
dispose() - Method in class org.activeio.net.NIOAsyncChannel
 
dispose() - Method in class org.activeio.net.NIOBaseChannel
 
dispose() - Method in class org.activeio.net.SocketStreamChannel
 
dispose() - Method in class org.activeio.net.SocketStreamChannelServer
 
dispose() - Method in class org.activeio.net.SocketSyncChannel
 
dispose() - Method in class org.activeio.net.SocketSyncChannelServer
 
dispose() - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
dispose() - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
dispose() - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
dispose() - Method in class org.activeio.packet.AppendedPacket
 
dispose() - Method in class org.activeio.packet.ByteArrayPacket
 
dispose() - Method in class org.activeio.packet.ByteBufferPacket
 
dispose() - Method in class org.activeio.packet.BytePacket
 
dispose() - Method in class org.activeio.packet.EOSPacket
 
dispose() - Method in class org.activeio.packet.EmptyPacket
 
dispose() - Method in class org.activeio.packet.FilterPacket
 
dispose() - Method in class org.activeio.packet.PacketPool.PooledPacket
 
dispose() - Method in class org.activeio.packet.PacketPool
 
doFail() - Method in class org.activeio.xnet.ServiceDaemon
 
doFail() - Method in class org.activeio.xnet.StandardServiceStack
 
doFail() - Method in class org.activeio.xnet.SyncChannelServerDaemon
 
doStart() - Method in class org.activeio.xnet.ServiceDaemon
 
doStart() - Method in class org.activeio.xnet.StandardServiceStack
 
doStart() - Method in class org.activeio.xnet.SyncChannelServerDaemon
 
doStop() - Method in class org.activeio.xnet.ServiceDaemon
 
doStop() - Method in class org.activeio.xnet.StandardServiceStack
 
doStop() - Method in class org.activeio.xnet.SyncChannelServerDaemon
 
duplicate() - Method in interface org.activeio.Packet
 
duplicate(ClassLoader) - Method in interface org.activeio.Packet
 
duplicate() - Method in class org.activeio.packet.AppendedPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.AppendedPacket
 
duplicate() - Method in class org.activeio.packet.ByteArrayPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.ByteArrayPacket
 
duplicate() - Method in class org.activeio.packet.ByteBufferPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.ByteBufferPacket
 
duplicate() - Method in class org.activeio.packet.BytePacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.BytePacket
 
duplicate() - Method in class org.activeio.packet.EOSPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.EOSPacket
 
duplicate() - Method in class org.activeio.packet.EmptyPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.EmptyPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.FilterPacket
 
duplicate() - Method in class org.activeio.packet.FilterPacket
 

E

EMPTY_PACKET - Static variable in class org.activeio.packet.EmptyPacket
 
END_OF_RECORD - Static variable in class org.activeio.journal.active.Record
 
EOSPacket - class org.activeio.packet.EOSPacket.
Provides a Packet implementation that is used to represent the end of a stream.
EOS_PACKET - Static variable in class org.activeio.packet.EOSPacket
 
EmptyPacket - class org.activeio.packet.EmptyPacket.
Provides a Packet implementation that is directly backed by a byte[0].
ExactIPAddressPermission - class org.activeio.xnet.hba.ExactIPAddressPermission.
 
ExactIPAddressPermission(byte[]) - Constructor for class org.activeio.xnet.hba.ExactIPAddressPermission
 
ExactIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.ExactIPAddressPermission
 
ExactIPv6AddressPermission - class org.activeio.xnet.hba.ExactIPv6AddressPermission.
 
ExactIPv6AddressPermission(byte[]) - Constructor for class org.activeio.xnet.hba.ExactIPv6AddressPermission
 
ExactIPv6AddressPermission(String) - Constructor for class org.activeio.xnet.hba.ExactIPv6AddressPermission
 
enable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
equals(Object) - Method in class org.activeio.journal.active.Location
 
equals(Object) - Method in class org.activeio.journal.howl.LongRecordLocation
 
error - Variable in class org.activeio.journal.active.BatchedWrite
 

F

FactorizedIPAddressPermission - class org.activeio.xnet.hba.FactorizedIPAddressPermission.
 
FactorizedIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.FactorizedIPAddressPermission
 
FactoryFinder - class org.activeio.FactoryFinder.
 
FactoryFinder(String) - Constructor for class org.activeio.FactoryFinder
 
FilterAsyncChannel - class org.activeio.FilterAsyncChannel.
A AsyncChannelFilter can be used as a filter between a AsyncChannel and it's org.activeio.ChannelConsumer.
FilterAsyncChannel(AsyncChannel) - Constructor for class org.activeio.FilterAsyncChannel
 
FilterAsyncChannelServer - class org.activeio.FilterAsyncChannelServer.
A AsyncChannelFilter can be used as a filter between a AsyncChannel and it's org.activeio.ChannelConsumer.
FilterAsyncChannelServer(AsyncChannelServer) - Constructor for class org.activeio.FilterAsyncChannelServer
 
FilterPacket - class org.activeio.packet.FilterPacket.
Provides a Packet implementation that filters operations to another packet.
FilterPacket(Packet) - Constructor for class org.activeio.packet.FilterPacket
 
FilterSyncChannel - class org.activeio.FilterSyncChannel.
A SynchChannelFilter can be used as a filter another org.activeio.SynchChannel Most org.activeio.SynchChannel that are not directly accessing the network will extends the SynchChannelFilter since they act as a filter between the client and the network.
FilterSyncChannel(SyncChannel) - Constructor for class org.activeio.FilterSyncChannel
 
FilterSyncChannelServer - class org.activeio.FilterSyncChannelServer.
A SynchChannelFilter can be used as a filter another org.activeio.SynchChannel Most org.activeio.SynchChannel that are not directly accessing the network will extends the SynchChannelFilter since they act as a filter between the client and the network.
FilterSyncChannelServer(SyncChannelServer) - Constructor for class org.activeio.FilterSyncChannelServer
 
filter(Packet) - Method in class org.activeio.packet.FilterPacket
 
filter(Packet) - Method in class org.activeio.packet.PacketPool.PooledPacket
 
flip() - Method in interface org.activeio.Packet
 
flip() - Method in class org.activeio.journal.active.BatchedWrite
 
flip() - Method in class org.activeio.packet.AppendedPacket
 
flip() - Method in class org.activeio.packet.ByteArrayPacket
 
flip() - Method in class org.activeio.packet.ByteBufferPacket
 
flip() - Method in class org.activeio.packet.BytePacket
 
flip() - Method in class org.activeio.packet.EOSPacket
 
flip() - Method in class org.activeio.packet.EmptyPacket
 
flip() - Method in class org.activeio.packet.FilterPacket
 
flush() - Method in class org.activeio.FilterAsyncChannel
 
flush() - Method in class org.activeio.FilterSyncChannel
 
flush() - Method in interface org.activeio.OutputChannel
Some channels may buffer data which may be sent down if flush() is called.
flush() - Method in interface org.activeio.OutputStreamChannel
Some channels may buffer data which may be sent down if flush() is called.
flush() - Method in class org.activeio.adapter.AsyncChannelToOutputStream
 
flush() - Method in class org.activeio.adapter.AsyncToSyncChannel
 
flush() - Method in class org.activeio.adapter.OutputStreamChannelToOutputStream
 
flush() - Method in class org.activeio.adapter.SyncChannelToOutputStream
 
flush() - Method in class org.activeio.adapter.SyncToAsyncChannel
 
flush() - Method in class org.activeio.filter.AsyncWriteAsyncChannel
 
flush() - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
flush() - Method in class org.activeio.filter.SynchornizedSyncChannel
 
flush() - Method in class org.activeio.filter.WriteBufferedAsyncChannel
 
flush() - Method in class org.activeio.filter.WriteBufferedSyncChannel
 
flush() - Method in class org.activeio.net.DatagramSocketSyncChannel
 
flush() - Method in class org.activeio.net.NIOAsyncChannel
 
flush() - Method in class org.activeio.net.NIOBaseChannel
 
flush() - Method in class org.activeio.net.SocketStreamChannel
 
flush() - Method in class org.activeio.net.SocketSyncChannel
 
flush() - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
flush() - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
force() - Method in class org.activeio.journal.active.LogFile
 
forced() - Method in class org.activeio.journal.active.BatchedWrite
 

G

GBEAN_INFO - Static variable in class org.activeio.xnet.ServiceDaemonGBean
 
GBEAN_INFO - Static variable in class org.activeio.xnet.StandardServiceStackGBean
 
getAddress() - Method in class org.activeio.net.DatagramContext
 
getAddress() - Method in class org.activeio.xnet.ServiceDaemon
Gets the inetAddress number that the daemon is listening on.
getAddress() - Method in class org.activeio.xnet.StandardServiceStack
 
getAddress() - Method in class org.activeio.xnet.SyncChannelServerDaemon
Gets the inetAddress number that the daemon is listening on.
getAllowHosts() - Method in class org.activeio.xnet.StandardServiceStack
 
getAllowHosts() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
getAsyncChannel() - Method in class org.activeio.adapter.AsyncToSyncChannel
 
getAsyncChannelFactory() - Method in class org.activeio.adapter.AsyncToSyncChannelFactory
 
getAsyncChannelListener() - Method in class org.activeio.FilterAsyncChannel
 
getAsyncChannelListener() - Method in interface org.activeio.InputAsyncChannel
 
getAsyncChannelListener() - Method in class org.activeio.adapter.SyncToAsyncChannel
 
getAsyncChannelListener() - Method in class org.activeio.net.NIOAsyncChannel
 
getAsyncChannelListener() - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
getAsyncChannelListener() - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
getAsyncChannelServer() - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
getBacklog() - Method in class org.activeio.net.NIOAsyncChannelFactory
 
getBacklog() - Method in class org.activeio.net.NIOSyncChannelFactory
 
getBacklog() - Method in class org.activeio.net.SocketStreamChannelFactory
 
getBacklog() - Method in class org.activeio.net.SocketSyncChannelFactory
 
getBindURI() - Method in interface org.activeio.ChannelServer
The URI that was used when the channel was bound.
getBindURI() - Method in class org.activeio.FilterAsyncChannelServer
 
getBindURI() - Method in class org.activeio.FilterSyncChannelServer
 
getBindURI() - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
getBindURI() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
getBindURI() - Method in class org.activeio.net.SocketStreamChannelServer
 
getBindURI() - Method in class org.activeio.net.SocketSyncChannelServer
 
getBindURI() - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
getBuffer() - Method in class org.activeio.packet.ByteArrayPacket
 
getByteBuffer() - Method in class org.activeio.packet.ByteBufferPacket
 
getChannel() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
getChannel() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getChecksum() - Method in class org.activeio.journal.active.Record
 
getClassName(Class) - Static method in class org.activeio.command.ClassLoading
 
getConnectURI() - Method in interface org.activeio.ChannelServer
Once bound, the channel may be able to construct a URI that is more sutible for when a client needs to connect to the server.
getConnectURI() - Method in class org.activeio.FilterAsyncChannelServer
 
getConnectURI() - Method in class org.activeio.FilterSyncChannelServer
 
getConnectURI() - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
getConnectURI() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
getConnectURI() - Method in class org.activeio.net.SocketStreamChannelServer
 
getConnectURI() - Method in class org.activeio.net.SocketSyncChannelServer
 
getConnectURI() - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
getControlData() - Method in class org.activeio.journal.active.ControlFile
 
getData() - Method in class org.activeio.Packet.ByteSequence
 
getDataOffset() - Method in class org.activeio.journal.active.RecordInfo
 
getDefault() - Static method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
 
getDefault() - Static method in class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory
 
getFirstActiveLogLocation() - Method in class org.activeio.journal.active.LogFileManager
 
getFirstRecordLocationOfSecondActiveLogFile() - Method in class org.activeio.journal.active.LogFileManager
 
getForce() - Method in class org.activeio.journal.active.BatchedWrite
 
getFullAddress() - Method in class org.activeio.xnet.StandardServiceStack
 
getGBeanInfo() - Static method in class org.activeio.xnet.ServiceDaemonGBean
 
getGBeanInfo() - Static method in class org.activeio.xnet.StandardServiceStackGBean
 
getHeader(Packet) - Method in class org.activeio.filter.PacketAggregator
 
getHeader() - Method in class org.activeio.journal.active.RecordInfo
 
getHost() - Method in class org.activeio.xnet.StandardServiceStack
 
getIP() - Method in interface org.activeio.xnet.ServerService
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.activeio.xnet.ServiceLogger
 
getIP() - Method in class org.activeio.xnet.ServicePool
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
getIPAddressMask(String) - Static method in class org.activeio.xnet.hba.IPAddressPermissionFactory
 
getId() - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
getInBoundCounter() - Method in class org.activeio.filter.CounterAsyncChannel
 
getInetAddress() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
getInetAddress() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getInetAddress() - Method in class org.activeio.net.NIOBaseChannel
 
getInetAddress() - Method in interface org.activeio.net.SocketMetadata
 
getInetAddress() - Method in class org.activeio.net.SocketStreamChannel
 
getInetAddress() - Method in class org.activeio.net.SocketSyncChannel
 
getInitialLogFileSize() - Method in class org.activeio.journal.active.JournalImpl
 
getInitialLogFileSize() - Method in class org.activeio.journal.active.LogFileManager
 
getInputStream() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getKeepAlive() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getKeepAlive() - Method in class org.activeio.net.NIOBaseChannel
 
getKeepAlive() - Method in interface org.activeio.net.SocketMetadata
 
getKeepAlive() - Method in class org.activeio.net.SocketStreamChannel
 
getKeepAlive() - Method in class org.activeio.net.SocketSyncChannel
 
getLastMarkedRecordLocation() - Method in class org.activeio.journal.active.LogFileManager
 
getLeftAsyncChannel() - Method in class org.activeio.net.VMPipeAsyncChannelPipe
 
getLength() - Method in class org.activeio.Packet.ByteSequence
 
getLocalAddress() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getLocalAddress() - Method in class org.activeio.net.NIOBaseChannel
 
getLocalAddress() - Method in interface org.activeio.net.SocketMetadata
 
getLocalAddress() - Method in class org.activeio.net.SocketStreamChannel
 
getLocalAddress() - Method in class org.activeio.net.SocketSyncChannel
 
getLocalPort() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
getLocalPort() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getLocalPort() - Method in class org.activeio.net.NIOBaseChannel
 
getLocalPort() - Method in interface org.activeio.net.SocketMetadata
 
getLocalPort() - Method in class org.activeio.net.SocketStreamChannel
 
getLocalPort() - Method in class org.activeio.net.SocketSyncChannel
 
getLocalSocketAddress() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
getLocalSocketAddress() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getLocalSocketAddress() - Method in class org.activeio.net.NIOBaseChannel
 
getLocalSocketAddress() - Method in interface org.activeio.net.SocketMetadata
 
getLocalSocketAddress() - Method in class org.activeio.net.SocketStreamChannel
 
getLocalSocketAddress() - Method in class org.activeio.net.SocketSyncChannel
 
getLocation() - Method in class org.activeio.journal.active.Record
 
getLocation() - Method in class org.activeio.journal.active.RecordInfo
 
getLogDirectory() - Method in class org.activeio.journal.active.JournalImpl
 
getLogDirectory() - Method in class org.activeio.journal.active.LogFileManager
 
getLogFileId() - Method in class org.activeio.journal.active.Location
 
getLogFileOffset() - Method in class org.activeio.journal.active.Location
 
getLogFileState() - Method in class org.activeio.journal.active.RecordInfo
 
getLogOnFailure() - Method in class org.activeio.xnet.ServiceLogger
 
getLogOnFailure() - Method in class org.activeio.xnet.StandardServiceStack
 
getLogOnSuccess() - Method in class org.activeio.xnet.ServiceLogger
 
getLogOnSuccess() - Method in class org.activeio.xnet.StandardServiceStack
 
getLongLocation() - Method in class org.activeio.journal.howl.LongRecordLocation
 
getMark() - Method in interface org.activeio.journal.Journal
Obtains the mark that was set in the Journal.
getMark() - Method in class org.activeio.journal.active.BatchedWrite
 
getMark() - Method in class org.activeio.journal.active.JournalImpl
 
getMark() - Method in class org.activeio.journal.active.Record
 
getMark() - Method in class org.activeio.journal.howl.HowlJournal
 
getName() - Method in class org.activeio.xnet.ServiceLogger
 
getName() - Method in class org.activeio.xnet.ServicePool
Gets the name of the service.
getName() - Method in interface org.activeio.xnet.SocketService
Gets the name of the service.
getName() - Method in class org.activeio.xnet.StandardServiceStack
 
getName() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
getNext() - Method in class org.activeio.FilterAsyncChannel
 
getNext() - Method in class org.activeio.FilterSyncChannel
 
getNext() - Method in class org.activeio.FilterSyncChannelServer
 
getNextAppendLocation() - Method in class org.activeio.journal.active.LogFileManager
 
getNextDataRecordLocation(Location) - Method in class org.activeio.journal.active.LogFileManager
 
getNextRecordLocation(RecordLocation) - Method in interface org.activeio.journal.Journal
Allows you to get the next RecordLocation after the location that is in the journal.
getNextRecordLocation(RecordLocation) - Method in class org.activeio.journal.active.JournalImpl
 
getNextRecordLocation(RecordLocation) - Method in class org.activeio.journal.howl.HowlJournal
 
getOOBInline() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getOOBInline() - Method in class org.activeio.net.NIOBaseChannel
 
getOOBInline() - Method in interface org.activeio.net.SocketMetadata
 
getOOBInline() - Method in class org.activeio.net.SocketStreamChannel
 
getOOBInline() - Method in class org.activeio.net.SocketSyncChannel
 
getOffset() - Method in class org.activeio.Packet.ByteSequence
 
getOnlineLogFileCount() - Method in class org.activeio.journal.active.LogFileManager
 
getOutBoundCounter() - Method in class org.activeio.filter.CounterAsyncChannel
 
getOutputStream() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getPacket() - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
getPacket() - Method in class org.activeio.journal.active.BatchedWrite
 
getPacket() - Method in class org.activeio.packet.PacketPool
Blocks until a ByteBuffer can be retreived from the pool.
getPayload() - Method in class org.activeio.journal.active.Record
 
getPayloadLength() - Method in class org.activeio.journal.active.Record
 
getPort() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getPort() - Method in class org.activeio.net.DatagramContext
 
getPort() - Method in class org.activeio.net.NIOBaseChannel
 
getPort() - Method in interface org.activeio.net.SocketMetadata
 
getPort() - Method in class org.activeio.net.SocketStreamChannel
 
getPort() - Method in class org.activeio.net.SocketSyncChannel
 
getPort() - Method in interface org.activeio.xnet.ServerService
Gets the port number that the daemon is listening on.
getPort() - Method in class org.activeio.xnet.ServiceDaemon
Gets the port number that the daemon is listening on.
getPort() - Method in class org.activeio.xnet.ServiceLogger
 
getPort() - Method in class org.activeio.xnet.ServicePool
Gets the port number that the daemon is listening on.
getPort() - Method in class org.activeio.xnet.StandardServiceStack
 
getPort() - Method in class org.activeio.xnet.SyncChannelServerDaemon
Gets the port number that the daemon is listening on.
getPort() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
getReadLock() - Method in class org.activeio.filter.SynchornizedSyncChannel
 
getReceiveBufferSize() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
getReceiveBufferSize() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getReceiveBufferSize() - Method in class org.activeio.net.NIOBaseChannel
 
getReceiveBufferSize() - Method in interface org.activeio.net.SocketMetadata
 
getReceiveBufferSize() - Method in class org.activeio.net.SocketStreamChannel
 
getReceiveBufferSize() - Method in class org.activeio.net.SocketSyncChannel
 
getRecordLength() - Method in class org.activeio.journal.active.Record
 
getRecordType() - Method in class org.activeio.journal.active.Record
 
getRemoteSocketAddress() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getRemoteSocketAddress() - Method in class org.activeio.net.NIOBaseChannel
 
getRemoteSocketAddress() - Method in interface org.activeio.net.SocketMetadata
 
getRemoteSocketAddress() - Method in class org.activeio.net.SocketStreamChannel
 
getRemoteSocketAddress() - Method in class org.activeio.net.SocketSyncChannel
 
getRequestListener() - Method in interface org.activeio.RequestChannel
 
getRequestListener() - Method in class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
getRequestListener() - Method in class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
getRequestListener() - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
getReuseAddress() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
getReuseAddress() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getReuseAddress() - Method in class org.activeio.net.NIOBaseChannel
 
getReuseAddress() - Method in interface org.activeio.net.SocketMetadata
 
getReuseAddress() - Method in class org.activeio.net.SocketStreamChannel
 
getReuseAddress() - Method in class org.activeio.net.SocketSyncChannel
 
getRightAsyncChannel() - Method in class org.activeio.net.VMPipeAsyncChannelPipe
 
getSendBufferSize() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getSendBufferSize() - Method in class org.activeio.net.NIOBaseChannel
 
getSendBufferSize() - Method in interface org.activeio.net.SocketMetadata
 
getSendBufferSize() - Method in class org.activeio.net.SocketStreamChannel
 
getSendBufferSize() - Method in class org.activeio.net.SocketSyncChannel
 
getServerKeyForURI(URI) - Static method in class org.activeio.net.VMPipeAsyncChannelFactory
 
getServiceName() - Method in class org.activeio.xnet.ServiceDaemon
 
getSibiling() - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
getSoLinger() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getSoLinger() - Method in class org.activeio.net.NIOBaseChannel
 
getSoLinger() - Method in interface org.activeio.net.SocketMetadata
 
getSoLinger() - Method in class org.activeio.net.SocketStreamChannel
 
getSoLinger() - Method in class org.activeio.net.SocketSyncChannel
 
getSoTimeout() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
getSoTimeout() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getSoTimeout() - Method in class org.activeio.net.NIOBaseChannel
 
getSoTimeout() - Method in interface org.activeio.net.SocketMetadata
 
getSoTimeout() - Method in class org.activeio.net.SocketStreamChannel
 
getSoTimeout() - Method in class org.activeio.net.SocketSyncChannel
 
getSoTimeout() - Method in class org.activeio.xnet.ServiceDaemon
 
getSoTimeout() - Method in class org.activeio.xnet.StandardServiceStack
 
getSoTimeout() - Method in class org.activeio.xnet.SyncChannelServerDaemon
 
getSocket() - Method in class org.activeio.net.SocketStreamChannel
 
getSocketMetadata() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getSyncChannelFactory() - Method in class org.activeio.adapter.SyncToAsyncChannelFactory
 
getSynchChannel() - Method in class org.activeio.adapter.SyncToAsyncChannel
 
getSynchChannelServer() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
getTcpNoDelay() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getTcpNoDelay() - Method in class org.activeio.net.NIOBaseChannel
 
getTcpNoDelay() - Method in interface org.activeio.net.SocketMetadata
 
getTcpNoDelay() - Method in class org.activeio.net.SocketStreamChannel
 
getTcpNoDelay() - Method in class org.activeio.net.SocketSyncChannel
 
getTimeout() - Method in class org.activeio.adapter.SyncChannelToInputStream
 
getTrafficClass() - Method in class org.activeio.adapter.SyncChannelToSocket
 
getTrafficClass() - Method in class org.activeio.net.NIOBaseChannel
 
getTrafficClass() - Method in interface org.activeio.net.SocketMetadata
 
getTrafficClass() - Method in class org.activeio.net.SocketStreamChannel
 
getTrafficClass() - Method in class org.activeio.net.SocketSyncChannel
 
getValue() - Method in class org.activeio.xnet.hba.IPAddressPermissionEditor
 
getVersion() - Method in class org.activeio.command.DefaultWireFormat
 
getVersion() - Method in interface org.activeio.command.WireFormat
 
getWriteLock() - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
getWriteLock() - Method in class org.activeio.filter.SynchornizedSyncChannel
 

H

HASH_CHECKSUM_ALGORITHIM - Static variable in class org.activeio.journal.active.Record
 
HTTP_RECOGNIZER - Static variable in class org.activeio.oneport.HttpRecognizer
 
HowlJournal - class org.activeio.journal.howl.HowlJournal.
An implementation of the Journal interface using a HOWL logger.
HowlJournal(Configuration) - Constructor for class org.activeio.journal.howl.HowlJournal
 
HttpRecognizer - class org.activeio.oneport.HttpRecognizer.
 
hasRemaining() - Method in interface org.activeio.Packet
 
hasRemaining() - Method in class org.activeio.journal.active.Record
 
hasRemaining() - Method in class org.activeio.packet.AppendedPacket
 
hasRemaining() - Method in class org.activeio.packet.ByteArrayPacket
 
hasRemaining() - Method in class org.activeio.packet.ByteBufferPacket
 
hasRemaining() - Method in class org.activeio.packet.BytePacket
 
hasRemaining() - Method in class org.activeio.packet.EOSPacket
 
hasRemaining() - Method in class org.activeio.packet.EmptyPacket
 
hasRemaining() - Method in class org.activeio.packet.FilterPacket
 
hashCode() - Method in class org.activeio.journal.active.Location
 
hashCode() - Method in class org.activeio.journal.howl.LongRecordLocation
 

I

IIOPRecognizer - class org.activeio.oneport.IIOPRecognizer.
 
IIOP_RECOGNIZER - Static variable in class org.activeio.oneport.IIOPRecognizer
 
IPAddressPermission - interface org.activeio.xnet.hba.IPAddressPermission.
 
IPAddressPermissionEditor - class org.activeio.xnet.hba.IPAddressPermissionEditor.
 
IPAddressPermissionEditor() - Constructor for class org.activeio.xnet.hba.IPAddressPermissionEditor
 
IPAddressPermissionFactory - class org.activeio.xnet.hba.IPAddressPermissionFactory.
 
IPAddressPermissionFactory() - Constructor for class org.activeio.xnet.hba.IPAddressPermissionFactory
 
InputAsyncChannel - interface org.activeio.InputAsyncChannel.
InputAsyncChannel objects asynchronously push 'up' Packet objects to a registered AsyncChannelListener.
InputStreamChannel - interface org.activeio.InputStreamChannel.
 
InputStreamChannelToInputStream - class org.activeio.adapter.InputStreamChannelToInputStream.
Provides an InputStream for a given InputStreamChannel.
InputStreamChannelToInputStream(InputStreamChannel) - Constructor for class org.activeio.adapter.InputStreamChannelToInputStream
 
InputSyncChannel - interface org.activeio.InputSyncChannel.
SynchChannel objects allow threaded to synchronously block on the read method to get Packet objects when they arrive from the peer.
InvalidRecordLocationException - exception org.activeio.journal.InvalidRecordLocationException.
Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
InvalidRecordLocationException() - Constructor for class org.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(String) - Constructor for class org.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(String, Throwable) - Constructor for class org.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(Throwable) - Constructor for class org.activeio.journal.InvalidRecordLocationException
 
implies(InetAddress) - Method in class org.activeio.xnet.hba.ExactIPAddressPermission
 
implies(InetAddress) - Method in class org.activeio.xnet.hba.ExactIPv6AddressPermission
 
implies(InetAddress) - Method in class org.activeio.xnet.hba.FactorizedIPAddressPermission
 
implies(InetAddress) - Method in interface org.activeio.xnet.hba.IPAddressPermission
 
implies(InetAddress) - Method in class org.activeio.xnet.hba.NetmaskIPAddressPermission
 
implies(InetAddress) - Method in class org.activeio.xnet.hba.NetmaskIPv6AddressPermission
 
implies(InetAddress) - Method in class org.activeio.xnet.hba.StartWithIPAddressPermission
 
init(ORBInitInfo, FeatureInitInfo) - Method in class org.activeio.oneport.OpenORBOpenPortFeatureInitializer
 
init(Properties) - Method in interface org.activeio.xnet.ServerService
 
init(Properties) - Method in class org.activeio.xnet.ServiceLogger
 
init(Properties) - Method in class org.activeio.xnet.ServicePool
Pulls out the access log information
init(Properties) - Method in class org.activeio.xnet.hba.ServiceAccessController
 
invoke(Object, Method, Object[]) - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler
 
isBound() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
isBound() - Method in class org.activeio.adapter.SyncChannelToSocket
 
isBound() - Method in class org.activeio.net.NIOBaseChannel
 
isBound() - Method in interface org.activeio.net.SocketMetadata
 
isBound() - Method in class org.activeio.net.SocketStreamChannel
 
isBound() - Method in class org.activeio.net.SocketSyncChannel
 
isChecksumingEnabled() - Static method in class org.activeio.journal.active.Record
 
isClosed() - Method in class org.activeio.adapter.AsyncChannelToOutputStream
 
isClosed() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
isClosed() - Method in class org.activeio.adapter.SyncChannelToInputStream
 
isClosed() - Method in class org.activeio.adapter.SyncChannelToOutputStream
 
isClosed() - Method in class org.activeio.adapter.SyncChannelToSocket
 
isClosed() - Method in class org.activeio.net.NIOBaseChannel
 
isClosed() - Method in interface org.activeio.net.SocketMetadata
 
isClosed() - Method in class org.activeio.net.SocketStreamChannel
 
isClosed() - Method in class org.activeio.net.SocketSyncChannel
 
isConnected() - Method in class org.activeio.adapter.SyncChannelToSocket
 
isConnected() - Method in class org.activeio.net.NIOBaseChannel
 
isConnected() - Method in interface org.activeio.net.SocketMetadata
 
isConnected() - Method in class org.activeio.net.SocketStreamChannel
 
isConnected() - Method in class org.activeio.net.SocketSyncChannel
 
isDirect() - Method in class org.activeio.packet.ByteBufferPacket
 
isForceRefelection() - Method in class org.activeio.net.VMPipeAsyncChannelFactory
 
isInputShutdown() - Method in class org.activeio.adapter.SyncChannelToSocket
 
isOutputShutdown() - Method in class org.activeio.adapter.SyncChannelToSocket
 
isPastHalfActive() - Method in class org.activeio.journal.active.LogFileManager
 
isReadOnly() - Method in class org.activeio.packet.ByteBufferPacket
 
isReadable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
isWritable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 

J

JettyOnePortSocketListener - class org.activeio.oneport.JettyOnePortSocketListener.
 
JettyOnePortSocketListener(OnePortAsyncChannelServer) - Constructor for class org.activeio.oneport.JettyOnePortSocketListener
 
JettyOnePortSocketListener(OnePortAsyncChannelServer, InetAddrPort) - Constructor for class org.activeio.oneport.JettyOnePortSocketListener
 
Journal - interface org.activeio.journal.Journal.
A Journal is a record logging Interface that can be used to implement a transaction log.
JournalEventListener - interface org.activeio.journal.JournalEventListener.
Defines an object which listens for Journal Events.
JournalImpl - class org.activeio.journal.active.JournalImpl.
A high speed Journal implementation.
JournalImpl(File) - Constructor for class org.activeio.journal.active.JournalImpl
 
JournalImpl(File, int, int) - Constructor for class org.activeio.journal.active.JournalImpl
 
JournalImpl(LogFileManager) - Constructor for class org.activeio.journal.active.JournalImpl
 
JxtaSocketSyncChannelFactory - class org.activeio.net.JxtaSocketSyncChannelFactory.
A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
JxtaSocketSyncChannelFactory() - Constructor for class org.activeio.net.JxtaSocketSyncChannelFactory
 
JxtaSocketSyncChannelFactory.JxtaServerSocketFactory - class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaServerSocketFactory.
 
JxtaSocketSyncChannelFactory.JxtaSocketFactory - class org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory.
 
join(Packet, Packet) - Static method in class org.activeio.packet.AppendedPacket
 

L

Location - class org.activeio.journal.active.Location.
Defines a where a record can be located in the Journal.
Location(int, int) - Constructor for class org.activeio.journal.active.Location
 
LogFile - class org.activeio.journal.active.LogFile.
Allows read/append access to a LogFile.
LogFile(File, int) - Constructor for class org.activeio.journal.active.LogFile
 
LogFileManager - class org.activeio.journal.active.LogFileManager.
Provides a logical view of many seperate files as one single long log file.
LogFileManager(File) - Constructor for class org.activeio.journal.active.LogFileManager
 
LogFileManager(File, int, int) - Constructor for class org.activeio.journal.active.LogFileManager
 
LongRecordLocation - class org.activeio.journal.howl.LongRecordLocation.
Provides a RecordLocation implementation for the long based location pointers that HOWL uses.
LongRecordLocation(long) - Constructor for class org.activeio.journal.howl.LongRecordLocation
 
limit() - Method in interface org.activeio.Packet
 
limit(int) - Method in interface org.activeio.Packet
 
limit(int) - Method in class org.activeio.packet.AppendedPacket
 
limit() - Method in class org.activeio.packet.AppendedPacket
 
limit() - Method in class org.activeio.packet.ByteArrayPacket
 
limit(int) - Method in class org.activeio.packet.ByteArrayPacket
 
limit() - Method in class org.activeio.packet.ByteBufferPacket
 
limit(int) - Method in class org.activeio.packet.ByteBufferPacket
 
limit() - Method in class org.activeio.packet.BytePacket
 
limit(int) - Method in class org.activeio.packet.BytePacket
 
limit() - Method in class org.activeio.packet.EOSPacket
 
limit(int) - Method in class org.activeio.packet.EOSPacket
 
limit() - Method in class org.activeio.packet.EmptyPacket
 
limit(int) - Method in class org.activeio.packet.EmptyPacket
 
limit() - Method in class org.activeio.packet.FilterPacket
 
limit(int) - Method in class org.activeio.packet.FilterPacket
 
load() - Method in class org.activeio.journal.active.ControlFile
 
loadAndCheckRecord(int, Record) - Method in class org.activeio.journal.active.LogFile
 
loadClass(String, ClassLoader) - Static method in class org.activeio.command.ClassLoading
Load a class for the given name.
loadClass(String, ClassLoader) - Method in class org.activeio.command.ClassLoadingAwareObjectInputStream
 
lock() - Method in class org.activeio.journal.active.ControlFile
Locks the control file.
lookupServer(URI) - Static method in class org.activeio.net.VMPipeAsyncChannelFactory
 

M

MARK_RECORD_TYPE - Static variable in class org.activeio.journal.active.LogFileManager
 
mark(int) - Method in interface org.activeio.InputStreamChannel
 
mark(int) - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
mark(int) - Method in class org.activeio.net.SocketStreamChannel
 
mark() - Method in class org.activeio.packet.ByteBufferPacket
 
markSupported() - Method in interface org.activeio.InputStreamChannel
 
markSupported() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
markSupported() - Method in class org.activeio.net.SocketStreamChannel
 
marshal(Object) - Method in class org.activeio.command.DefaultWireFormat
 
marshal(Object, DataOutputStream) - Method in class org.activeio.command.DefaultWireFormat
 
marshal(Object) - Method in interface org.activeio.command.WireFormat
Packet based marshaling
marshal(Object, DataOutputStream) - Method in interface org.activeio.command.WireFormat
Stream based marshaling

N

NIOAsyncChannel - class org.activeio.net.NIOAsyncChannel.
 
NIOAsyncChannel(SocketChannel, boolean) - Constructor for class org.activeio.net.NIOAsyncChannel
 
NIOAsyncChannelFactory - class org.activeio.net.NIOAsyncChannelFactory.
A TcpAsyncChannelFactory creates org.activeio.net.TcpAsyncChannel and org.activeio.net.TcpAsyncChannelServer objects.
NIOAsyncChannelFactory() - Constructor for class org.activeio.net.NIOAsyncChannelFactory
 
NIOAsyncChannelFactory(boolean) - Constructor for class org.activeio.net.NIOAsyncChannelFactory
 
NIOAsyncChannelSelectorManager - class org.activeio.net.NIOAsyncChannelSelectorManager.
The SelectorManager will manage one Selector and the thread that checks the selector.
NIOAsyncChannelSelectorManager.SelectorManagerListener - interface org.activeio.net.NIOAsyncChannelSelectorManager.SelectorManagerListener.
 
NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection - class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection.
 
NIOAsyncChannelServer - class org.activeio.net.NIOAsyncChannelServer.
A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted tcp socket connections.
NIOAsyncChannelServer(ServerSocketChannel, URI, URI, boolean, boolean) - Constructor for class org.activeio.net.NIOAsyncChannelServer
 
NIOBaseChannel - class org.activeio.net.NIOBaseChannel.
Base class for the Async and Sync implementations of NIO channels.
NIOBaseChannel(SocketChannel, boolean) - Constructor for class org.activeio.net.NIOBaseChannel
 
NIOSyncChannel - class org.activeio.net.NIOSyncChannel.
A org.activeio.SynchChannel implementation that uses a SocketChannel to talk to the network.
NIOSyncChannel(SocketChannel) - Constructor for class org.activeio.net.NIOSyncChannel
 
NIOSyncChannel(SocketChannel, boolean) - Constructor for class org.activeio.net.NIOSyncChannel
 
NIOSyncChannelFactory - class org.activeio.net.NIOSyncChannelFactory.
A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
NIOSyncChannelFactory() - Constructor for class org.activeio.net.NIOSyncChannelFactory
 
NIOSyncChannelFactory(boolean) - Constructor for class org.activeio.net.NIOSyncChannelFactory
 
NIOSyncChannelServer - class org.activeio.net.NIOSyncChannelServer.
A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted tcp socket connections.
NIOSyncChannelServer(ServerSocketChannel, URI, URI, boolean, boolean) - Constructor for class org.activeio.net.NIOSyncChannelServer
 
NO_CHECKSUM_ALGORITHIM - Static variable in class org.activeio.journal.active.Record
 
NO_WAIT_TIMEOUT - Static variable in interface org.activeio.Service
 
NO_WAIT_TIMEOUT - Static variable in interface org.activeio.StreamChannelServer
 
NO_WAIT_TIMEOUT - Static variable in interface org.activeio.SyncChannelServer
 
NetmaskIPAddressPermission - class org.activeio.xnet.hba.NetmaskIPAddressPermission.
 
NetmaskIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.NetmaskIPAddressPermission
 
NetmaskIPv6AddressPermission - class org.activeio.xnet.hba.NetmaskIPv6AddressPermission.
 
NetmaskIPv6AddressPermission(String) - Constructor for class org.activeio.xnet.hba.NetmaskIPv6AddressPermission
 
narrow(Class) - Method in interface org.activeio.Channel
Since a Channel may be composed from a chain of other Channel obejcts, this method allows you to query the chain for the specified interface.
narrow(Class) - Method in class org.activeio.FilterAsyncChannel
 
narrow(Class) - Method in class org.activeio.FilterAsyncChannelServer
 
narrow(Class) - Method in class org.activeio.FilterSyncChannel
 
narrow(Class) - Method in class org.activeio.FilterSyncChannelServer
 
narrow(Class) - Method in interface org.activeio.Packet
Used to get a richer metadata interface to the packet.
narrow(Class) - Method in class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
narrow(Class) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
narrow(Class) - Method in class org.activeio.adapter.AsyncToSyncChannel
 
narrow(Class) - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
narrow(Class) - Method in class org.activeio.adapter.SyncToAsyncChannel
 
narrow(Class) - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
narrow(Class) - Method in class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
narrow(Class) - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
narrow(Class) - Method in class org.activeio.filter.SynchornizedSyncChannel
 
narrow(Class) - Method in class org.activeio.net.DatagramSocketSyncChannel
 
narrow(Class) - Method in class org.activeio.net.NIOBaseChannel
 
narrow(Class) - Method in class org.activeio.net.SocketStreamChannel
 
narrow(Class) - Method in class org.activeio.net.SocketStreamChannelServer
 
narrow(Class) - Method in class org.activeio.net.SocketSyncChannel
 
narrow(Class) - Method in class org.activeio.net.SocketSyncChannelServer
 
narrow(Class) - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
narrow(Class) - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
narrow(Class) - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
narrow(Class) - Method in class org.activeio.packet.AppendedPacket
 
narrow(Class) - Method in class org.activeio.packet.ByteArrayPacket
 
narrow(Class) - Method in class org.activeio.packet.ByteBufferPacket
 
narrow(Class) - Method in class org.activeio.packet.BytePacket
 
narrow(Class) - Method in class org.activeio.packet.EOSPacket
 
narrow(Class) - Method in class org.activeio.packet.EmptyPacket
 
narrow(Class) - Method in class org.activeio.packet.FilterPacket
 
newInstance(String) - Method in class org.activeio.FactoryFinder
Creates a new instance of the given key
newInstance(String, String) - Method in class org.activeio.FactoryFinder
 
newServerSocket(InetAddrPort, int) - Method in class org.activeio.oneport.JettyOnePortSocketListener
 
next - Variable in class org.activeio.FilterAsyncChannel
 
next - Variable in class org.activeio.FilterAsyncChannelServer
 
next - Variable in class org.activeio.packet.FilterPacket
 

O

OnePortAsyncChannelServer - class org.activeio.oneport.OnePortAsyncChannelServer.
Allows multiple protocols share a single ChannelServer.
OnePortAsyncChannelServer(AsyncChannelServer) - Constructor for class org.activeio.oneport.OnePortAsyncChannelServer
 
OpenORBOpenPortFeatureInitializer - class org.activeio.oneport.OpenORBOpenPortFeatureInitializer.
Used to hook in the OpenORBOpenPortSocketFactory into the ORB.
OpenORBOpenPortFeatureInitializer() - Constructor for class org.activeio.oneport.OpenORBOpenPortFeatureInitializer
 
OpenORBOpenPortSocketFactory - class org.activeio.oneport.OpenORBOpenPortSocketFactory.
 
OpenORBOpenPortSocketFactory(OnePortAsyncChannelServer) - Constructor for class org.activeio.oneport.OpenORBOpenPortSocketFactory
 
OutputChannel - interface org.activeio.OutputChannel.
 
OutputStreamChannel - interface org.activeio.OutputStreamChannel.
 
OutputStreamChannelToOutputStream - class org.activeio.adapter.OutputStreamChannelToOutputStream.
 
OutputStreamChannelToOutputStream(OutputStreamChannel) - Constructor for class org.activeio.adapter.OutputStreamChannelToOutputStream
 
onAccept(Channel) - Method in interface org.activeio.AcceptListener
A AsyncChannelServer will call this method to when a new channel connection has been accepted.
onAccept(Channel) - Method in class org.activeio.FilterAsyncChannelServer
 
onAccept(Channel) - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
onAcceptError(IOException) - Method in interface org.activeio.AcceptListener
A AsyncChannelServer will call this method when a async failure occurs when accepting a connection.
onAcceptError(IOException) - Method in class org.activeio.FilterAsyncChannelServer
 
onAcceptError(IOException) - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
onCommand(Object) - Method in interface org.activeio.command.CommandListener
Called when a command is received
onError(Exception) - Method in interface org.activeio.command.CommandListener
Called when an error occurs trying to read a new command.
onObject(Object) - Method in class org.activeio.filter.AsyncWriteAsyncChannel
 
onPacket(Packet) - Method in interface org.activeio.AsyncChannelListener
A AsyncChannel will call this method to deliver an 'up' packet to a consumer.
onPacket(Packet) - Method in class org.activeio.FilterAsyncChannel
 
onPacket(Packet) - Method in class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
onPacket(Packet) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
onPacket(Packet) - Method in class org.activeio.adapter.AsyncToSyncChannel
 
onPacket(Packet) - Method in class org.activeio.filter.CounterAsyncChannel
 
onPacket(Packet) - Method in class org.activeio.filter.PacketAggregatingAsyncChannel
 
onPacketError(IOException) - Method in interface org.activeio.AsyncChannelListener
A AsyncChannel will call this method when a async failure occurs in the channel.
onPacketError(IOException) - Method in class org.activeio.FilterAsyncChannel
 
onPacketError(IOException) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
onPacketError(IOException) - Method in class org.activeio.adapter.AsyncToSyncChannel
 
onRequest(Packet) - Method in interface org.activeio.RequestListener
A RequestChannel will call this method when a new request arrives.
onRquestError(IOException) - Method in interface org.activeio.RequestListener
A RequestChannel will call this method when a async failure occurs when receiving a request.
onSelect(NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection) - Method in interface org.activeio.net.NIOAsyncChannelSelectorManager.SelectorManagerListener
 
onSelect() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
openAsyncChannel(URI) - Method in interface org.activeio.AsyncChannelFactory
Opens a connection to server.
openAsyncChannel(URI) - Method in class org.activeio.ChannelFactory
 
openAsyncChannel(URI) - Method in class org.activeio.adapter.SyncToAsyncChannelFactory
 
openAsyncChannel(URI) - Method in class org.activeio.net.NIOAsyncChannelFactory
Uses the 's host and port to create a tcp connection to a remote host.
openAsyncChannel(URI) - Method in class org.activeio.net.VMPipeAsyncChannelFactory
 
openStreamChannel(URI) - Method in interface org.activeio.StreamChannelFactory
Opens a connection to server.
openStreamChannel(URI) - Method in class org.activeio.net.SocketStreamChannelFactory
Uses the 's host and port to create a tcp connection to a remote host.
openSyncChannel(URI) - Method in class org.activeio.ChannelFactory
 
openSyncChannel(URI) - Method in interface org.activeio.SyncChannelFactory
Opens a connection to server.
openSyncChannel(URI) - Method in class org.activeio.adapter.AsyncToSyncChannelFactory
 
openSyncChannel(URI) - Method in class org.activeio.net.DatagramSocketSyncChannelFactory
Uses the 's host and port to create a tcp connection to a remote host.
openSyncChannel(URI) - Method in class org.activeio.net.NIOSyncChannelFactory
Uses the 's host and port to create a tcp connection to a remote host.
openSyncChannel(URI) - Method in class org.activeio.net.SocketSyncChannelFactory
Uses the 's host and port to create a tcp connection to a remote host.
openSynchChannel(URI, URI) - Method in class org.activeio.net.DatagramSocketSyncChannelFactory
Uses the 's host and port to create a tcp connection to a remote host.
org.activeio - package org.activeio
The core activeio API is centered around having Channels that move Packets of data.
org.activeio.adapter - package org.activeio.adapter
The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains.
org.activeio.command - package org.activeio.command
An API and helper classes for working with Command objects; which are application level objects along with a WireFormat to reader/write directly with the media allowing higher layers to work directly with command objects and WireFormat instances instead of turning things into Packets and byte arrays etc.
org.activeio.filter - package org.activeio.filter
Some simple filters that may be added to your channels.
org.activeio.journal - package org.activeio.journal
Provides the API for storing and accessing record based binary data in sequential log files.
org.activeio.journal.active - package org.activeio.journal.active
The Active Journal is a high performance Journal implemenation which does not place limits on how big the data being logged can be.
org.activeio.journal.howl - package org.activeio.journal.howl
A Journal implemenation using using a high performance transaction log implemented using Howl
org.activeio.net - package org.activeio.net
A set of Channel implementations that are implemented using the Socket and DatagramSocket classes.
org.activeio.oneport - package org.activeio.oneport
This package provides the implementing classes that allow you to run multiple protocols from a sigle port.
org.activeio.packet - package org.activeio.packet
Implementations of the Packet class.
org.activeio.xnet - package org.activeio.xnet
 
org.activeio.xnet.hba - package org.activeio.xnet.hba
 
overflowNotification(RecordLocation) - Method in interface org.activeio.journal.JournalEventListener
This event is issues when a Journal implementations wants to recover disk space used by old records.

P

Packet - interface org.activeio.Packet.
Provides a ByteBuffer like interface to work with IO channel packets of data.
Packet.ByteSequence - class org.activeio.Packet.ByteSequence.
 
Packet.ByteSequence(byte[], int, int) - Constructor for class org.activeio.Packet.ByteSequence
 
PacketAggregatingAsyncChannel - class org.activeio.filter.PacketAggregatingAsyncChannel.
This PacketAggregatingAsyncChannel can be used when the client is sending a 'record' style packet down the channel stack and needs receiving end to receive the same 'record' packets.
PacketAggregatingAsyncChannel(AsyncChannel) - Constructor for class org.activeio.filter.PacketAggregatingAsyncChannel
 
PacketAggregatingSyncChannel - class org.activeio.filter.PacketAggregatingSyncChannel.
This PacketAggregatingSynchChannel can be used when the client is sending a 'record' style packet down the channel stack and needs receiving end to receive the same 'record' packets.
PacketAggregatingSyncChannel(SyncChannel) - Constructor for class org.activeio.filter.PacketAggregatingSyncChannel
 
PacketAggregator - class org.activeio.filter.PacketAggregator.
 
PacketAggregator() - Constructor for class org.activeio.filter.PacketAggregator
 
PacketByteArrayOutputStream - class org.activeio.adapter.PacketByteArrayOutputStream.
 
PacketByteArrayOutputStream() - Constructor for class org.activeio.adapter.PacketByteArrayOutputStream
 
PacketByteArrayOutputStream(int) - Constructor for class org.activeio.adapter.PacketByteArrayOutputStream
 
PacketData - class org.activeio.PacketData.
Used to write and read primitives to and from a Packet.
PacketData(Packet) - Constructor for class org.activeio.PacketData
 
PacketData(Packet, boolean) - Constructor for class org.activeio.PacketData
 
PacketInputStream - class org.activeio.adapter.PacketInputStream.
Deprecated. Use PacketToInputStream instead. This class will be removed very soon.
PacketInputStream(Packet) - Constructor for class org.activeio.adapter.PacketInputStream
Deprecated.  
PacketOutputStream - class org.activeio.adapter.PacketOutputStream.
Provides an OutputStream for a given Packet.
PacketOutputStream(Packet) - Constructor for class org.activeio.adapter.PacketOutputStream
 
PacketPool - class org.activeio.packet.PacketPool.
Provides a simple pool of Packet objects.
PacketPool(int) - Constructor for class org.activeio.packet.PacketPool
 
PacketPool.PooledPacket - class org.activeio.packet.PacketPool.PooledPacket.
 
PacketPool.PooledPacket(Packet) - Constructor for class org.activeio.packet.PacketPool.PooledPacket
 
PacketToInputStream - class org.activeio.adapter.PacketToInputStream.
Provides an InputStream for a given Packet.
PacketToInputStream(Packet) - Constructor for class org.activeio.adapter.PacketToInputStream
 
ProtocolRecognizer - interface org.activeio.oneport.ProtocolRecognizer.
 
PushbackSyncChannel - class org.activeio.filter.PushbackSyncChannel.
 
PushbackSyncChannel(SyncChannel) - Constructor for class org.activeio.filter.PushbackSyncChannel
 
PushbackSyncChannel(SyncChannel, Packet) - Constructor for class org.activeio.filter.PushbackSyncChannel
 
packetAssembled(Packet) - Method in class org.activeio.filter.PacketAggregator
 
port - Variable in class org.activeio.net.DatagramContext
 
position() - Method in interface org.activeio.Packet
 
position(int) - Method in interface org.activeio.Packet
 
position() - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
position(int) - Method in class org.activeio.packet.AppendedPacket
 
position() - Method in class org.activeio.packet.AppendedPacket
 
position() - Method in class org.activeio.packet.ByteArrayPacket
 
position(int) - Method in class org.activeio.packet.ByteArrayPacket
 
position() - Method in class org.activeio.packet.ByteBufferPacket
 
position(int) - Method in class org.activeio.packet.ByteBufferPacket
 
position() - Method in class org.activeio.packet.BytePacket
 
position(int) - Method in class org.activeio.packet.BytePacket
 
position() - Method in class org.activeio.packet.EOSPacket
 
position(int) - Method in class org.activeio.packet.EOSPacket
 
position() - Method in class org.activeio.packet.EmptyPacket
 
position(int) - Method in class org.activeio.packet.EmptyPacket
 
position() - Method in class org.activeio.packet.FilterPacket
 
position(int) - Method in class org.activeio.packet.FilterPacket
 
putback(Packet) - Method in class org.activeio.filter.PushbackSyncChannel
 

R

RECORD_BASE_SIZE - Static variable in class org.activeio.journal.active.Record
 
RECORD_FOOTER_SIZE - Static variable in class org.activeio.journal.active.Record
 
RECORD_HEADER_SIZE - Static variable in class org.activeio.journal.active.Record
 
Record - class org.activeio.journal.active.Record.
Serializes/Deserializes data records.
Record() - Constructor for class org.activeio.journal.active.Record
 
Record(byte, Packet, Location) - Constructor for class org.activeio.journal.active.Record
 
Record(Location, byte, Packet, Location) - Constructor for class org.activeio.journal.active.Record
 
RecordInfo - class org.activeio.journal.active.RecordInfo.
 
RecordInfo(Location, Record, LogFileNode) - Constructor for class org.activeio.journal.active.RecordInfo
 
RecordLocation - interface org.activeio.journal.RecordLocation.
A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
RequestChannel - interface org.activeio.RequestChannel.
RequestChannel are used to model the request/reponse exchange that is used by higher level protcols such as HTTP and RMI.
RequestListener - interface org.activeio.RequestListener.
An RequestListener object is used to receive remote requests from a a RequestChannel
read(long) - Method in class org.activeio.FilterSyncChannel
 
read(byte[], int, int) - Method in interface org.activeio.InputStreamChannel
 
read(byte[]) - Method in interface org.activeio.InputStreamChannel
 
read() - Method in interface org.activeio.InputStreamChannel
 
read(long) - Method in interface org.activeio.InputSyncChannel
Used to synchronously receive a packet of information going 'up' the channel.
read() - Method in interface org.activeio.Packet
 
read(byte[], int, int) - Method in interface org.activeio.Packet
 
read(Packet) - Method in interface org.activeio.Packet
 
read(long) - Method in class org.activeio.adapter.AsyncToSyncChannel
 
read(byte[]) - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
read() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
read(byte[], int, int) - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
read() - Method in class org.activeio.adapter.PacketToInputStream
 
read(byte[], int, int) - Method in class org.activeio.adapter.PacketToInputStream
 
read() - Method in class org.activeio.adapter.SyncChannelToInputStream
 
read(byte[], int, int) - Method in class org.activeio.adapter.SyncChannelToInputStream
 
read(long) - Method in class org.activeio.filter.PacketAggregatingSyncChannel
 
read(long) - Method in class org.activeio.filter.PushbackSyncChannel
 
read(long) - Method in class org.activeio.filter.SynchornizedSyncChannel
 
read(RecordLocation) - Method in interface org.activeio.journal.Journal
Reads a previously written record from the journal.
read(RecordLocation) - Method in class org.activeio.journal.active.JournalImpl
 
read(int, byte[]) - Method in class org.activeio.journal.active.LogFile
 
read(Packet) - Method in class org.activeio.journal.active.Record
 
read(RecordLocation) - Method in class org.activeio.journal.howl.HowlJournal
 
read(long) - Method in class org.activeio.net.DatagramSocketSyncChannel
 
read(long) - Method in class org.activeio.net.NIOSyncChannel
 
read(byte[], int, int) - Method in class org.activeio.net.SocketStreamChannel
 
read(byte[]) - Method in class org.activeio.net.SocketStreamChannel
 
read() - Method in class org.activeio.net.SocketStreamChannel
 
read(long) - Method in class org.activeio.net.SocketSyncChannel
 
read() - Method in class org.activeio.packet.AppendedPacket
 
read(byte[], int, int) - Method in class org.activeio.packet.AppendedPacket
 
read(Packet) - Method in class org.activeio.packet.AppendedPacket
 
read() - Method in class org.activeio.packet.ByteArrayPacket
 
read(byte[], int, int) - Method in class org.activeio.packet.ByteArrayPacket
 
read(Packet) - Method in class org.activeio.packet.ByteArrayPacket
 
read() - Method in class org.activeio.packet.ByteBufferPacket
 
read(byte[], int, int) - Method in class org.activeio.packet.ByteBufferPacket
 
read(Packet) - Method in class org.activeio.packet.ByteBufferPacket
 
read() - Method in class org.activeio.packet.BytePacket
 
read(byte[], int, int) - Method in class org.activeio.packet.BytePacket
 
read(Packet) - Method in class org.activeio.packet.BytePacket
 
read() - Method in class org.activeio.packet.EOSPacket
 
read(byte[], int, int) - Method in class org.activeio.packet.EOSPacket
 
read(Packet) - Method in class org.activeio.packet.EOSPacket
 
read() - Method in class org.activeio.packet.EmptyPacket
 
read(byte[], int, int) - Method in class org.activeio.packet.EmptyPacket
 
read(Packet) - Method in class org.activeio.packet.EmptyPacket
 
read() - Method in class org.activeio.packet.FilterPacket
 
read(byte[], int, int) - Method in class org.activeio.packet.FilterPacket
 
read(Packet) - Method in class org.activeio.packet.FilterPacket
 
readBoolean() - Method in class org.activeio.PacketData
 
readByte() - Method in class org.activeio.PacketData
 
readChar() - Method in class org.activeio.PacketData
 
readDouble() - Method in class org.activeio.PacketData
 
readFloat() - Method in class org.activeio.PacketData
 
readFooter(DataInput) - Method in class org.activeio.journal.active.Record
 
readFromDataInput(DataInput) - Static method in class org.activeio.journal.active.Location
 
readFromPacket(Packet) - Static method in class org.activeio.journal.active.Location
 
readFromPacket(Packet) - Method in class org.activeio.journal.active.Record
 
readFully(byte[]) - Method in class org.activeio.PacketData
 
readFully(byte[], int, int) - Method in class org.activeio.PacketData
 
readHeader(DataInput) - Method in class org.activeio.journal.active.Record
 
readInt() - Method in class org.activeio.PacketData
 
readLong() - Method in class org.activeio.PacketData
 
readPacket(Location) - Method in class org.activeio.journal.active.LogFileManager
 
readRecordHeader(int, Record) - Method in class org.activeio.journal.active.LogFile
 
readShort() - Method in class org.activeio.PacketData
 
readUnsignedByte() - Method in class org.activeio.PacketData
 
readUnsignedShort() - Method in class org.activeio.PacketData
 
recognizes(Packet) - Method in class org.activeio.oneport.HttpRecognizer
 
recognizes(Packet) - Method in class org.activeio.oneport.IIOPRecognizer
 
recognizes(Packet) - Method in interface org.activeio.oneport.ProtocolRecognizer
 
register(SocketChannel, NIOAsyncChannelSelectorManager.SelectorManagerListener) - Static method in class org.activeio.net.NIOAsyncChannelSelectorManager
 
remaining() - Method in interface org.activeio.Packet
 
remaining() - Method in class org.activeio.packet.AppendedPacket
 
remaining() - Method in class org.activeio.packet.ByteArrayPacket
 
remaining() - Method in class org.activeio.packet.ByteBufferPacket
 
remaining() - Method in class org.activeio.packet.BytePacket
 
remaining() - Method in class org.activeio.packet.EOSPacket
 
remaining() - Method in class org.activeio.packet.EmptyPacket
 
remaining() - Method in class org.activeio.packet.FilterPacket
 
request(Packet, long) - Method in interface org.activeio.RequestChannel
Used to send a packet of information going 'down' the channel and wait for it's reponse 'up' packet.
request(Packet, long) - Method in class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
request(Packet, long) - Method in class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
request(Packet, long) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
reset() - Method in interface org.activeio.InputStreamChannel
 
reset() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
reset() - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
reset() - Method in class org.activeio.net.SocketStreamChannel
 
resize() - Method in class org.activeio.journal.active.LogFile
 
resolveClass(ObjectStreamClass) - Method in class org.activeio.command.ClassLoadingAwareObjectInputStream
 
resolveProxyClass(String[]) - Method in class org.activeio.command.ClassLoadingAwareObjectInputStream
 
rewind() - Method in interface org.activeio.Packet
 
rewind() - Method in class org.activeio.packet.AppendedPacket
 
rewind() - Method in class org.activeio.packet.ByteArrayPacket
 
rewind() - Method in class org.activeio.packet.ByteBufferPacket
 
rewind() - Method in class org.activeio.packet.BytePacket
 
rewind() - Method in class org.activeio.packet.EOSPacket
 
rewind() - Method in class org.activeio.packet.EmptyPacket
 
rewind() - Method in class org.activeio.packet.FilterPacket
 
run() - Method in class org.activeio.adapter.SyncToAsyncChannel
reads packets from a Socket
run() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
run() - Method in class org.activeio.filter.AsyncWriteAsyncChannel.ObjectDispatcherX
 
run() - Method in class org.activeio.xnet.SyncChannelServerDaemon
 

S

SELECTED_CHECKSUM_ALGORITHIM - Static variable in class org.activeio.journal.active.Record
 
SERIALIZED_SIZE - Static variable in class org.activeio.journal.active.Location
 
SERIALIZED_SIZE - Static variable in class org.activeio.journal.active.LogFileManager
 
START_OF_RECORD - Static variable in class org.activeio.journal.active.Record
 
ServerService - interface org.activeio.xnet.ServerService.
The Server will call the following methods.
Service - interface org.activeio.Service.
The Service interface is used control the running state of a channel.
ServiceAccessController - class org.activeio.xnet.hba.ServiceAccessController.
 
ServiceAccessController(ServerService) - Constructor for class org.activeio.xnet.hba.ServiceAccessController
 
ServiceAccessController(String, ServerService, IPAddressPermission[]) - Constructor for class org.activeio.xnet.hba.ServiceAccessController
 
ServiceDaemon - class org.activeio.xnet.ServiceDaemon.
 
ServiceDaemon(SocketService, InetAddress, int) - Constructor for class org.activeio.xnet.ServiceDaemon
 
ServiceDaemon(String, SocketService, InetAddress, int) - Constructor for class org.activeio.xnet.ServiceDaemon
 
ServiceDaemonGBean - class org.activeio.xnet.ServiceDaemonGBean.
 
ServiceDaemonGBean() - Constructor for class org.activeio.xnet.ServiceDaemonGBean
 
ServiceException - exception org.activeio.xnet.ServiceException.
 
ServiceException() - Constructor for class org.activeio.xnet.ServiceException

Default constructor, which simply delegates exception handling up the inheritance chain to Exception.

ServiceException(String) - Constructor for class org.activeio.xnet.ServiceException

This constructor allows a message to be supplied indicating the source of the problem that occurred.

ServiceException(Throwable) - Constructor for class org.activeio.xnet.ServiceException

This constructor allows a "root cause" exception to be supplied, which may later be used by the wrapping application.

ServiceException(String, Throwable) - Constructor for class org.activeio.xnet.ServiceException
This constructor allows both a message identifying the problem that occurred as well as a "root cause" exception to be supplied, which may later be used by the wrapping application.
ServiceLogger - class org.activeio.xnet.ServiceLogger.
 
ServiceLogger(String, ServerService, String[], String[]) - Constructor for class org.activeio.xnet.ServiceLogger
 
ServicePool - class org.activeio.xnet.ServicePool.
 
ServicePool(ServerService, String, int, long) - Constructor for class org.activeio.xnet.ServicePool
 
ServicePool(ServerService, Executor) - Constructor for class org.activeio.xnet.ServicePool
 
SocketMetadata - interface org.activeio.net.SocketMetadata.
 
SocketService - interface org.activeio.xnet.SocketService.
 
SocketStreamChannel - class org.activeio.net.SocketStreamChannel.
A StreamChannel implementation that uses a Socket to talk to the network.
SocketStreamChannel(Socket) - Constructor for class org.activeio.net.SocketStreamChannel
 
SocketStreamChannelFactory - class org.activeio.net.SocketStreamChannelFactory.
A TcpStreamChannelFactory creates org.activeio.net.TcpStreamChannel and org.activeio.net.TcpStreamChannelServer objects.
SocketStreamChannelFactory() - Constructor for class org.activeio.net.SocketStreamChannelFactory
 
SocketStreamChannelFactory(SocketFactory, ServerSocketFactory) - Constructor for class org.activeio.net.SocketStreamChannelFactory
 
SocketStreamChannelServer - class org.activeio.net.SocketStreamChannelServer.
A StreamChannelServer that creates org.activeio.net.TcpStreamChannelobjects from accepted tcp socket connections.
SocketStreamChannelServer(ServerSocket, URI, URI) - Constructor for class org.activeio.net.SocketStreamChannelServer
 
SocketSyncChannel - class org.activeio.net.SocketSyncChannel.
A org.activeio.SynchChannel implementation that uses a Socket to talk to the network.
SocketSyncChannel(Socket) - Constructor for class org.activeio.net.SocketSyncChannel
 
SocketSyncChannel(SocketStreamChannel) - Constructor for class org.activeio.net.SocketSyncChannel
 
SocketSyncChannelFactory - class org.activeio.net.SocketSyncChannelFactory.
A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
SocketSyncChannelFactory() - Constructor for class org.activeio.net.SocketSyncChannelFactory
 
SocketSyncChannelFactory(SocketFactory, ServerSocketFactory) - Constructor for class org.activeio.net.SocketSyncChannelFactory
 
SocketSyncChannelServer - class org.activeio.net.SocketSyncChannelServer.
A SynchChannelServer that creates org.activeio.net.TcpSynchChannelobjects from accepted TCP socket connections.
SocketSyncChannelServer(SocketStreamChannelServer) - Constructor for class org.activeio.net.SocketSyncChannelServer
 
SocketSyncChannelServer(ServerSocket, URI, URI) - Constructor for class org.activeio.net.SocketSyncChannelServer
 
SslSocketSyncChannelFactory - class org.activeio.net.SslSocketSyncChannelFactory.
A SslSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects that use SSL.
SslSocketSyncChannelFactory() - Constructor for class org.activeio.net.SslSocketSyncChannelFactory
 
StandardServiceStack - class org.activeio.xnet.StandardServiceStack.
 
StandardServiceStack(String, int, String, IPAddressPermission[], String[], String[], Executor, ServerService) - Constructor for class org.activeio.xnet.StandardServiceStack
 
StandardServiceStackGBean - class org.activeio.xnet.StandardServiceStackGBean.
 
StandardServiceStackGBean() - Constructor for class org.activeio.xnet.StandardServiceStackGBean
 
StartWithIPAddressPermission - class org.activeio.xnet.hba.StartWithIPAddressPermission.
 
StartWithIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.StartWithIPAddressPermission
 
StreamChannel - interface org.activeio.StreamChannel.
 
StreamChannelFactory - interface org.activeio.StreamChannelFactory.
StreamChannelFactory objects can create StreamChannel and StreamChannelServer objects.
StreamChannelServer - interface org.activeio.StreamChannelServer.
A StreamChannelServer object provides an accept method to synchronously accept and create org.activeio.channel.Channel objects.
SyncChannel - interface org.activeio.SyncChannel.
SyncChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' Packet objects when they arrive.
SyncChannelFactory - interface org.activeio.SyncChannelFactory.
SynchChannelFactory objects can create org.activeio.SynchChannel and org.activeio.SynchChannelServer objects.
SyncChannelServer - interface org.activeio.SyncChannelServer.
A SynchChannelServer object provides an accept method to synchronously accept and create Channel objects.
SyncChannelServerDaemon - class org.activeio.xnet.SyncChannelServerDaemon.
 
SyncChannelServerDaemon(SocketService, InetAddress, int) - Constructor for class org.activeio.xnet.SyncChannelServerDaemon
 
SyncChannelServerDaemon(String, SocketService, InetAddress, int) - Constructor for class org.activeio.xnet.SyncChannelServerDaemon
 
SyncChannelServerToServerSocket - class org.activeio.adapter.SyncChannelServerToServerSocket.
 
SyncChannelServerToServerSocket(SyncChannelServer) - Constructor for class org.activeio.adapter.SyncChannelServerToServerSocket
 
SyncChannelToInputStream - class org.activeio.adapter.SyncChannelToInputStream.
Provides an InputStream for a given SynchChannel.
SyncChannelToInputStream(SyncChannel) - Constructor for class org.activeio.adapter.SyncChannelToInputStream
 
SyncChannelToOutputStream - class org.activeio.adapter.SyncChannelToOutputStream.
 
SyncChannelToOutputStream(SyncChannel) - Constructor for class org.activeio.adapter.SyncChannelToOutputStream
 
SyncChannelToSocket - class org.activeio.adapter.SyncChannelToSocket.
Provides a Socket interface to a org.activeio.SynchChannel.
SyncChannelToSocket(SyncChannel) - Constructor for class org.activeio.adapter.SyncChannelToSocket
 
SyncChannelToSocket(SyncChannel, SocketMetadata) - Constructor for class org.activeio.adapter.SyncChannelToSocket
 
SyncToAsyncChannel - class org.activeio.adapter.SyncToAsyncChannel.
Adapts a org.activeio.SynchChannel so that it provides an AsyncChannel interface.
SyncToAsyncChannel(SyncChannel) - Constructor for class org.activeio.adapter.SyncToAsyncChannel
Deprecated. #adapt(SynchChannel)
SyncToAsyncChannel(SyncChannel, Executor) - Constructor for class org.activeio.adapter.SyncToAsyncChannel
Deprecated. #adapt(SynchChannel, Executor)
SyncToAsyncChannelFactory - class org.activeio.adapter.SyncToAsyncChannelFactory.
 
SyncToAsyncChannelFactory(SyncChannelFactory) - Constructor for class org.activeio.adapter.SyncToAsyncChannelFactory
Deprecated. SyncToAsyncChannelFactory.adapt(SyncChannelFactory)
SyncToAsyncChannelFactory(SyncChannelFactory, Executor) - Constructor for class org.activeio.adapter.SyncToAsyncChannelFactory
Deprecated. SyncToAsyncChannelFactory.adapt(SyncChannelFactory, Executor)
SyncToAsyncChannelServer - class org.activeio.adapter.SyncToAsyncChannelServer.
Adapts a org.activeio,SynchChannelServer so that it provides an AsyncChannelServer interface.
SyncToAsyncChannelServer(SyncChannelServer) - Constructor for class org.activeio.adapter.SyncToAsyncChannelServer
 
SyncToAsyncChannelServer(SyncChannelServer, Executor) - Constructor for class org.activeio.adapter.SyncToAsyncChannelServer
 
SynchToAsynchChannelAdapter - class org.activeio.adapter.SynchToAsynchChannelAdapter.
Deprecated. Use AsyncChannelServer instead. This class will be removed very soon.
SynchToAsynchChannelAdapter(SyncChannel) - Constructor for class org.activeio.adapter.SynchToAsynchChannelAdapter
Deprecated.  
SynchToAsynchChannelAdapter(SyncChannel, Executor) - Constructor for class org.activeio.adapter.SynchToAsynchChannelAdapter
Deprecated.  
SynchornizedAsyncChannel - class org.activeio.filter.SynchornizedAsyncChannel.
Used to synchronize concurrent access to an ASynchChannel.
SynchornizedAsyncChannel(AsyncChannel) - Constructor for class org.activeio.filter.SynchornizedAsyncChannel
 
SynchornizedAsyncChannel(AsyncChannel, Sync) - Constructor for class org.activeio.filter.SynchornizedAsyncChannel
 
SynchornizedSyncChannel - class org.activeio.filter.SynchornizedSyncChannel.
Used to synchronize concurrent access to a SynchChannel.
SynchornizedSyncChannel(SyncChannel) - Constructor for class org.activeio.filter.SynchornizedSyncChannel
 
SynchornizedSyncChannel(SyncChannel, Sync, Sync) - Constructor for class org.activeio.filter.SynchornizedSyncChannel
 
sendUrgentData(int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
service(Socket) - Method in class org.activeio.xnet.ServiceLogger
log_on_success ----------------- Different information can be logged when a server starts:

PID : the server's PID (if it's an internal xinetd service, the PID has then a value of 0) ; HOST : the client address ; USERID : the identity of the remote user, according to RFC1413 defining identification protocol; EXIT : the process exit status; DURATION : the session duration.

service(Socket) - Method in class org.activeio.xnet.ServicePool
 
service(Socket) - Method in interface org.activeio.xnet.SocketService
 
service(Socket) - Method in class org.activeio.xnet.hba.ServiceAccessController
 
setAcceptListener(AcceptListener) - Method in interface org.activeio.AsyncChannelServer
Registers an AcceptListener which is notified of accepted channels.
setAcceptListener(AcceptListener) - Method in class org.activeio.FilterAsyncChannelServer
 
setAcceptListener(AcceptListener) - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
setAcceptListener(AcceptListener) - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
setAcceptListener(AcceptListener) - Method in class org.activeio.oneport.OnePortAsyncChannelServer
 
setAddress(InetAddress) - Method in class org.activeio.net.DatagramContext
 
setAllowHosts(IPAddressPermission[]) - Method in class org.activeio.xnet.StandardServiceStack
 
setAllowHosts(IPAddressPermission[]) - Method in class org.activeio.xnet.hba.ServiceAccessController
 
setAsText(String) - Method in class org.activeio.xnet.hba.IPAddressPermissionEditor
 
setAsyncChannelListener(AsyncChannelListener) - Method in class org.activeio.FilterAsyncChannel
 
setAsyncChannelListener(AsyncChannelListener) - Method in interface org.activeio.InputAsyncChannel
Registers the ChannelConsumer that the protcol will use to deliver packets coming 'up' the channel.
setAsyncChannelListener(AsyncChannelListener) - Method in class org.activeio.adapter.SyncToAsyncChannel
 
setAsyncChannelListener(AsyncChannelListener) - Method in class org.activeio.net.NIOAsyncChannel
 
setAsyncChannelListener(AsyncChannelListener) - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
setAsyncChannelListener(AsyncChannelListener) - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
setBacklog(int) - Method in class org.activeio.net.NIOAsyncChannelFactory
 
setBacklog(int) - Method in class org.activeio.net.NIOSyncChannelFactory
 
setBacklog(int) - Method in class org.activeio.net.SocketStreamChannelFactory
 
setBacklog(int) - Method in class org.activeio.net.SocketSyncChannelFactory
 
setChannelExecutor(Executor) - Static method in class org.activeio.net.NIOAsyncChannelSelectorManager
 
setCommandListener(CommandListener) - Method in class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
setCommandListener(CommandListener) - Method in interface org.activeio.command.AsyncCommandChannel
Allows a listener to be added for commands
setContextSocketFactory(OpenORBOpenPortSocketFactory) - Static method in class org.activeio.oneport.OpenORBOpenPortFeatureInitializer
 
setForceRefelection(boolean) - Method in class org.activeio.net.VMPipeAsyncChannelFactory
 
setInterestOps(int) - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
setJournalEventListener(JournalEventListener) - Method in interface org.activeio.journal.Journal
Registers a JournalEventListener that will receive notifications from the Journal.
setJournalEventListener(JournalEventListener) - Method in class org.activeio.journal.active.JournalImpl
 
setJournalEventListener(JournalEventListener) - Method in class org.activeio.journal.howl.HowlJournal
 
setKeepAlive(boolean) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setKeepAlive(boolean) - Method in class org.activeio.net.NIOBaseChannel
 
setKeepAlive(boolean) - Method in interface org.activeio.net.SocketMetadata
 
setKeepAlive(boolean) - Method in class org.activeio.net.SocketStreamChannel
 
setKeepAlive(boolean) - Method in class org.activeio.net.SocketSyncChannel
 
setLocation(Location) - Method in class org.activeio.journal.active.Record
 
setMark(RecordLocation, boolean) - Method in interface org.activeio.journal.Journal
Informs the journal that all the journal space up to the location is no longer needed and can be reclaimed for reuse.
setMark(RecordLocation, boolean) - Method in class org.activeio.journal.active.JournalImpl
 
setMark(RecordLocation, boolean) - Method in class org.activeio.journal.howl.HowlJournal
 
setOOBInline(boolean) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setOOBInline(boolean) - Method in class org.activeio.net.NIOBaseChannel
 
setOOBInline(boolean) - Method in interface org.activeio.net.SocketMetadata
 
setOOBInline(boolean) - Method in class org.activeio.net.SocketStreamChannel
 
setOOBInline(boolean) - Method in class org.activeio.net.SocketSyncChannel
 
setPerformancePreferences(int, int, int) - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
setPort(Integer) - Method in class org.activeio.net.DatagramContext
 
setReceiveBufferSize(int) - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
setReceiveBufferSize(int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setReceiveBufferSize(int) - Method in class org.activeio.net.NIOBaseChannel
 
setReceiveBufferSize(int) - Method in interface org.activeio.net.SocketMetadata
 
setReceiveBufferSize(int) - Method in class org.activeio.net.SocketStreamChannel
 
setReceiveBufferSize(int) - Method in class org.activeio.net.SocketSyncChannel
 
setRequestListener(RequestListener) - Method in interface org.activeio.RequestChannel
Registers the RequestListener that the protcol will use to deliver request packets comming 'up' the channel.
setRequestListener(RequestListener) - Method in class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
setRequestListener(RequestListener) - Method in class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
setRequestListener(RequestListener) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
setReuseAddress(boolean) - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
setReuseAddress(boolean) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setReuseAddress(boolean) - Method in class org.activeio.net.NIOBaseChannel
 
setReuseAddress(boolean) - Method in interface org.activeio.net.SocketMetadata
 
setReuseAddress(boolean) - Method in class org.activeio.net.SocketStreamChannel
 
setReuseAddress(boolean) - Method in class org.activeio.net.SocketSyncChannel
 
setSelectorExecutor(Executor) - Static method in class org.activeio.net.NIOAsyncChannelSelectorManager
 
setSendBufferSize(int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setSendBufferSize(int) - Method in class org.activeio.net.NIOBaseChannel
 
setSendBufferSize(int) - Method in interface org.activeio.net.SocketMetadata
 
setSendBufferSize(int) - Method in class org.activeio.net.SocketStreamChannel
 
setSendBufferSize(int) - Method in class org.activeio.net.SocketSyncChannel
 
setSibiling(VMPipeAsyncChannelPipe.PipeChannel) - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
setSoLinger(boolean, int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setSoLinger(boolean, int) - Method in class org.activeio.net.NIOBaseChannel
 
setSoLinger(boolean, int) - Method in interface org.activeio.net.SocketMetadata
 
setSoLinger(boolean, int) - Method in class org.activeio.net.SocketStreamChannel
 
setSoLinger(boolean, int) - Method in class org.activeio.net.SocketSyncChannel
 
setSoTimeout(int) - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
setSoTimeout(int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setSoTimeout(int) - Method in class org.activeio.net.NIOBaseChannel
 
setSoTimeout(int) - Method in class org.activeio.net.SocketStreamChannel
 
setSoTimeout(int) - Method in class org.activeio.net.SocketSyncChannel
 
setSoTimeout(int) - Method in class org.activeio.xnet.ServiceDaemon
 
setSoTimeout(int) - Method in class org.activeio.xnet.StandardServiceStack
 
setSoTimeout(int) - Method in class org.activeio.xnet.SyncChannelServerDaemon
 
setTcpNoDelay(boolean) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setTcpNoDelay(boolean) - Method in class org.activeio.net.NIOBaseChannel
 
setTcpNoDelay(boolean) - Method in interface org.activeio.net.SocketMetadata
 
setTcpNoDelay(boolean) - Method in class org.activeio.net.SocketStreamChannel
 
setTcpNoDelay(boolean) - Method in class org.activeio.net.SocketSyncChannel
 
setTimeout(long) - Method in class org.activeio.adapter.SyncChannelToInputStream
 
setTrafficClass(int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
setTrafficClass(int) - Method in class org.activeio.net.NIOBaseChannel
 
setTrafficClass(int) - Method in interface org.activeio.net.SocketMetadata
 
setTrafficClass(int) - Method in class org.activeio.net.SocketStreamChannel
 
setTrafficClass(int) - Method in class org.activeio.net.SocketSyncChannel
 
setVersion(int) - Method in class org.activeio.command.DefaultWireFormat
 
setVersion(int) - Method in interface org.activeio.command.WireFormat
 
shutdownInput() - Method in class org.activeio.adapter.SyncChannelToSocket
 
shutdownOutput() - Method in class org.activeio.adapter.SyncChannelToSocket
 
skip(long) - Method in interface org.activeio.InputStreamChannel
 
skip(long) - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
skip(int) - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
skip(long) - Method in class org.activeio.net.SocketStreamChannel
 
skipBytes(int) - Method in class org.activeio.PacketData
 
slice() - Method in interface org.activeio.Packet
 
slice() - Method in class org.activeio.packet.AppendedPacket
 
slice() - Method in class org.activeio.packet.ByteArrayPacket
 
slice() - Method in class org.activeio.packet.ByteBufferPacket
 
slice() - Method in class org.activeio.packet.BytePacket
 
slice() - Method in class org.activeio.packet.EOSPacket
 
slice() - Method in class org.activeio.packet.EmptyPacket
 
slice() - Method in class org.activeio.packet.FilterPacket
 
sliceAsBytes() - Method in interface org.activeio.Packet
 
sliceAsBytes() - Method in class org.activeio.packet.AppendedPacket
 
sliceAsBytes() - Method in class org.activeio.packet.ByteArrayPacket
 
sliceAsBytes() - Method in class org.activeio.packet.ByteBufferPacket
 
sliceAsBytes() - Method in class org.activeio.packet.BytePacket
 
sliceAsBytes() - Method in class org.activeio.packet.EOSPacket
 
sliceAsBytes() - Method in class org.activeio.packet.EmptyPacket
 
sliceAsBytes() - Method in class org.activeio.packet.FilterPacket
 
socket - Variable in class org.activeio.net.NIOBaseChannel
 
socketChannel - Variable in class org.activeio.net.NIOBaseChannel
 
start() - Method in class org.activeio.FilterAsyncChannel
 
start() - Method in class org.activeio.FilterAsyncChannelServer
 
start() - Method in class org.activeio.FilterSyncChannel
 
start() - Method in class org.activeio.FilterSyncChannelServer
 
start() - Method in interface org.activeio.Service
Starts the channel.
start() - Method in class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
start() - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
start() - Method in class org.activeio.adapter.AsyncToSyncChannel
 
start() - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
start() - Method in class org.activeio.adapter.SyncToAsyncChannel
 
start() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
start() - Method in class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
start() - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
start() - Method in class org.activeio.filter.SynchornizedSyncChannel
 
start() - Method in class org.activeio.net.DatagramSocketSyncChannel
 
start() - Method in class org.activeio.net.NIOAsyncChannel
 
start() - Method in class org.activeio.net.NIOSyncChannel
 
start() - Method in class org.activeio.net.SocketStreamChannel
 
start() - Method in class org.activeio.net.SocketStreamChannelServer
 
start() - Method in class org.activeio.net.SocketSyncChannel
 
start() - Method in class org.activeio.net.SocketSyncChannelServer
 
start() - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
start() - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
start() - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
start() - Method in interface org.activeio.xnet.ServerService
 
start() - Method in class org.activeio.xnet.ServiceLogger
 
start() - Method in class org.activeio.xnet.ServicePool
 
start() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
stop(long) - Method in class org.activeio.FilterAsyncChannel
 
stop(long) - Method in class org.activeio.FilterAsyncChannelServer
 
stop(long) - Method in class org.activeio.FilterSyncChannel
 
stop(long) - Method in class org.activeio.FilterSyncChannelServer
 
stop(long) - Method in interface org.activeio.Service
Stops the channel.
stop(long) - Method in class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
stop(long) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
stop(long) - Method in class org.activeio.adapter.AsyncToSyncChannel
 
stop(long) - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
stop(long) - Method in class org.activeio.adapter.SyncToAsyncChannel
 
stop(long) - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
stop(long) - Method in class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
stop(long) - Method in class org.activeio.filter.AsyncWriteAsyncChannel
 
stop(long) - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
stop(long) - Method in class org.activeio.filter.SynchornizedSyncChannel
 
stop(long) - Method in class org.activeio.net.DatagramSocketSyncChannel
 
stop(long) - Method in class org.activeio.net.NIOAsyncChannel
 
stop(long) - Method in class org.activeio.net.NIOSyncChannel
 
stop(long) - Method in class org.activeio.net.SocketStreamChannel
 
stop(long) - Method in class org.activeio.net.SocketStreamChannelServer
 
stop(long) - Method in class org.activeio.net.SocketSyncChannel
 
stop(long) - Method in class org.activeio.net.SocketSyncChannelServer
 
stop(long) - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
stop(long) - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
stop(long) - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
stop() - Method in interface org.activeio.xnet.ServerService
 
stop() - Method in class org.activeio.xnet.ServiceLogger
 
stop() - Method in class org.activeio.xnet.ServicePool
 
stop() - Method in class org.activeio.xnet.SyncChannelServerDaemon
 
stop() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
store() - Method in class org.activeio.journal.active.ControlFile
 

T

toString() - Method in class org.activeio.FilterAsyncChannel
 
toString() - Method in class org.activeio.FilterAsyncChannelServer
 
toString() - Method in class org.activeio.FilterSyncChannel
 
toString() - Method in class org.activeio.FilterSyncChannelServer
 
toString() - Method in class org.activeio.adapter.AsyncToSyncChannel
 
toString() - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
toString() - Method in class org.activeio.adapter.SyncToAsyncChannel
 
toString() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
toString() - Method in class org.activeio.journal.active.JournalImpl
 
toString() - Method in class org.activeio.journal.active.Location
 
toString() - Method in class org.activeio.journal.howl.LongRecordLocation
 
toString() - Method in class org.activeio.net.DatagramSocketSyncChannel
 
toString() - Method in class org.activeio.net.NIOBaseChannel
 
toString() - Method in class org.activeio.net.SocketStreamChannel
 
toString() - Method in class org.activeio.net.SocketStreamChannelServer
 
toString() - Method in class org.activeio.net.SocketSyncChannel
 
toString() - Method in class org.activeio.net.SocketSyncChannelServer
 
toString() - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
toString() - Method in class org.activeio.net.VMPipeAsyncChannelServer
 
toString() - Method in class org.activeio.packet.AppendedPacket
 
toString() - Method in class org.activeio.packet.ByteArrayPacket
 
toString() - Method in class org.activeio.packet.ByteBufferPacket
 
toString() - Method in class org.activeio.packet.BytePacket
 
toString() - Method in class org.activeio.packet.EOSPacket
 
toString() - Method in class org.activeio.packet.EmptyPacket
 

U

URISupport - class org.activeio.net.URISupport.
The URISupport class provides a few static methods that provides a few usefull operations to manipulate URIs.
URISupport() - Constructor for class org.activeio.net.URISupport
 
unbindServer(URI) - Static method in class org.activeio.net.VMPipeAsyncChannelFactory
 
unlock() - Method in class org.activeio.journal.active.ControlFile
Un locks the control file.
unmarshal(Packet) - Method in class org.activeio.command.DefaultWireFormat
 
unmarshal(DataInputStream) - Method in class org.activeio.command.DefaultWireFormat
 
unmarshal(Packet) - Method in interface org.activeio.command.WireFormat
Packet based un-marshaling
unmarshal(DataInputStream) - Method in interface org.activeio.command.WireFormat
Packet based un-marshaling

V

VMPipeAsyncChannelFactory - class org.activeio.net.VMPipeAsyncChannelFactory.
 
VMPipeAsyncChannelFactory() - Constructor for class org.activeio.net.VMPipeAsyncChannelFactory
 
VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter - class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.
Used to marshal calls to a PipeChannel in a different classloader.
VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter(Object) - Constructor for class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler - class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler.
 
VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler() - Constructor for class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler
 
VMPipeAsyncChannelPipe - class org.activeio.net.VMPipeAsyncChannelPipe.
Used to connect the bottom ends of two Async channel stacks.
VMPipeAsyncChannelPipe() - Constructor for class org.activeio.net.VMPipeAsyncChannelPipe
 
VMPipeAsyncChannelPipe.PipeChannel - class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel.
 
VMPipeAsyncChannelPipe.PipeChannel() - Constructor for class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
VMPipeAsyncChannelServer - class org.activeio.net.VMPipeAsyncChannelServer.
 
VMPipeAsyncChannelServer(URI) - Constructor for class org.activeio.net.VMPipeAsyncChannelServer
 

W

WAIT_FOREVER_TIMEOUT - Static variable in interface org.activeio.Service
 
WAIT_FOREVER_TIMEOUT - Static variable in interface org.activeio.StreamChannelServer
 
WAIT_FOREVER_TIMEOUT - Static variable in interface org.activeio.SyncChannelServer
 
WireFormat - interface org.activeio.command.WireFormat.
Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.
WireFormatFactory - interface org.activeio.command.WireFormatFactory.
 
WriteBufferedAsyncChannel - class org.activeio.filter.WriteBufferedAsyncChannel.
 
WriteBufferedAsyncChannel(AsyncChannel) - Constructor for class org.activeio.filter.WriteBufferedAsyncChannel
 
WriteBufferedAsyncChannel(AsyncChannel, Packet) - Constructor for class org.activeio.filter.WriteBufferedAsyncChannel
 
WriteBufferedAsyncChannel(AsyncChannel, Packet, boolean) - Constructor for class org.activeio.filter.WriteBufferedAsyncChannel
 
WriteBufferedSyncChannel - class org.activeio.filter.WriteBufferedSyncChannel.
 
WriteBufferedSyncChannel(SyncChannel) - Constructor for class org.activeio.filter.WriteBufferedSyncChannel
 
WriteBufferedSyncChannel(SyncChannel, Packet) - Constructor for class org.activeio.filter.WriteBufferedSyncChannel
 
WriteBufferedSyncChannel(SyncChannel, Packet, boolean) - Constructor for class org.activeio.filter.WriteBufferedSyncChannel
 
waitForForce() - Method in class org.activeio.journal.active.BatchedWrite
 
waitForPacketsToReturn() - Method in class org.activeio.packet.PacketPool
 
write(Packet) - Method in class org.activeio.FilterAsyncChannel
 
write(Packet) - Method in class org.activeio.FilterSyncChannel
 
write(Packet) - Method in interface org.activeio.OutputChannel
Sends a packet down the channel towards the media.
write(byte[], int, int) - Method in interface org.activeio.OutputStreamChannel
 
write(byte[]) - Method in interface org.activeio.OutputStreamChannel
 
write(int) - Method in interface org.activeio.OutputStreamChannel
 
write(int) - Method in interface org.activeio.Packet
 
write(byte[], int, int) - Method in interface org.activeio.Packet
 
write(int) - Method in class org.activeio.PacketData
 
write(byte[]) - Method in class org.activeio.PacketData
 
write(byte[], int, int) - Method in class org.activeio.PacketData
 
write(Packet) - Method in class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
write(int) - Method in class org.activeio.adapter.AsyncChannelToOutputStream
 
write(byte[], int, int) - Method in class org.activeio.adapter.AsyncChannelToOutputStream
 
write(Packet) - Method in class org.activeio.adapter.AsyncToSyncChannel
 
write(int) - Method in class org.activeio.adapter.OutputStreamChannelToOutputStream
 
write(byte[], int, int) - Method in class org.activeio.adapter.OutputStreamChannelToOutputStream
 
write(byte[]) - Method in class org.activeio.adapter.OutputStreamChannelToOutputStream
 
write(int) - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
write(int) - Method in class org.activeio.adapter.PacketOutputStream
 
write(byte[], int, int) - Method in class org.activeio.adapter.PacketOutputStream
 
write(int) - Method in class org.activeio.adapter.SyncChannelToOutputStream
 
write(byte[], int, int) - Method in class org.activeio.adapter.SyncChannelToOutputStream
 
write(Packet) - Method in class org.activeio.adapter.SyncToAsyncChannel
 
write(Packet) - Method in class org.activeio.filter.AsyncWriteAsyncChannel
 
write(Packet) - Method in class org.activeio.filter.CounterAsyncChannel
 
write(Packet) - Method in class org.activeio.filter.PacketAggregatingAsyncChannel
 
write(Packet) - Method in class org.activeio.filter.PacketAggregatingSyncChannel
 
write(Packet) - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
write(Packet) - Method in class org.activeio.filter.SynchornizedSyncChannel
 
write(Packet) - Method in class org.activeio.filter.WriteBufferedAsyncChannel
 
write(Packet) - Method in class org.activeio.filter.WriteBufferedSyncChannel
 
write(Packet, boolean) - Method in interface org.activeio.journal.Journal
Writes a Packet of data to the journal.
write(Packet, boolean) - Method in class org.activeio.journal.active.JournalImpl
 
write(int, ByteBuffer) - Method in class org.activeio.journal.active.LogFile
 
write(Packet, boolean) - Method in class org.activeio.journal.howl.HowlJournal
 
write(Packet) - Method in class org.activeio.net.DatagramSocketSyncChannel
 
write(Packet) - Method in class org.activeio.net.NIOAsyncChannel
 
write(Packet) - Method in class org.activeio.net.NIOSyncChannel
 
write(byte[], int, int) - Method in class org.activeio.net.SocketStreamChannel
 
write(byte[]) - Method in class org.activeio.net.SocketStreamChannel
 
write(int) - Method in class org.activeio.net.SocketStreamChannel
 
write(Packet) - Method in class org.activeio.net.SocketSyncChannel
 
write(Packet) - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter
 
write(Packet) - Method in class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
write(int) - Method in class org.activeio.packet.AppendedPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.AppendedPacket
 
write(int) - Method in class org.activeio.packet.ByteArrayPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.ByteArrayPacket
 
write(int) - Method in class org.activeio.packet.ByteBufferPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.ByteBufferPacket
 
write(int) - Method in class org.activeio.packet.BytePacket
 
write(byte[], int, int) - Method in class org.activeio.packet.BytePacket
 
write(int) - Method in class org.activeio.packet.EOSPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.EOSPacket
 
write(int) - Method in class org.activeio.packet.EmptyPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.EmptyPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.FilterPacket
 
write(int) - Method in class org.activeio.packet.FilterPacket
 
writeBoolean(boolean) - Method in class org.activeio.PacketData
 
writeByte(int) - Method in class org.activeio.PacketData
 
writeChar(int) - Method in class org.activeio.PacketData
 
writeCommand(Object) - Method in class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
writeCommand(Object) - Method in interface org.activeio.command.AsyncCommandChannel
Sends a command down the channel towards the media, using a WireFormat to decide how to marshall the command onto the media.
writeDouble(double) - Method in class org.activeio.PacketData
 
writeFailed(Throwable) - Method in class org.activeio.journal.active.BatchedWrite
 
writeFloat(float) - Method in class org.activeio.PacketData
 
writeInt(int) - Method in class org.activeio.PacketData
 
writeLong(long) - Method in class org.activeio.PacketData
 
writeRawDouble(double) - Method in class org.activeio.PacketData
 
writeRawFloat(float) - Method in class org.activeio.PacketData
 
writeShort(int) - Method in class org.activeio.PacketData
 
writeTo(OutputStream) - Method in interface org.activeio.Packet
Writes the remaing bytes in the packet to the output stream.
writeTo(DataOutput) - Method in interface org.activeio.Packet
 
writeTo(OutputStream) - Method in class org.activeio.packet.AppendedPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.AppendedPacket
 
writeTo(OutputStream) - Method in class org.activeio.packet.ByteArrayPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.ByteArrayPacket
 
writeTo(OutputStream) - Method in class org.activeio.packet.ByteBufferPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.ByteBufferPacket
 
writeTo(OutputStream) - Method in class org.activeio.packet.BytePacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.BytePacket
 
writeTo(OutputStream) - Method in class org.activeio.packet.EOSPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.EOSPacket
 
writeTo(OutputStream) - Method in class org.activeio.packet.EmptyPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.EmptyPacket
 
writeTo(OutputStream) - Method in class org.activeio.packet.FilterPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.FilterPacket
 
writeToDataOutput(DataOutput) - Method in class org.activeio.journal.active.Location
 
writeToPacket(Packet) - Method in class org.activeio.journal.active.Location
 

A B C D E F G H I J L M N O P R S T U V W

Copyright © -2007 The ActiveIO Project. All Rights Reserved.