Modifier and Type | Class and Description |
---|---|
class |
AmberEntityManagerFactory
Amber's EntityManagerFactory container.
|
class |
EntityManagerProxy
The Entity manager
|
Modifier and Type | Class and Description |
---|---|
class |
InjectManager
The CDI container for a given environment.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerJtaProxy
The @PersistenceContext, container managed entity manager proxy, used
for third-party providers.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterQueue<X extends java.io.Serializable>
ClusterQueue provides reliable point to point transfer of messages.
|
class |
ClusterTopic<X extends java.io.Serializable>
ClusterTopic provides reliable Publish/Subscribe message model
communication between the nodes in the Resin cluster.
Following example shows how to make two nodes in resin cluster
communicate between each other using cluster topic.
|
class |
FileQueue<X extends java.io.Serializable>
A JMS queue backed by a file-based database.
|
class |
FileTopic<E>
A JMS topic backed by a file-based database.
|
class |
JmsConnectionFactory
Top-level JMS connection
|
class |
MemoryQueue<X>
A JMS queue stored in memory.
|
class |
MemoryTopic
A JMS topic stored in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterQueueImpl<E extends java.io.Serializable>
Implements a cluster receive queue.
|
class |
ClusterTopicImpl<E extends java.io.Serializable>
Workflow
ClusterTopic sends out a
SubscribeTopic message to Triad
Traid stores all the topic subscriptions
Message Producer sends out a TriadTopicMessage to the Triad
Triad node sends out TriadTopicMessage to all the topic subscribers
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactoryImpl
A sample connection factory.
|
class |
JVMQueueConnectionFactory
Deprecated.
Use ConnectionFactoryImpl
|
class |
JVMTopicConnectionFactory
Deprecated.
Use ConnectionFactoryImpl
|
class |
TemporaryQueueImpl
A temporary queue
|
class |
TemporaryTopicImpl
A basic topic.
|
class |
XAConnectionFactoryImpl
A sample connection factory.
|
Modifier and Type | Class and Description |
---|---|
class |
FileQueueImpl<E extends java.io.Serializable>
A JMS queue backed by a file-based database.
|
class |
FileSubscriberQueue<E>
Implements a file queue.
|
class |
FileTopicImpl<E>
Implements a file topic.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDestination
Represents a JDBC destination.
|
class |
JdbcQueue<E>
A jdbc queue.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryQueueImpl<E>
Implements a memory queue.
|
class |
MemorySubscriberQueue<E>
Implements a memory queue.
|
class |
MemoryTopicImpl<E>
Implements a memory topic.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDestination<E>
Implements an abstract queue.
|
class |
AbstractMemoryQueue<E,QE extends QueueEntry<E>>
Provides abstract implementation for a memory queue.
|
class |
AbstractQueue<E>
Implements an abstract queue.
|
class |
AbstractTopic<E>
Implements an abstract topic.
|
class |
PollingQueue<E>
Implements an queue which polls the data periodically.
|
class |
PollingTopic<E>
Implements an topic which polls the data periodically.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticator
All applications should extend AbstractAuthenticator to implement
their custom authenticators.
|
class |
AbstractCookieAuthenticator
All applications should extend AbstractAuthenticator to implement
their custom authenticators.
|
class |
AdminAuthenticator
The admin authenticator provides authentication for Resin admin/management
purposes.
|
class |
AnonymousAuthenticator
The anonymous authenticator always succeeds
|
class |
DatabaseAuthenticator
An authenticator using JDBC.
|
class |
JaasAuthenticator
The JAAS authenticator uses an existing JAAS LoginModule.
|
class |
JdbcAuthenticator
An authenticator using JDBC.
|
class |
LdapAuthenticator
The LDAP authenticator uses the underlying LDAP services
provided by the JDK.
|
class |
NullAuthenticator
The null authenticator creates a dummy user.
|
class |
PropertiesAuthenticator
The Property authenticator reads a properties file for authentication.
|
class |
XmlAuthenticator
The XML authenticator reads a static file for authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagementAuthenticator
Special authenticator for management
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPasswordAuthenticator
Base class for authenticators which lookup passwords from a database.
|
class |
PropertyAuthenticator
The Property authenticator reads a properties file for authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
DBPool
Manages a pool of database connections.
|