Uses of Interface
org.glassfish.cafe.api.Communication

Packages that use Communication
org.glassfish.cafe.api   
org.glassfish.cafe.spi   
 

Uses of Communication in org.glassfish.cafe.api
 

Classes in org.glassfish.cafe.api with type parameters of type Communication
 interface CommunicationContext<C extends Communication,P extends Participant,M extends Message>
          Represents the context related to a particular Communication Event.
 

Subinterfaces of Communication in org.glassfish.cafe.api
 interface Conference
          Represents a Conference.
 interface Conversation
          Represents a two party call.
 interface IMConference
           
 interface IMConversation
          Represents a two party IM conversation.
 interface MSRPConference
          A communication object that represents a session-mode instant messaging or chat session among multiple participants.
 interface MSRPConversation
          A communication object that represents the session-mode instant messaging or chat session among two participants.
 

Methods in org.glassfish.cafe.api with type parameters of type Communication
<C extends Communication>
C
CommunicationSession.createCommunication(Class<C> type, String name, Communication other, Object... arg)
          A generic method to create any type of communication from another communication.
<C extends Communication>
C
CommunicationSession.createCommunication(Class<C> type, String name, Participant initiator, Object... arg)
          A generic method to create any type of communication.
<C extends Communication>
Collection<C>
CommunicationService.findByInitiator(Class<C> type, String initiator)
          Search for all communication initiated by a particular user.
<C extends Communication>
C
CommunicationService.findByName(Class<C> type, String name)
          Search API for communication by name.
<C extends Communication>
Collection<C>
CommunicationService.findByParticipant(Class<C> type, String participantName)
          Search for all communication where a particular user is present.
<C extends Communication>
Collection<C>
CommunicationService.findCommunications(Class<C> type)
          Method that returns all the communications for that application depending on the type of communication,
 

Methods in org.glassfish.cafe.api with parameters of type Communication
<C extends Communication>
C
CommunicationSession.createCommunication(Class<C> type, String name, Communication other, Object... arg)
          A generic method to create any type of communication from another communication.
 

Uses of Communication in org.glassfish.cafe.spi
 

Methods in org.glassfish.cafe.spi with parameters of type Communication
 O CafeObjectBuilder.buildCommunication(String name, Communication other, Object... arg)
          Build a Communication object from an already existing Communication.
 



Copyright © 2010. All Rights Reserved.