com.vaadin.client.communication
Class AtmospherePushConnection.AbstractJSO

java.lang.Object
  extended by JavaScriptObject
      extended by com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
Direct Known Subclasses:
AtmospherePushConnection.AtmosphereConfiguration, AtmospherePushConnection.AtmosphereResponse
Enclosing class:
AtmospherePushConnection

public abstract static class AtmospherePushConnection.AbstractJSO
extends JavaScriptObject


Constructor Summary
protected AtmospherePushConnection.AbstractJSO()
           
 
Method Summary
protected  int getIntValue(java.lang.String key)
           
protected  java.lang.String getStringValue(java.lang.String key)
           
protected  void setIntValue(java.lang.String key, int value)
           
protected  void setStringValue(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmospherePushConnection.AbstractJSO

protected AtmospherePushConnection.AbstractJSO()
Method Detail

getStringValue

protected final java.lang.String getStringValue(java.lang.String key)

setStringValue

protected final void setStringValue(java.lang.String key,
                                    java.lang.String value)

getIntValue

protected final int getIntValue(java.lang.String key)

setIntValue

protected final void setIntValue(java.lang.String key,
                                 int value)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.