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

A

accept(long) - Method in class org.activeio.adapter.AsyncToSyncChannelServer
 
accept() - Method in class org.activeio.adapter.SyncChannelServerToServerSocket
 
accept(long) - Method in class org.activeio.FilterSyncChannelServer
 
accept(long) - Method in class org.activeio.net.SocketStreamChannelServer
 
accept(long) - Method in class org.activeio.net.SocketSyncChannelServer
 
accept(long) - Method in interface org.activeio.StreamChannelServer
 
accept(long) - Method in interface org.activeio.SyncChannelServer
 
AcceptListener - Interface in org.activeio
An AcceptListener object is used to receive accepted Channel connections.
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, Executor) - Static method in class org.activeio.adapter.SynchToAsynchChannelAdapter
Deprecated.  
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
 
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
 
AppendedPacket - Class in org.activeio.packet
Appends two packets together.
AppendedPacket(Packet, Packet) - Constructor for class org.activeio.packet.AppendedPacket
Deprecated. use AppendedPacket.join(Packet, Packet) instead.
asByteSequence() - Method in class org.activeio.packet.AppendedPacket
 
asByteSequence() - Method in interface org.activeio.Packet
 
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.EmptyPacket
 
asByteSequence() - Method in class org.activeio.packet.EOSPacket
 
asByteSequence() - Method in class org.activeio.packet.FilterPacket
 
AsyncChannel - Interface in org.activeio
AsyncChannel objects asynchronously push 'up' Packet objects to a registered org.activeio.ChannelConsumer.
AsyncChannelFactory - Interface in org.activeio
AsyncChannelFactory objects can create AsyncChannel and AsyncChannelServer objects.
AsyncChannelListener - Interface in org.activeio
A ChannelConsumer object is used to receive 'up' Packet objects.
AsyncChannelServer - Interface in org.activeio
AsyncChannelServer objects asynchronously accept and create Channel objects and then delivers those objects to a org.activeio.AcceptConsumer.
AsyncChannelToAsyncCommandChannel - Class in org.activeio.command
 
AsyncChannelToAsyncCommandChannel(AsyncChannel, WireFormat) - Constructor for class org.activeio.command.AsyncChannelToAsyncCommandChannel
 
AsyncChannelToClientRequestChannel - Class in org.activeio.adapter
Creates a RequestChannel out of a SyncChannel.
AsyncChannelToClientRequestChannel(SyncChannel) - Constructor for class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
AsyncChannelToConcurrentRequestChannel - Class in org.activeio.adapter
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 in org.activeio.adapter
 
AsyncChannelToOutputStream(AsyncChannel) - Constructor for class org.activeio.adapter.AsyncChannelToOutputStream
 
AsyncChannelToServerRequestChannel - Class in org.activeio.adapter
Creates a RequestChannel out of a AsyncChannel.
AsyncChannelToServerRequestChannel(AsyncChannel) - Constructor for class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
AsyncCommandChannel - Interface in org.activeio.command
Allows command objects to be written into a channel
AsynchChannel - Interface in org.activeio
Deprecated. Use AsyncChannel instead. This class will be removed very soon.
AsynchChannelListener - Class in org.activeio
 
AsynchChannelListener() - Constructor for class org.activeio.AsynchChannelListener
 
AsynchChannelServer - Class in org.activeio
 
AsynchChannelServer() - Constructor for class org.activeio.AsynchChannelServer
 
AsyncToSyncChannel - Class in org.activeio.adapter
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 in org.activeio.adapter
 
AsyncToSyncChannelServer - Class in org.activeio.adapter
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 in org.activeio.filter
 
AsyncWriteAsyncChannel(AsyncChannel) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel
 
AsyncWriteAsyncChannel(AsyncChannel, int) - Constructor for class org.activeio.filter.AsyncWriteAsyncChannel
 
AsyncWriteAsyncChannel.ObjectDispatcher - Class in org.activeio.filter
 
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 in org.activeio.filter
 
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
 
available() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
available() - Method in interface org.activeio.InputStreamChannel
 
available() - Method in class org.activeio.net.SocketStreamChannel
 

B

BatchedWrite - Class in org.activeio.journal.active
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
 
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 class org.activeio.adapter.SyncToAsyncChannelFactory
 
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.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 class org.activeio.net.SocketStreamChannelFactory
Binds a server socket a the 's port.
bindStreamChannel(URI) - Method in interface org.activeio.StreamChannelFactory
Binds a server at the URI location.
bindSyncChannel(URI) - Method in class org.activeio.adapter.AsyncToSyncChannelFactory
 
