org.richfaces.application.push
Interface Session
public interface Session
- Author:
- Nick Belaevski
getMaxInactiveInterval
int getMaxInactiveInterval()
getLastAccessedTime
long getLastAccessedTime()
getId
java.lang.String getId()
getSuccessfulSubscriptions
com.google.common.collect.Multimap<TopicKey,TopicKey> getSuccessfulSubscriptions()
getFailedSubscriptions
java.util.Map<TopicKey,java.lang.String> getFailedSubscriptions()
subscribe
void subscribe(java.lang.String[] topics)
connect
void connect(Request request)
throws java.lang.Exception
- Throws:
java.lang.Exception
disconnect
void disconnect()
throws java.lang.Exception
- Throws:
java.lang.Exception
onRequestSuspended
void onRequestSuspended()
onRequestDisconnected
void onRequestDisconnected()
onRequestResumed
void onRequestResumed()
destroy
void destroy()
getRequest
Request getRequest()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.