|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick.TransferController
public class TransferController
The Class TransferController.
| Nested Class Summary | |
|---|---|
class |
TransferController.CustomThread
The Class CustomThread. |
| Constructor Summary | |
|---|---|
TransferController(DefaultSynergyNetApp app,
TableCommsClientService comms,
NetworkedContentManager networkedContentManager)
Instantiates a new transfer controller. |
|
| Method Summary | |
|---|---|
ContentItem |
applyTransferableContentItem(TransferableContentItem message)
Apply transferable content item. |
void |
cleanUpUnregisteredTable(UnregisterTableMessage msg)
Clean up unregistered table. |
TableInfo |
getLocalTableInfo()
Gets the local table info. |
boolean |
isDestinationTableAvailable(com.jme.scene.Spatial s,
FlickMover fm)
Checks if is destination table available. |
void |
registerRemoteTable(TableInfo remoteTableInfo)
Register remote table. |
void |
sendRegistrationMessage(TableIdentity targeTableId)
Send registration message. |
void |
setLocalTableInfo(TableInfo localTableInfo)
Sets the local table info. |
void |
transfer(FlickMover fm,
com.jme.scene.Spatial s,
float[] thisArrivalLocationStats,
VirtualTable table)
Transfer. |
void |
update()
Update. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransferController(DefaultSynergyNetApp app,
TableCommsClientService comms,
NetworkedContentManager networkedContentManager)
app - the appcomms - the commsnetworkedContentManager - the networked content manager| Method Detail |
|---|
public ContentItem applyTransferableContentItem(TransferableContentItem message)
message - the message
public void cleanUpUnregisteredTable(UnregisterTableMessage msg)
msg - the msgpublic TableInfo getLocalTableInfo()
public boolean isDestinationTableAvailable(com.jme.scene.Spatial s,
FlickMover fm)
s - the sfm - the fm
public void registerRemoteTable(TableInfo remoteTableInfo)
remoteTableInfo - the remote table infopublic void sendRegistrationMessage(TableIdentity targeTableId)
targeTableId - the targe table idpublic void setLocalTableInfo(TableInfo localTableInfo)
localTableInfo - the new local table info
public void transfer(FlickMover fm,
com.jme.scene.Spatial s,
float[] thisArrivalLocationStats,
VirtualTable table)
fm - the fms - the sthisArrivalLocationStats - the this arrival location statstable - the tablepublic void update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||