bindSyncChannel(URI) - Method in class org.activeio.ChannelFactory
 
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.
bindSyncChannel(URI) - Method in interface org.activeio.SyncChannelFactory
Binds a server at the URI location.
ByteArrayPacket - Class in org.activeio.packet
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 in org.activeio.packet
Provides a Packet implementation that is backed by a ByteBuffer
ByteBufferPacket(ByteBuffer) - Constructor for class org.activeio.packet.ByteBufferPacket
 
ByteBufferPacketPool - Class in org.activeio.packet
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 in org.activeio.packet
Provides a Packet implementation that is directly backed by a byte.
BytePacket(byte) - Constructor for class org.activeio.packet.BytePacket
 

C

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 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 interface org.activeio.Packet
 
capacity() - Method in class org.activeio.packet.EmptyPacket
 
capacity() - Method in class org.activeio.packet.EOSPacket
 
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
 
Channel - Interface in org.activeio
A Channel provides a standard procedure for regulating data transmission between applications.
ChannelFactory - Class in org.activeio
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
 
channelListener - Variable in class org.activeio.FilterAsyncChannel
 
ChannelServer - Interface in org.activeio
A ChannelServer is used to accept incoming requests to establish new Channel sessions.
checkHostsAuthorization(InetAddress, InetAddress) - Method in class org.activeio.xnet.hba.ServiceAccessController
 
checksum(DataInput) - Method in class org.activeio.journal.active.Record
 
ClassLoading - Class in org.activeio.command
Utilities for loading classes.
ClassLoading() - Constructor for class org.activeio.command.ClassLoading
 
ClassLoadingAwareObjectInputStream - Class in org.activeio.command
An input stream which uses the ClassLoading helper class
ClassLoadingAwareObjectInputStream(InputStream) - Constructor for class org.activeio.command.ClassLoadingAwareObjectInputStream
 
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 interface org.activeio.Packet
 
clear() - Method in class org.activeio.packet.EmptyPacket
 
clear() - Method in class org.activeio.packet.EOSPacket
 
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 class org.activeio.journal.active.JournalImpl
Deprecated. @see #dispose()
close() - Method in class org.activeio.journal.howl.HowlJournal
 
close() - Method in interface org.activeio.journal.Journal
Close the Journal.
close() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
CommandListener - Interface in org.activeio.command
A listener of command objects
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
 
ControlFile - Class in org.activeio.journal.active
Control file holds the last known good state of the journal.
ControlFile(File, int) - Constructor for class org.activeio.journal.active.ControlFile
 
CounterAsyncChannel - Class in org.activeio.filter
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
 
CRC32_CHECKSUM_ALGORITHIM - Static variable in class org.activeio.journal.active.Record
 
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
 
DatagramContext - Class in org.activeio.net
 
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 in org.activeio.net
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 in org.activeio.net
A TcpSynchChannelFactory creates org.activeio.net.TcpSynchChannel and org.activeio.net.TcpSynchChannelServer objects.
DatagramSocketSyncChannelFactory() - Constructor for class org.activeio.net.DatagramSocketSyncChannelFactory
 
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
 
DefaultWireFormat - Class in org.activeio.command
A default implementation which uses serialization
DefaultWireFormat() - Constructor for class org.activeio.command.DefaultWireFormat
 
disable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
Disposable - Interface in org.activeio
The Disposable interface is implemented by objects the aquire resources whoes life cycle must be managed.
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 interface org.activeio.Disposable
This method should not throw any exceptions.
dispose() - Method in class org.activeio.filter.SynchornizedAsyncChannel
 
dispose() - Method in class org.activeio.filter.SynchornizedSyncChannel
 
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.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.EmptyPacket
 
dispose() - Method in class org.activeio.packet.EOSPacket
 
dispose() - Method in class org.activeio.packet.FilterPacket
 
dispose() - Method in class org.activeio.packet.PacketPool
 
dispose() - Method in class org.activeio.packet.PacketPool.PooledPacket
 
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 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 interface org.activeio.Packet
 
duplicate(ClassLoader) - Method in interface org.activeio.Packet
 
duplicate() - Method in class org.activeio.packet.EmptyPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.EmptyPacket
 
duplicate() - Method in class org.activeio.packet.EOSPacket
 
duplicate(ClassLoader) - Method in class org.activeio.packet.EOSPacket
 
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
 
EmptyPacket - Class in org.activeio.packet
Provides a Packet implementation that is directly backed by a byte[0].
enable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
END_OF_RECORD - Static variable in class org.activeio.journal.active.Record
 
EOS_PACKET - Static variable in class org.activeio.packet.EOSPacket
 
EOSPacket - Class in org.activeio.packet
Provides a Packet implementation that is used to represent the end of a stream.
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
 
