apps.mathpadapp.networkmanager.messages.fromprojector
Class ProjectorResponse

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
              extended by apps.mathpadapp.networkmanager.messages.fromprojector.ProjectorToControllerMessage
                  extended by apps.mathpadapp.networkmanager.messages.fromprojector.ProjectorResponse
All Implemented Interfaces:
java.io.Serializable, Message

public class ProjectorResponse
extends ProjectorToControllerMessage

The Class ProjectorResponse.

See Also:
Serialized Form

Constructor Summary
ProjectorResponse(java.lang.Class<?> targetClass, boolean leaseSucceed, TableIdentity id)
          Instantiates a new projector response.
 
Method Summary
 boolean isLeaseSuccessful()
          Checks if is lease successful.
 java.lang.String toString()
           
 
Methods inherited from class apps.mathpadapp.networkmanager.messages.fromprojector.ProjectorToControllerMessage
getSenderUserIdentity
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectorResponse

public ProjectorResponse(java.lang.Class<?> targetClass,
                         boolean leaseSucceed,
                         TableIdentity id)
Instantiates a new projector response.

Parameters:
targetClass - the target class
leaseSucceed - the lease succeed
id - the id
Method Detail

isLeaseSuccessful

public boolean isLeaseSuccessful()
Checks if is lease successful.

Returns:
true, if is lease successful

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object