|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VRMLDISNodeType
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. |
mil.navy.nps.dis.ProtocolDataUnit |
getState()
Get the nodes current state. |
org.web3d.xmsf.dis.ProtocolDataUnitType |
getStateDX()
Get the nodes current state. |
java.lang.String |
getUsername()
Get the chat room username. |
void |
packetArrived(mil.navy.nps.dis.ProtocolDataUnit pdu)
Tell the DIS node that a packet arrived. |
void |
packetArrived(org.web3d.xmsf.dis.ProtocolDataUnitType 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, clearRemovedLayerIds, getFieldValue, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, 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 |
|---|
int getSiteID()
int getAppID()
int getEntityID()
java.lang.String getAddress()
int getPort()
java.lang.String getUsername()
java.lang.String getPassword()
java.lang.String[] getAuthServer()
java.lang.String getMucServer()
java.lang.String getMucRoom()
void setIsActive(boolean active)
active - Whether the node is active(traffic within 5 seconds).void packetArrived(mil.navy.nps.dis.ProtocolDataUnit pdu)
void packetArrived(org.web3d.xmsf.dis.ProtocolDataUnitType pdu)
boolean valuesToWrite()
mil.navy.nps.dis.ProtocolDataUnit getState()
org.web3d.xmsf.dis.ProtocolDataUnitType getStateDX()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||