ExactIPAddressPermission - Class in org.activeio.xnet.hba
 
ExactIPAddressPermission(byte[]) - Constructor for class org.activeio.xnet.hba.ExactIPAddressPermission
 
ExactIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.ExactIPAddressPermission
 
ExactIPv6AddressPermission - Class in org.activeio.xnet.hba
 
ExactIPv6AddressPermission(byte[]) - Constructor for class org.activeio.xnet.hba.ExactIPv6AddressPermission
 
ExactIPv6AddressPermission(String) - Constructor for class org.activeio.xnet.hba.ExactIPv6AddressPermission
 

F

FactorizedIPAddressPermission - Class in org.activeio.xnet.hba
 
FactorizedIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.FactorizedIPAddressPermission
 
FactoryFinder - Class in org.activeio
 
FactoryFinder(String) - Constructor for class org.activeio.FactoryFinder
 
filter(Packet) - Method in class org.activeio.packet.FilterPacket
 
filter(Packet) - Method in class org.activeio.packet.PacketPool.PooledPacket
 
FilterAsyncChannel - Class in org.activeio
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 in org.activeio
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 in org.activeio.packet
Provides a Packet implementation that filters operations to another packet.
FilterPacket(Packet) - Constructor for class org.activeio.packet.FilterPacket
 
FilterSyncChannel - Class in org.activeio
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 in org.activeio
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
 
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.EmptyPacket
 
flip() - Method in class org.activeio.packet.EOSPacket
 
flip() - Method in class org.activeio.packet.FilterPacket
 
flip() - Method in interface org.activeio.Packet
 
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.FilterAsyncChannel
 
flush() - Method in class org.activeio.FilterSyncChannel
 
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
 
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.
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.hba.ServiceAccessController
 
getAllowHosts() - Method in class org.activeio.xnet.StandardServiceStack
 
getAsyncChannel() - Method in class org.activeio.adapter.AsyncToSyncChannel
 
getAsyncChannelFactory() - Method in class org.activeio.adapter.AsyncToSyncChannelFactory
 
getAsyncChannelListener() - Method in class org.activeio.adapter.SyncToAsyncChannel
 
getAsyncChannelListener() - Method in class org.activeio.FilterAsyncChannel
 
getAsyncChannelListener() - Method in interface org.activeio.InputAsyncChannel
 
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 class org.activeio.adapter.AsyncToSyncChannelServer
 
getBindURI() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
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.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 class org.activeio.adapter.AsyncToSyncChannelServer
 
getConnectURI() - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
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.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
 
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
 
getIP() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
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.
getIPAddressMask(String) - Static method in class org.activeio.xnet.hba.IPAddressPermissionFactory
 
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 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
 
getMark() - Method in interface org.activeio.journal.Journal
Obtains the mark that was set in the Journal.
getName() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
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
 
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 class org.activeio.journal.active.JournalImpl
 
getNextRecordLocation(RecordLocation) - Method in class org.activeio.journal.howl.HowlJournal
 
getNextRecordLocation(RecordLocation) - Method in interface org.activeio.journal.Journal
Allows you to get the next RecordLocation after the location that is in the journal.
getOffset() - Method in class org.activeio.Packet.ByteSequence
 
getOnlineLogFileCount() - Method in class org.activeio.journal.active.LogFileManager
 
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
 
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 class org.activeio.xnet.hba.ServiceAccessController
 
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.
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 class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
getRequestListener() - Method in class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
getRequestListener() - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
getRequestListener() - Method in interface org.activeio.RequestChannel
 
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
 
getSocket() - Method in class org.activeio.net.SocketStreamChannel
 
getSocketMetadata() - Method in class org.activeio.adapter.SyncChannelToSocket
 
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
 
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
 
hashCode() - Method in class org.activeio.journal.active.Location
 
hashCode() - Method in class org.activeio.journal.howl.LongRecordLocation
 
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.EmptyPacket
 
hasRemaining() - Method in class org.activeio.packet.EOSPacket
 
hasRemaining() - Method in class org.activeio.packet.FilterPacket
 
hasRemaining() - Method in interface org.activeio.Packet
 
HowlJournal - Class in org.activeio.journal.howl
An implementation of the Journal interface using a HOWL logger.
HowlJournal(Configuration) - Constructor for class org.activeio.journal.howl.HowlJournal
 
HTTP_RECOGNIZER - Static variable in class org.activeio.oneport.HttpRecognizer
 
HttpRecognizer - Class in org.activeio.oneport
 

I

IIOP_RECOGNIZER - Static variable in class org.activeio.oneport.IIOPRecognizer
 
