|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Common interface for all DIS nodes.
Provides access to networking and indentification params.
| Field Summary |
| Fields inherited from interface org.web3d.vrml.nodes.VRMLNetworkInterfaceNodeType |
ROLE_INACTIVE, ROLE_MANAGER, ROLE_READER, ROLE_WRITER |
| Method Summary | |
java.lang.String |
getAddress()
Get the network address to listen to. |
int |
getAppID()
Get the applicationID specified for this node. |
java.lang.String[] |
getAuthServer()
Get the chat room auth server's. |
int |
getEntityID()
Get the entityID specified for this node. |
java.lang.String |
getMucRoom()
Get the chat room mucRoom. |
java.lang.String |
getMucServer()
Get the chat room mucServer. |
java.lang.String |
getPassword()
Get the chat room password. |
int |
getPort()
Get the network port to listen to. |
int |
getSiteID()
Get the siteID specified for this node. |
ProtocolDataUnit |
getState()
Get the nodes current state. |
ProtocolDataUnitType |
getStateDX()
Get the nodes current state. |
java.lang.String |
getUsername()
Get the chat room username. |
void |
packetArrived(ProtocolDataUnit pdu)
Tell the DIS node that a packet arrived. |
void |
setIsActive(boolean active)
Set the isActive state for a DIS node. |
boolean |
valuesToWrite()
Does the this node have new information to write. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNetworkInterfaceNodeType |
addNetworkRoleListener, getProtocol, getRole, removeNetworkRoleListener |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, getFieldValue, getMetadataObject, getRefCount, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
| Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener |
allEventsComplete |
| Method Detail |
public int getSiteID()
public int getAppID()
public int getEntityID()
public java.lang.String getAddress()
public int getPort()
public java.lang.String getUsername()
public java.lang.String getPassword()
public java.lang.String[] getAuthServer()
public java.lang.String getMucServer()
public java.lang.String getMucRoom()
public void setIsActive(boolean active)
active - Whether the node is active(traffic within 5 seconds).public void packetArrived(ProtocolDataUnit pdu)
public boolean valuesToWrite()
public ProtocolDataUnit getState()
public ProtocolDataUnitType getStateDX()
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||