csdk.v1_0.helper.application
Class MessageSender

java.lang.Object
  extended by csdk.v1_0.helper.application.MessageSender
All Implemented Interfaces:
IMessageSender

public class MessageSender
extends Object
implements IMessageSender

Identifica a aplicação que enviou uma mensagem.


Constructor Summary
MessageSender(String applicationType, String instanceId)
          Construtor.
 
Method Summary
 String getApplicationInstanceId()
          
 String getApplicationType()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageSender

public MessageSender(String applicationType,
                     String instanceId)
Construtor.

Parameters:
applicationType - o tipo da aplicação.
instanceId - o identificador único da instância da aplicação.
Method Detail

getApplicationType

public String getApplicationType()

Specified by:
getApplicationType in interface IMessageSender

getApplicationInstanceId

public String getApplicationInstanceId()

Specified by:
getApplicationInstanceId in interface IMessageSender

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013–2014 Tecgraf/PUC-Rio. All rights reserved.