IIOPRecognizer - Class in org.activeio.oneport
 
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 class org.activeio.xnet.hba.ServiceAccessController
 
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
InputAsyncChannel - Interface in org.activeio
InputAsyncChannel objects asynchronously push 'up' Packet objects to a registered AsyncChannelListener.
InputStreamChannel - Interface in org.activeio
 
InputStreamChannelToInputStream - Class in org.activeio.adapter
Provides an InputStream for a given InputStreamChannel.
InputStreamChannelToInputStream(InputStreamChannel) - Constructor for class org.activeio.adapter.InputStreamChannelToInputStream
 
InputSyncChannel - Interface in org.activeio
SynchChannel objects allow threaded to synchronously block on the read method to get Packet objects when they arrive from the peer.
InvalidRecordLocationException - Exception in org.activeio.journal
Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
InvalidRecordLocationException() - Constructor for exception org.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(String) - Constructor for exception org.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(String, Throwable) - Constructor for exception org.activeio.journal.InvalidRecordLocationException
 
InvalidRecordLocationException(Throwable) - Constructor for exception org.activeio.journal.InvalidRecordLocationException
 
invoke(Object, Method, Object[]) - Method in class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler
 
IPAddressPermission - Interface in org.activeio.xnet.hba
 
IPAddressPermissionEditor - Class in org.activeio.xnet.hba
 
IPAddressPermissionEditor() - Constructor for class org.activeio.xnet.hba.IPAddressPermissionEditor
 
IPAddressPermissionFactory - Class in org.activeio.xnet.hba
 
IPAddressPermissionFactory() - Constructor for class org.activeio.xnet.hba.IPAddressPermissionFactory
 
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
 
isReadable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 
isReadOnly() - Method in class org.activeio.packet.ByteBufferPacket
 
isWritable() - Method in class org.activeio.net.NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection
 

J

JettyOnePortSocketListener - Class in org.activeio.oneport
 
JettyOnePortSocketListener(OnePortAsyncChannelServer) - Constructor for class org.activeio.oneport.JettyOnePortSocketListener
 
JettyOnePortSocketListener(OnePortAsyncChannelServer, InetAddrPort) - Constructor for class org.activeio.oneport.JettyOnePortSocketListener
 
join(Packet, Packet) - Static method in class org.activeio.packet.AppendedPacket
 
Journal - Interface in org.activeio.journal
A Journal is a record logging Interface that can be used to implement a transaction log.
JournalEventListener - Interface in org.activeio.journal
Defines an object which listens for Journal Events.
JournalImpl - Class in org.activeio.journal.active
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 in org.activeio.net
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 in org.activeio.net
 
JxtaSocketSyncChannelFactory.JxtaSocketFactory - Class in org.activeio.net
 

L

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.EmptyPacket
 
limit(int) - Method in class org.activeio.packet.EmptyPacket
 
limit() - Method in class org.activeio.packet.EOSPacket
 
limit(int) - Method in class org.activeio.packet.EOSPacket
 
limit() - Method in class org.activeio.packet.FilterPacket
 
limit(int) - Method in class org.activeio.packet.FilterPacket
 
limit() - Method in interface org.activeio.Packet
 
limit(int) - Method in interface org.activeio.Packet
 
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
 
Location - Class in org.activeio.journal.active
Defines a where a record can be located in the Journal.
Location(int, int) - Constructor for class org.activeio.journal.active.Location
 
lock() - Method in class org.activeio.journal.active.ControlFile
Locks the control file.
LogFile - Class in org.activeio.journal.active
Allows read/append access to a LogFile.
LogFile(File, int) - Constructor for class org.activeio.journal.active.LogFile
 
LogFileManager - Class in org.activeio.journal.active
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 in org.activeio.journal.howl
Provides a RecordLocation implementation for the long based location pointers that HOWL uses.
LongRecordLocation(long) - Constructor for class org.activeio.journal.howl.LongRecordLocation
 
lookupServer(URI) - Static method in class org.activeio.net.VMPipeAsyncChannelFactory
 

M

mark(int) - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
mark(int) - Method in interface org.activeio.InputStreamChannel
 
mark(int) - Method in class org.activeio.net.SocketStreamChannel
 
mark() - Method in class org.activeio.packet.ByteBufferPacket
 
MARK_RECORD_TYPE - Static variable in class org.activeio.journal.active.LogFileManager
 
markSupported() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
markSupported() - Method in interface org.activeio.InputStreamChannel
 
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

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 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.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.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 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.EmptyPacket
 
narrow(Class) - Method in class org.activeio.packet.EOSPacket
 
