javax.jbi.messaging
Class MessageExchange.Role

java.lang.Object
  extended byjavax.jbi.messaging.MessageExchange.Role
Enclosing class:
MessageExchange

public static final class MessageExchange.Role
extends java.lang.Object

Typesafe enum containing the roles a component can play in a service.


Field Summary
static MessageExchange.Role CONSUMER
          Service consumer.
static MessageExchange.Role PROVIDER
          Service provider.
 
Constructor Summary
private MessageExchange.Role()
          Prevent direct instantiation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER

public static final MessageExchange.Role PROVIDER
Service provider.


CONSUMER

public static final MessageExchange.Role CONSUMER
Service consumer.

Constructor Detail

MessageExchange.Role

private MessageExchange.Role()
Prevent direct instantiation.


Built 06/07/2005 11:16 AM on acer (SunOS 5.9)

Copyright (c) 2004-2005 Sun Microsystems Inc., All Rights Reserved.