Uses of Class
org.glassfish.cafe.api.Reason

Packages that use Reason
org.glassfish.cafe.api   
 

Uses of Reason in org.glassfish.cafe.api
 

Methods in org.glassfish.cafe.api that return Reason
static Reason Reason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Reason[] Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.cafe.api with parameters of type Reason
 void UserParticipant.reject(Reason reason)
          Reject the participant from entering into the conversation.
 void Message.reject(Reason reason)
          Reject the message sent by a party in the communication.
 



Copyright © 2010. All Rights Reserved.