narrow(Class) - Method in class org.activeio.packet.FilterPacket
 
narrow(Class) - Method in interface org.activeio.Packet
Used to get a richer metadata interface to the packet.
NetmaskIPAddressPermission - Class in org.activeio.xnet.hba
 
NetmaskIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.NetmaskIPAddressPermission
 
NetmaskIPv6AddressPermission - Class in org.activeio.xnet.hba
 
NetmaskIPv6AddressPermission(String) - Constructor for class org.activeio.xnet.hba.NetmaskIPv6AddressPermission
 
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
 
NIOAsyncChannel - Class in org.activeio.net
 
NIOAsyncChannel(SocketChannel, boolean) - Constructor for class org.activeio.net.NIOAsyncChannel
 
NIOAsyncChannelFactory - Class in org.activeio.net
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 in org.activeio.net
The SelectorManager will manage one Selector and the thread that checks the selector.
NIOAsyncChannelSelectorManager.SelectorManagerListener - Interface in org.activeio.net
 
NIOAsyncChannelSelectorManager.SocketChannelAsyncChannelSelection - Class in org.activeio.net
 
NIOAsyncChannelServer - Class in org.activeio.net
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 in org.activeio.net
Base class for the Async and Sync implementations of NIO channels.
NIOBaseChannel(SocketChannel, boolean) - Constructor for class org.activeio.net.NIOBaseChannel
 
NIOSyncChannel - Class in org.activeio.net
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 in org.activeio.net
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 in org.activeio.net
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
 

O

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.adapter.AsyncToSyncChannelServer
 
onAccept(Channel) - Method in class org.activeio.FilterAsyncChannelServer
 
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.adapter.AsyncToSyncChannelServer
 
onAcceptError(IOException) - Method in class org.activeio.FilterAsyncChannelServer
 
onCommand(Object) - Method in interface org.activeio.command.CommandListener
Called when a command is received
OnePortAsyncChannelServer - Class in org.activeio.oneport
Allows multiple protocols share a single ChannelServer.
OnePortAsyncChannelServer(AsyncChannelServer) - Constructor for class org.activeio.oneport.OnePortAsyncChannelServer
 
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 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 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.filter.CounterAsyncChannel
 
onPacket(Packet) - Method in class org.activeio.filter.PacketAggregatingAsyncChannel
 
onPacket(Packet) - Method in class org.activeio.FilterAsyncChannel
 
onPacketError(IOException) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
onPacketError(IOException) - Method in class org.activeio.adapter.AsyncToSyncChannel
 
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
 
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 class org.activeio.adapter.SyncToAsyncChannelFactory
 
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.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
 
OpenORBOpenPortFeatureInitializer - Class in org.activeio.oneport
Used to hook in the OpenORBOpenPortSocketFactory into the ORB.
OpenORBOpenPortFeatureInitializer() - Constructor for class org.activeio.oneport.OpenORBOpenPortFeatureInitializer
 
OpenORBOpenPortSocketFactory - Class in org.activeio.oneport
 
OpenORBOpenPortSocketFactory(OnePortAsyncChannelServer) - Constructor for class org.activeio.oneport.OpenORBOpenPortSocketFactory
 
openStreamChannel(URI) - Method in class org.activeio.net.SocketStreamChannelFactory
Uses the 's host and port to create a tcp connection to a remote host.
openStreamChannel(URI) - Method in interface org.activeio.StreamChannelFactory
Opens a connection to server.
openSyncChannel(URI) - Method in class org.activeio.adapter.AsyncToSyncChannelFactory
 
openSyncChannel(URI) - Method in class org.activeio.ChannelFactory
 
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.
openSyncChannel(URI) - Method in interface org.activeio.SyncChannelFactory
Opens a connection to server.
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
 
OutputChannel - Interface in org.activeio
 
OutputStreamChannel - Interface in org.activeio
 
OutputStreamChannelToOutputStream - Class in org.activeio.adapter
 
OutputStreamChannelToOutputStream(OutputStreamChannel) - Constructor for class org.activeio.adapter.OutputStreamChannelToOutputStream
 
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 in org.activeio
Provides a ByteBuffer like interface to work with IO channel packets of data.
Packet.ByteSequence - Class in org.activeio
 
Packet.ByteSequence(byte[], int, int) - Constructor for class org.activeio.Packet.ByteSequence
 
PacketAggregatingAsyncChannel - Class in org.activeio.filter
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 in org.activeio.filter
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 in org.activeio.filter
 
PacketAggregator() - Constructor for class org.activeio.filter.PacketAggregator
 
packetAssembled(Packet) - Method in class org.activeio.filter.PacketAggregator
 
