|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick.TransferController
public class TransferController
The Class TransferController.
Nested Class Summary | |
---|---|
class |
TransferController.CustomThread
The Class CustomThread. |
Constructor Summary | |
---|---|
TransferController(DefaultSynergyNetApp app)
Instantiates a new transfer controller. |
Method Summary | |
---|---|
ContentItem |
applyTransferableContentItem(TransferableContentItem message)
Apply transferable content item. |
void |
cleanUpUnregisteredTable(UnregisterTableMessage msg)
Clean up unregistered table. |
void |
enableNetworkFlick(boolean flickEnabled)
Enable network flick. |
TableInfo |
getLocalTableInfo()
Gets the local table info. |
boolean |
isDestinationTableAvailable(com.jme.scene.Spatial s,
FlickMover fm)
Checks if is destination table available. |
boolean |
isNetworkFlickEnabled()
Checks if is network flick enabled. |
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)
app
- the appMethod Detail |
---|
public ContentItem applyTransferableContentItem(TransferableContentItem message)
message
- the message
public void cleanUpUnregisteredTable(UnregisterTableMessage msg)
msg
- the msgpublic void enableNetworkFlick(boolean flickEnabled)
flickEnabled
- the flick enabledpublic TableInfo getLocalTableInfo()
public boolean isDestinationTableAvailable(com.jme.scene.Spatial s, FlickMover fm)
s
- the sfm
- the fm
public boolean isNetworkFlickEnabled()
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 infopublic 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 |