Package fabric.common

Common facilities used by all parts of the system.

See:
          Description

Interface Summary
AbstractMessageHandlerThread.Factory<MessageHandlerThread extends AbstractMessageHandlerThread<?,MessageHandlerThread>>  
FabricThread  
FastSerializable A common interface for all classes that implement custom serialization.
MessageHandler A marker interface for classes that can handle fabric.message.Messages.
 

Class Summary
AbstractConnectionHandler<Node,Session extends AbstractMessageHandlerThread.SessionAttributes,MessageHandlerThread extends AbstractMessageHandlerThread<Session,MessageHandlerThread>> Abstraction for initializing incoming network connections and handing them off to a ChannelMultiplexerThread.
AbstractMessageHandlerThread<Session extends AbstractMessageHandlerThread.SessionAttributes,MessageHandlerThread extends AbstractMessageHandlerThread<Session,MessageHandlerThread>> Abstracts a message-handler thread for processing messages.
AbstractMessageHandlerThread.Pool<MessageHandlerThread extends AbstractMessageHandlerThread<?,MessageHandlerThread>>  
AbstractMessageHandlerThread.SessionAttributes  
AuthorizationUtil  
ConfigProperties  
ConsoleFormatter  
Crypto This is the clearing house for all things crypto.
FabricThread.AbstractImpl  
Logging This is the clearing house of all loggers available for use in the system.
Logging.LogConfigLoader A class for loading the configuration for java.util.Logger.
ObjectGroup Holds a set of related, unencrypted, serialized objects.
ONumConstants  
Options  
Resources Manages the loading of configuration files
SerializedObject _Impl objects are stored on stores in serialized form as SerializedObjects.
SSLSocketFactoryTable A table of SSLSocketFactorys.
Surrogate Encapsulates an inter-store pointer.
TransactionID  
Util  
Version This encapsulates the version of Fabric.
 

Enum Summary
RefTypeEnum  
 

Package fabric.common Description

Common facilities used by all parts of the system.