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

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

Uses of CommunicationSession in org.glassfish.cafe.api
 

Methods in org.glassfish.cafe.api with parameters of type CommunicationSession
 PresenceWatcher Group.startWatching(CommunicationSession session)
          Creates a new PresenceWatcher in the provided CommunicationSession, and issues the update() method for the current group on the newly created PresenceWatcher.
 

Uses of CommunicationSession in org.glassfish.cafe.spi
 

Methods in org.glassfish.cafe.spi with parameters of type CommunicationSession
<O> CafeObjectBuilder<O>
CafeModule.createBuilder(Class<O> type, CommunicationSession session)
          Creates an Object builder for a specified type for a particular CommunicationSession.
 void CafeModuleRuntime.invokeBean(CommunicationContext cc, Enum event, CommunicationSession session)
          This method can be used by a CafeModule to execute any event on CommunicationBean.
 



Copyright © 2010. All Rights Reserved.