com.tibco.bpm.web.client.model.pagebus
Class Subscription

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.tibco.bpm.web.client.model.pagebus.Subscription

public class Subscription
extends com.google.gwt.core.client.JavaScriptObject

Java class overlay for an opaque JavaScript subscription ID. This is returned from a subscribe call and can be used to manage subscriptions.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
protected Subscription()
           
 
Method Summary
static Subscription create(java.lang.String handle)
           
 java.lang.String getHandle()
          Gets the handle value from the underlying JavaScriptObject if defined, null otherwise.
 void setHandle(java.lang.String handle)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Subscription

protected Subscription()
Method Detail

create

public static Subscription create(java.lang.String handle)

getHandle

public final java.lang.String getHandle()
Gets the handle value from the underlying JavaScriptObject if defined, null otherwise.

Returns:
The handle value or null if not defined.

setHandle

public final void setHandle(java.lang.String handle)


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.