apps.mathpadapp.networkmanager.messages.fromprojector
Class ProjectorResponse
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mathpadapp.networkmanager.messages.fromprojector.ProjectorToControllerMessage
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
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 |
ProjectorResponse
public ProjectorResponse(java.lang.Class<?> targetClass,
boolean leaseSucceed,
TableIdentity id)
- Instantiates a new projector response.
- Parameters:
targetClass
- the target classleaseSucceed
- the lease succeedid
- the id
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