com.eurotech.framework.message
Class EsfTopic

java.lang.Object
  extended by com.eurotech.framework.message.EsfTopic

public class EsfTopic
extends Object

Models a topic for messages posted to the Esf platform. Topic are expected to be in the form of "account/asset/"; system topic starts with the $EDC account.


Constructor Summary
EsfTopic(String fullTopic)
           
 
Method Summary
 String getAccountName()
           
 String getApplicationId()
           
 String getApplicationTopic()
           
 String getDeviceId()
           
 String getFullTopic()
           
 String getPrefix()
           
 String[] getTopicParts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EsfTopic

public EsfTopic(String fullTopic)
Method Detail

getFullTopic

public String getFullTopic()

getTopicParts

public String[] getTopicParts()

getPrefix

public String getPrefix()

getAccountName

public String getAccountName()

getDeviceId

public String getDeviceId()

getApplicationId

public String getApplicationId()

getApplicationTopic

public String getApplicationTopic()


Copyright © 2013. All Rights Reserved.