PacketByteArrayOutputStream - Class in org.activeio.adapter
 
PacketByteArrayOutputStream() - Constructor for class org.activeio.adapter.PacketByteArrayOutputStream
 
PacketByteArrayOutputStream(int) - Constructor for class org.activeio.adapter.PacketByteArrayOutputStream
 
PacketData - Class in org.activeio
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 in org.activeio.adapter
Deprecated. Use PacketToInputStream instead. This class will be removed very soon.
PacketInputStream(Packet) - Constructor for class org.activeio.adapter.PacketInputStream
Deprecated.  
PacketOutputStream - Class in org.activeio.adapter
Provides an OutputStream for a given Packet.
PacketOutputStream(Packet) - Constructor for class org.activeio.adapter.PacketOutputStream
 
PacketPool - Class in org.activeio.packet
Provides a simple pool of Packet objects.
PacketPool(int) - Constructor for class org.activeio.packet.PacketPool
 
PacketPool.PooledPacket - Class in org.activeio.packet
 
PacketPool.PooledPacket(Packet) - Constructor for class org.activeio.packet.PacketPool.PooledPacket
 
PacketToInputStream - Class in org.activeio.adapter
Provides an InputStream for a given Packet.
PacketToInputStream(Packet) - Constructor for class org.activeio.adapter.PacketToInputStream
 
port - Variable in class org.activeio.net.DatagramContext
 
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.EmptyPacket
 
position(int) - Method in class org.activeio.packet.EmptyPacket
 
position() - Method in class org.activeio.packet.EOSPacket
 
position(int) - Method in class org.activeio.packet.EOSPacket
 
position() - Method in class org.activeio.packet.FilterPacket
 
position(int) - Method in class org.activeio.packet.FilterPacket
 
position() - Method in interface org.activeio.Packet
 
position(int) - Method in interface org.activeio.Packet
 
ProtocolRecognizer - Interface in org.activeio.oneport
 
PushbackSyncChannel - Class in org.activeio.filter
 
PushbackSyncChannel(SyncChannel) - Constructor for class org.activeio.filter.PushbackSyncChannel
 
PushbackSyncChannel(SyncChannel, Packet) - Constructor for class org.activeio.filter.PushbackSyncChannel
 
putback(Packet) - Method in class org.activeio.filter.PushbackSyncChannel
 

