Uses of Package
org.hornetq.api.core

Packages that use org.hornetq.api.core
org.hornetq.api.core Core Messaging API. 
org.hornetq.api.core.client Core Client Messaging API. 
org.hornetq.api.core.management Management API for HornetQ servers and its Core resources. 
org.hornetq.api.jms API to create HornetQ JMS resources. 
org.hornetq.api.jms.management Management API for HornetQ JMS resources. 
org.hornetq.spi.core.protocol   
org.hornetq.spi.core.remoting Remoting SPI. 
 

Classes in org.hornetq.api.core used by org.hornetq.api.core
HornetQBuffer
          A HornetQBuffer wraps a Netty's ChannelBuffer and is used throughout HornetQ code base.
HornetQException
          HornetQException is the root exception for HornetQ API.
PropertyConversionException
          A PropertyConversionException is thrown by Message methods when a property can not be converted to the expected type.
SimpleString
          A simple String class that can store all characters, and stores as simple byte[], this minimises expensive copying between String objects.
 

Classes in org.hornetq.api.core used by org.hornetq.api.core.client
DiscoveryGroupConfiguration
          A DiscoveryGroupConfiguration
HornetQException
          HornetQException is the root exception for HornetQ API.
Interceptor
          This is class is a simple way to intercepting calls on HornetQ client and servers.
Message
          A Message is a routable instance that has a payload.
Pair
          A Pair is a holder for 2 objects.
SimpleString
          A simple String class that can store all characters, and stores as simple byte[], this minimises expensive copying between String objects.
TransportConfiguration
          A TransportConfiguration is used by a client to specify a connections to a server and its backup if one exists.

Typically the constructors take the class name and parameters for needed to create the connection.

 

Classes in org.hornetq.api.core used by org.hornetq.api.core.management
Message
          A Message is a routable instance that has a payload.
SimpleString
          A simple String class that can store all characters, and stores as simple byte[], this minimises expensive copying between String objects.
 

Classes in org.hornetq.api.core used by org.hornetq.api.jms
DiscoveryGroupConfiguration
          A DiscoveryGroupConfiguration
TransportConfiguration
          A TransportConfiguration is used by a client to specify a connections to a server and its backup if one exists.

Typically the constructors take the class name and parameters for needed to create the connection.

 

Classes in org.hornetq.api.core used by org.hornetq.api.jms.management
DiscoveryGroupConfiguration
          A DiscoveryGroupConfiguration
TransportConfiguration
          A TransportConfiguration is used by a client to specify a connections to a server and its backup if one exists.

Typically the constructors take the class name and parameters for needed to create the connection.

 

Classes in org.hornetq.api.core used by org.hornetq.spi.core.protocol
HornetQBuffer
          A HornetQBuffer wraps a Netty's ChannelBuffer and is used throughout HornetQ code base.
HornetQException
          HornetQException is the root exception for HornetQ API.
Interceptor
          This is class is a simple way to intercepting calls on HornetQ client and servers.
SimpleString
          A simple String class that can store all characters, and stores as simple byte[], this minimises expensive copying between String objects.
 

Classes in org.hornetq.api.core used by org.hornetq.spi.core.remoting
HornetQBuffer
          A HornetQBuffer wraps a Netty's ChannelBuffer and is used throughout HornetQ code base.
HornetQException
          HornetQException is the root exception for HornetQ API.
TransportConfiguration
          A TransportConfiguration is used by a client to specify a connections to a server and its backup if one exists.

Typically the constructors take the class name and parameters for needed to create the connection.

 



Copyright © 2009 Red Hat Inc. All Rights Reserved.