Uses of Class
org.marketcetera.util.ws.tags.NodeId
-
Packages that use NodeId Package Description org.marketcetera.util.ws.stateful Web services infrastructure.org.marketcetera.util.ws.stateless Infrastructure for stateless communication between client and server.org.marketcetera.util.ws.tags Tags used to identify aspects of web services, and filters for those tags. -
-
Uses of NodeId in org.marketcetera.util.ws.stateful
Fields in org.marketcetera.util.ws.stateful declared as NodeId Modifier and Type Field Description private NodeIdSessionManager. mServerIdMethods in org.marketcetera.util.ws.stateful that return NodeId Modifier and Type Method Description NodeIdSessionManager. getServerId()Returns the receiver's server ID.Methods in org.marketcetera.util.ws.stateful with parameters of type NodeId Modifier and Type Method Description (package private) voidSessionManager. setServerId(NodeId serverId)Sets the receiver's server ID to the given one. -
Uses of NodeId in org.marketcetera.util.ws.stateless
Fields in org.marketcetera.util.ws.stateless declared as NodeId Modifier and Type Field Description private NodeIdStatelessClientContext. mClientIdprivate NodeIdNode. nodeIdnode id for this nodeMethods in org.marketcetera.util.ws.stateless that return NodeId Modifier and Type Method Description NodeIdStatelessClientContext. getClientId()Returns the receiver's client ID.NodeIdNode. getId()Returns the receiver's node ID.Methods in org.marketcetera.util.ws.stateless with parameters of type NodeId Modifier and Type Method Description voidStatelessClientContext. setClientId(NodeId clientId)Sets the receiver's client ID to the given one. -
Uses of NodeId in org.marketcetera.util.ws.tags
Methods in org.marketcetera.util.ws.tags that return NodeId Modifier and Type Method Description static NodeIdNodeId. generate()Returns a new, unique node ID.
-