R

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(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(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(RecordLocation) - Method in interface org.activeio.journal.Journal
Reads a previously written record from the journal.
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.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.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.FilterPacket
 
read(byte[], int, int) - Method in class org.activeio.packet.FilterPacket
 
read(Packet) - Method in class org.activeio.packet.FilterPacket
 
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
 
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
 
Record - Class in org.activeio.journal.active
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
 
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
 
RecordInfo - Class in org.activeio.journal.active
 
RecordInfo(Location, Record, LogFileNode) - Constructor for class org.activeio.journal.active.RecordInfo
 
RecordLocation - Interface in org.activeio.journal
A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
register(SocketChannel, NIOAsyncChannelSelectorManager.SelectorManagerListener) - Static method in class org.activeio.net.NIOAsyncChannelSelectorManager
 
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.EmptyPacket
 
remaining() - Method in class org.activeio.packet.EOSPacket
 
remaining() - Method in class org.activeio.packet.FilterPacket
 
remaining() - Method in interface org.activeio.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
 
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.
RequestChannel - Interface in org.activeio
RequestChannel are used to model the request/reponse exchange that is used by higher level protcols such as HTTP and RMI.
RequestListener - Interface in org.activeio
An RequestListener object is used to receive remote requests from a a RequestChannel
reset() - Method in class org.activeio.adapter.InputStreamChannelToInputStream
 
reset() - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
reset() - Method in interface org.activeio.InputStreamChannel
 
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 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.EmptyPacket
 
rewind() - Method in class org.activeio.packet.EOSPacket
 
rewind() - Method in class org.activeio.packet.FilterPacket
 
rewind() - Method in interface org.activeio.Packet
 
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
 
sendUrgentData(int) - Method in class org.activeio.adapter.SyncChannelToSocket
 
SERIALIZED_SIZE - Static variable in class org.activeio.journal.active.Location
 
SERIALIZED_SIZE - Static variable in class org.activeio.journal.active.LogFileManager
 
ServerService - Interface in org.activeio.xnet
The Server will call the following methods.
Service - Interface in org.activeio
The Service interface is used control the running state of a channel.
service(Socket) - Method in class org.activeio.xnet.hba.ServiceAccessController
 
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
 
ServiceAccessController - Class in org.activeio.xnet.hba
 
ServiceAccessController(ServerService) - Constructor for class org.activeio.xnet.hba.ServiceAccessController
 
ServiceAccessController(String, ServerService, IPAddressPermission[]) - Constructor for class org.activeio.xnet.hba.ServiceAccessController
 
ServiceDaemon - Class in org.activeio.xnet
 
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 in org.activeio.xnet
 
ServiceDaemonGBean() - Constructor for class org.activeio.xnet.ServiceDaemonGBean
 
ServiceException - Exception in org.activeio.xnet
 
ServiceException() - Constructor for exception org.activeio.xnet.ServiceException

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

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

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

ServiceException(Throwable) - Constructor for exception 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 exception 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 in org.activeio.xnet
 
ServiceLogger(String, ServerService, String[], String[]) - Constructor for class org.activeio.xnet.ServiceLogger
 
ServicePool - Class in org.activeio.xnet
 
ServicePool(ServerService, String, int, long) - Constructor for class org.activeio.xnet.ServicePool
 
ServicePool(ServerService, Executor) - Constructor for class org.activeio.xnet.ServicePool
 
setAcceptListener(AcceptListener) - Method in class org.activeio.adapter.SyncToAsyncChannelServer
 
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.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.hba.ServiceAccessController
 
setAllowHosts(IPAddressPermission[]) - Method in class org.activeio.xnet.StandardServiceStack
 
setAsText(String) - Method in class org.activeio.xnet.hba.IPAddressPermissionEditor
 
setAsyncChannelListener(AsyncChannelListener) - Method in class org.activeio.adapter.SyncToAsyncChannel
 
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.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 class org.activeio.journal.active.JournalImpl
 
setJournalEventListener(JournalEventListener) - Method in class org.activeio.journal.howl.HowlJournal
 
setJournalEventListener(JournalEventListener) - Method in interface org.activeio.journal.Journal
Registers a JournalEventListener that will receive notifications from the Journal.
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 class org.activeio.journal.active.JournalImpl
 
setMark(RecordLocation, boolean) - Method in class org.activeio.journal.howl.HowlJournal
 
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.
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 class org.activeio.adapter.AsyncChannelToClientRequestChannel
 
setRequestListener(RequestListener) - Method in class org.activeio.adapter.AsyncChannelToConcurrentRequestChannel
 
setRequestListener(RequestListener) - Method in class org.activeio.adapter.AsyncChannelToServerRequestChannel
 
setRequestListener(RequestListener) - Method in interface org.activeio.RequestChannel
Registers the RequestListener that the protcol will use to deliver request packets comming 'up' the channel.
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 class org.activeio.adapter.InputStreamChannelToInputStream
 
skip(int) - Method in class org.activeio.adapter.PacketByteArrayOutputStream
 
skip(long) - Method in interface org.activeio.InputStreamChannel
 
skip(long) - Method in class org.activeio.net.SocketStreamChannel
 
skipBytes(int) - Method in class org.activeio.PacketData
 
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.EmptyPacket
 
slice() - Method in class org.activeio.packet.EOSPacket
 
slice() - Method in class org.activeio.packet.FilterPacket
 
slice() - 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.EmptyPacket
 
sliceAsBytes() - Method in class org.activeio.packet.EOSPacket
 
sliceAsBytes() - Method in class org.activeio.packet.FilterPacket
 
sliceAsBytes() - Method in interface org.activeio.Packet
 
socket - Variable in class org.activeio.net.NIOBaseChannel
 
socketChannel - Variable in class org.activeio.net.NIOBaseChannel
 
SocketMetadata - Interface in org.activeio.net
 
SocketService - Interface in org.activeio.xnet
 
SocketStreamChannel - Class in org.activeio.net
A StreamChannel implementation that uses a Socket to talk to the network.
SocketStreamChannel(Socket) - Constructor for class org.activeio.net.SocketStreamChannel
 
SocketStreamChannelFactory - Class in org.activeio.net
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 in org.activeio.net
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 in org.activeio.net
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 in org.activeio.net
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 in org.activeio.net
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 in org.activeio.net
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 in org.activeio.xnet
 
StandardServiceStack(String, int, String, IPAddressPermission[], String[], String[], Executor, ServerService) - Constructor for class org.activeio.xnet.StandardServiceStack
 
StandardServiceStackGBean - Class in org.activeio.xnet
 
StandardServiceStackGBean() - Constructor for class org.activeio.xnet.StandardServiceStackGBean
 
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.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 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.Service
Starts the channel.
start() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
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_OF_RECORD - Static variable in class org.activeio.journal.active.Record
 
StartWithIPAddressPermission - Class in org.activeio.xnet.hba
 
StartWithIPAddressPermission(String) - Constructor for class org.activeio.xnet.hba.StartWithIPAddressPermission
 
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.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 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(long) - Method in interface org.activeio.Service
Stops the channel.
stop() - Method in class org.activeio.xnet.hba.ServiceAccessController
 
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
 
store() - Method in class org.activeio.journal.active.ControlFile
 
StreamChannel - Interface in org.activeio
 
StreamChannelFactory - Interface in org.activeio
StreamChannelFactory objects can create StreamChannel and StreamChannelServer objects.
StreamChannelServer - Interface in org.activeio
A StreamChannelServer object provides an accept method to synchronously accept and create org.activeio.channel.Channel objects.
SyncChannel - Interface in org.activeio
SyncChannel objets allow threadd to synchronously block on the receiveUpPacket method to get 'up' Packet objects when they arrive.
SyncChannelFactory - Interface in org.activeio
SynchChannelFactory objects can create org.activeio.SynchChannel and org.activeio.SynchChannelServer objects.
SyncChannelServer - Interface in org.activeio
A SynchChannelServer object provides an accept method to synchronously accept and create Channel objects.
SyncChannelServerDaemon - Class in org.activeio.xnet
 
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 in org.activeio.adapter
 
SyncChannelServerToServerSocket(SyncChannelServer) - Constructor for class org.activeio.adapter.SyncChannelServerToServerSocket
 
SyncChannelToInputStream - Class in org.activeio.adapter
Provides an InputStream for a given SynchChannel.
SyncChannelToInputStream(SyncChannel) - Constructor for class org.activeio.adapter.SyncChannelToInputStream
 
SyncChannelToOutputStream - Class in org.activeio.adapter
 
SyncChannelToOutputStream(SyncChannel) - Constructor for class org.activeio.adapter.SyncChannelToOutputStream
 
SyncChannelToSocket - Class in org.activeio.adapter
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
 
SynchornizedAsyncChannel - Class in org.activeio.filter
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 in org.activeio.filter
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
 
SynchToAsynchChannelAdapter - Class in org.activeio.adapter
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.  
SyncToAsyncChannel - Class in org.activeio.adapter
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 in org.activeio.adapter
 
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 in org.activeio.adapter
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
 

T

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.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.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.EmptyPacket
 
toString() - Method in class org.activeio.packet.EOSPacket
 

U

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
URISupport - Class in org.activeio.net
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
 

V

VMPipeAsyncChannelFactory - Class in org.activeio.net
 
VMPipeAsyncChannelFactory() - Constructor for class org.activeio.net.VMPipeAsyncChannelFactory
 
VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter - Class in org.activeio.net
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 in org.activeio.net
 
VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler() - Constructor for class org.activeio.net.VMPipeAsyncChannelFactory.ClassloaderAsyncChannelAdapter.ListenerProxyHandler
 
VMPipeAsyncChannelPipe - Class in org.activeio.net
Used to connect the bottom ends of two Async channel stacks.
VMPipeAsyncChannelPipe() - Constructor for class org.activeio.net.VMPipeAsyncChannelPipe
 
VMPipeAsyncChannelPipe.PipeChannel - Class in org.activeio.net
 
VMPipeAsyncChannelPipe.PipeChannel() - Constructor for class org.activeio.net.VMPipeAsyncChannelPipe.PipeChannel
 
VMPipeAsyncChannelServer - Class in org.activeio.net
 
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
 
waitForForce() - Method in class org.activeio.journal.active.BatchedWrite
 
waitForPacketsToReturn() - Method in class org.activeio.packet.PacketPool
 
WireFormat - Interface in org.activeio.command
Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.
WireFormatFactory - Interface in org.activeio.command
 
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) - Method in class org.activeio.FilterAsyncChannel
 
write(Packet) - Method in class org.activeio.FilterSyncChannel
 
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, boolean) - Method in interface org.activeio.journal.Journal
Writes a Packet of data to the journal.
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(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 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.EmptyPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.EmptyPacket
 
write(int) - Method in class org.activeio.packet.EOSPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.EOSPacket
 
write(byte[], int, int) - Method in class org.activeio.packet.FilterPacket
 
write(int) - Method in class org.activeio.packet.FilterPacket
 
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
 
writeBoolean(boolean) - Method in class org.activeio.PacketData
 
WriteBufferedAsyncChannel - Class in org.activeio.filter
 
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 in org.activeio.filter
 
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
 
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 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.EmptyPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.EmptyPacket
 
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.FilterPacket
 
writeTo(DataOutput) - Method in class org.activeio.packet.FilterPacket
 
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
 
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 © -2009 The ActiveIO Project. All Rights Reserved.