|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Channel | |
| org.jboss.jms.server.endpoint | |
| org.jboss.jms.server.subscription | |
| org.jboss.messaging.core | |
| org.jboss.messaging.core.distributed.queue | |
| org.jboss.messaging.core.local | |
| Uses of Channel in org.jboss.jms.server.endpoint |
| Constructors in org.jboss.jms.server.endpoint with parameters of type Channel | |
ServerConsumerEndpoint(int id,
Channel channel,
ServerSessionEndpoint sessionEndpoint,
java.lang.String selector,
boolean noLocal,
JBossDestination dest)
|
|
ServerBrowserEndpoint(ServerSessionEndpoint session,
int id,
Channel destination,
java.lang.String messageSelector)
|
|
| Uses of Channel in org.jboss.jms.server.subscription |
| Classes in org.jboss.jms.server.subscription that implement Channel | |
class |
DurableSubscription
A DurableSubscription. |
class |
Subscription
A Subscription. |
| Uses of Channel in org.jboss.messaging.core |
| Classes in org.jboss.messaging.core that implement Channel | |
class |
ChannelSupport
A basic channel implementation. |
| Fields in org.jboss.messaging.core declared as Channel | |
protected Channel |
ChannelState.channel
|
| Constructors in org.jboss.messaging.core with parameters of type Channel | |
ChannelState(Channel channel,
PersistenceManager pm,
MemoryManager mm,
boolean acceptReliableMessages,
boolean recoverable,
int fullSize,
int pageSize,
int downCacheSize)
|
|
| Uses of Channel in org.jboss.messaging.core.distributed.queue |
| Classes in org.jboss.messaging.core.distributed.queue that implement Channel | |
class |
DistributedQueue
A distributed queue. |
| Uses of Channel in org.jboss.messaging.core.local |
| Classes in org.jboss.messaging.core.local that implement Channel | |
class |
CoreSubscription
Represents a subscription to a destination (topic or queue). |
class |
Pipe
|
class |
Queue
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||