issrg.pba.management
Class Message

java.lang.Object
  extended by issrg.pba.management.Message

public final class Message
extends java.lang.Object

PERMIS manager/agent messages.

The messages are used by the PERMIS manager and the PERMIS agent to communicate with each other.

Version:
0.1.2008.01.26
Author:
mfb4@kent.ac.uk

Field Summary
static java.lang.String RESPONSE_EXCEPTION
          The response code sent from a PERMIS agent used to inform the PERMIS manager that the an exception happened.
static java.lang.String RESPONSE_LDAP_CONNECT
          The response code sent from the PERMIS agent used to inform the PERMIS manager that the agent was unable to connect to the LDAP directory.
static java.lang.String RESPONSE_LDAP_UNKNOWNHOST
          The response code sent from the PERMIS agent used to inform the PERMIS manager that the agent was unable to find the Host belonging to the remote directory that contains the policy (i.e.
static java.lang.String RESPONSE_UPDATED
          The response code sent from a PERMIS agent used to inform the PERMIS manager that the update happened.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESPONSE_UPDATED

public static final java.lang.String RESPONSE_UPDATED
The response code sent from a PERMIS agent used to inform the PERMIS manager that the update happened.

See Also:
Constant Field Values

RESPONSE_EXCEPTION

public static final java.lang.String RESPONSE_EXCEPTION
The response code sent from a PERMIS agent used to inform the PERMIS manager that the an exception happened. This is a bit of a doubling up as an actual exception is sent back to the manager and caught by the manager. So it acts like a default response code.

See Also:
Constant Field Values

RESPONSE_LDAP_UNKNOWNHOST

public static final java.lang.String RESPONSE_LDAP_UNKNOWNHOST
The response code sent from the PERMIS agent used to inform the PERMIS manager that the agent was unable to find the Host belonging to the remote directory that contains the policy (i.e. LDAP or WebDAV).

See Also:
Constant Field Values

RESPONSE_LDAP_CONNECT

public static final java.lang.String RESPONSE_LDAP_CONNECT
The response code sent from the PERMIS agent used to inform the PERMIS manager that the agent was unable to connect to the LDAP directory.

See Also:
Constant Field Values