|
SiteMinder Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnetegrity.siteminder.javaagent.ManagementContextDef
public class ManagementContextDef
Describes a requested management action in the Agent API.
AgentAPI| Field Summary | |
|---|---|
int |
command
The command sent to the Policy Server. |
java.lang.String |
data
The data sent to the Policy Server. |
static int |
MANAGEMENT_GET_AGENT_COMMANDS
Constant used to get pending agent commands from doManagement()
-- no data required. |
static int |
MANAGEMENT_SET_AGENT_INFO
Constant used to report agent-specific information from doManagement(). |
| Constructor Summary | |
|---|---|
ManagementContextDef(int p_command,
java.lang.String p_data)
Creates a Management context. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MANAGEMENT_GET_AGENT_COMMANDS
doManagement()
-- no data required.
public static final int MANAGEMENT_SET_AGENT_INFO
doManagement().
Data is as follows: data = agent info.
public int command
public java.lang.String data
| Constructor Detail |
|---|
public ManagementContextDef(int p_command,
java.lang.String p_data)
p_command - The command sent to the Policy Server.p_data - The data sent to the Policy Server.
|
Java SDK r12.5 Thu 09/08/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||