Uses of Class
com.bea.wcp.diameter.Node
Packages that use Node
Package
Description
The Diameter base protocol API.
The Diameter offline charging API (Rf interface).
The Diameter credit control API (Ro interface).
Diameter base protocol API helper utilities.
-
Uses of Node in com.bea.wcp.diameter
Methods in com.bea.wcp.diameter that return NodeModifier and TypeMethodDescriptionstatic NodeNode.createNode(File configFile) Creates a new Diameter Node instance for the specified configuration.static NodeNode.getInstance()Returns the Node instance to use when deserializing session objects.final NodeApplication.getNode()Returns the Diameter Node hosting the application.Peer.getNode()Request.getNode()Methods in com.bea.wcp.diameter with parameters of type NodeModifier and TypeMethodDescriptionGenericMessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId) MessageFactory.createRequest(Node node, Command cmd, int appId, String sessionId) Creates a new Message with the specified command.static voidNode.setInstance(Node node) Sets the Node instance that will be used for deserialization of persistent session objects.Constructors in com.bea.wcp.diameter with parameters of type NodeModifierConstructorDescriptionAppManager(Node node) AppManager(Node node, ConfigurationBean config) Capabilities(Node node) protectedThis constructor is only called by Request when creating a new request.Creates new Peer for an incoming dynamic peer connection.Peer(Node node, String host, InetAddress addr, int port) Peer(Node node, String host, InetAddress addr, int port, String protocol) Peer(Node node, String host, InetAddress addr, int port, String protocol, boolean watchdogEnabled) Creates a new Request for a given command, application, and optional session identifier.Route(Node node, DefaultRouteBean defaultRouteBean) RouteTable(Node node) RouteTable(Node node, ConfigurationBean config) -
Uses of Node in com.bea.wcp.diameter.accounting
Constructors in com.bea.wcp.diameter.accounting with parameters of type Node -
Uses of Node in com.bea.wcp.diameter.cc
Constructors in com.bea.wcp.diameter.cc with parameters of type Node -
Uses of Node in com.bea.wcp.diameter.sy
Constructors in com.bea.wcp.diameter.sy with parameters of type Node -
Uses of Node in com.bea.wcp.diameter.util
Methods in com.bea.wcp.diameter.util that return Node