synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector
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 synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector.ProjectorResponse
All Implemented Interfaces:
java.io.Serializable, Message

public class ProjectorResponse
extends UnicastApplicationMessage

The Class ProjectorResponse.

See Also:
Serialized Form

Constructor Summary
ProjectorResponse()
          Instantiates a new projector response.
ProjectorResponse(java.lang.Class<?> targetClass, boolean leaseSucceed, TableIdentity id)
          Instantiates a new projector response.
 
Method Summary
 boolean isLeaseSucceed()
          Checks if is lease succeed.
 java.lang.String toString()
           
 
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()
Instantiates a new projector response.


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

isLeaseSucceed

public boolean isLeaseSucceed()
Checks if is lease succeed.

Returns:
true, if is lease succeed

toString

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