Uses of Package
org.codehaus.activemq.io

Packages that use org.codehaus.activemq.io
org.codehaus.activemq The core JMS client implementation classes 
org.codehaus.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
org.codehaus.activemq.io   
org.codehaus.activemq.io.impl   
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.activemq.transport.composite A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. 
org.codehaus.activemq.transport.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.peer   
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.remote   
org.codehaus.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets  
org.codehaus.activemq.transport.udp An implementation of the transport layer using UDP  
org.codehaus.activemq.transport.vm An implementation of the transport layer using intra-JVM communication  
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.broker
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.broker.impl
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.io
AbstractWireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.io.impl
AbstractWireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.composite
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.multicast
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.peer
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.reliable
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.remote
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.tcp
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.udp
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.io used by org.codehaus.activemq.transport.vm
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.