Uses of Class
com.bea.wcp.diameter.Command
Packages that use Command
Package
Description
The Diameter base protocol API.
The Diameter credit control API (Ro interface).
The Diameter Sh Client implementation.
-
Uses of Command in com.bea.wcp.diameter
Fields in com.bea.wcp.diameter declared as CommandModifier and TypeFieldDescriptionstatic final CommandCommand.ACAAccounting-Answer (ACA.)static final CommandCommand.ACRAccounting-Request (ACR).static final CommandCommand.ASAAbort-Session-Answer (ASA).static final CommandCommand.ASRAbort-Session-Request (ASR).static final CommandCommand.CEACapabilities-Exchange-Answer (CEA).static final CommandCommand.CERCapabilities-Exchange-Request (CER).static final CommandCommand.DPADisconnect-Peer-Answer (DPA).static final CommandCommand.DPRDisconnect-Peer-Request (DPR).static final CommandCommand.DWADevice-Watchdog-Answer (DWA).static final CommandCommand.DWRDevice-Watchdog-Request (DWR).static final CommandCommand.RAARe-Auth-Answer (RAA).static final CommandCommand.RARRe-Auth-Request (RAR).static final CommandCommand.STASession-Termination-Answer (STA).static final CommandCommand.STRSession-Termination-Request (STR).Methods in com.bea.wcp.diameter that return CommandModifier and TypeMethodDescriptionstatic CommandDefines a new Command which is proxiable and uses the default message factory.static CommandDefines a new Command with default message factory.static CommandCommand.define(int code, int appId, String name, boolean isRequest, boolean isProxiable, MessageFactory factory) Defines a new Command.static CommandDeprecated.static CommandDeprecated.Use the method with appId insteadstatic CommandCommand.define(int code, String name, boolean isRequest, boolean isProxiable, MessageFactory factory) Deprecated.Use the method with appId insteadstatic CommandCommand.getAnsByCode(int code) Deprecated.Use the method with appId instead(getAnsByCode(int code, int appId))static CommandCommand.getAnsByCode(int code, int appId) Returns the Command for the specified answer command code, or null if not found.static CommandReturns the Command for the specified command name, or null if not found.Message.getCommand()Returns the Command for this message.static CommandCommand.getReqByCode(int code) Deprecated.Use the method with appId instead(getReqByCode(int code, int appId))static CommandCommand.getReqByCode(int code, int appId) Returns the Command for the specified request command code, or null if not found.Methods in com.bea.wcp.diameter with parameters of type CommandModifier and TypeMethodDescriptionApplication.createRequest(Command cmd) Creates a new Request for this application but with no associated session.GenericMessageFactory.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.Session.createRequest(Command cmd) Creates a new Request for this session.Constructors in com.bea.wcp.diameter with parameters of type CommandModifierConstructorDescriptionprotectedThis constructor is only called by Request when creating a new request.Request(Command cmd, Application app) Creates a new Request for the specified application and command.Creates a new Request for the specified session and command.Creates a new Request for a given command, application, and optional session identifier. -
Uses of Command in com.bea.wcp.diameter.cc
Fields in com.bea.wcp.diameter.cc declared as Command -
Uses of Command in com.bea.wcp.diameter.sh
Fields in com.bea.wcp.diameter.sh declared as CommandModifier and TypeFieldDescriptionstatic final CommandSh.PNAstatic final CommandSh.PNRstatic final CommandSh.PUAstatic final CommandSh.PURstatic final CommandSh.SNAstatic final CommandSh.SNRstatic final CommandSh.UDAstatic final CommandSh.UDRMethods in com.bea.wcp.diameter.sh with parameters of type Command -
Uses of Command in com.bea.wcp.diameter.sy
Fields in com.bea.wcp.diameter.sy declared as Command