com.eurotech.framework.core.cloud
Class CloudServiceOptions

java.lang.Object
  extended by com.eurotech.framework.core.cloud.CloudServiceOptions

public class CloudServiceOptions
extends Object


Method Summary
 String getDeviceDisplayName()
          Returns the display name for the device.
 boolean getEncodeGzip()
          Returns true if the current CloudService configuration specifies Gzip compression enabled for outgoing payloads.
 int getLifeCycleMessagePriority()
           
 int getLifeCycleMessageQos()
           
 boolean getLifeCycleMessageRetain()
           
 String getTopicAccountToken()
           
 String getTopicAppsSuffix()
           
 String getTopicBirthSuffix()
           
 String getTopicClientIdToken()
           
 String getTopicControlPrefix()
          Returns the prefix to be used when publishing messages to control topics.
 String getTopicDisconnectSuffix()
           
 String getTopicSeparator()
           
 String getTopicWildCard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEncodeGzip

public boolean getEncodeGzip()
Returns true if the current CloudService configuration specifies Gzip compression enabled for outgoing payloads.

Returns:

getDeviceDisplayName

public String getDeviceDisplayName()
Returns the display name for the device.

Returns:

getTopicControlPrefix

public String getTopicControlPrefix()
Returns the prefix to be used when publishing messages to control topics.

Returns:

getTopicSeparator

public String getTopicSeparator()

getTopicAccountToken

public String getTopicAccountToken()

getTopicClientIdToken

public String getTopicClientIdToken()

getTopicBirthSuffix

public String getTopicBirthSuffix()

getTopicDisconnectSuffix

public String getTopicDisconnectSuffix()

getTopicAppsSuffix

public String getTopicAppsSuffix()

getTopicWildCard

public String getTopicWildCard()

getLifeCycleMessageQos

public int getLifeCycleMessageQos()

getLifeCycleMessagePriority

public int getLifeCycleMessagePriority()

getLifeCycleMessageRetain

public boolean getLifeCycleMessageRetain()


Copyright © 2013. All Rights Reserved.