com.ambient.joarse.Server Class Reference

List of all members.

Public Member Functions

void login (String server, String user, String password) throws JOARSEException
 Login to an AR System Server. This must be called after the server object is created, before any other server method is used.
void setServerPort (String serverName, int port, int rpc) throws JOARSEException
 Login to a specific port on the AR System server.
void logout () throws JOARSEException
 Logout. Ends the current AR System session.
String[] getListSchema () throws JOARSEException
 Get a list of all forms (schemas), including hidden forms.
String[] getListSchema (int flags) throws JOARSEException
 Get a list of all forms of the specified type.
String[] getListSchema (int flags, Date timestamp) throws JOARSEException
 Get a list of all forms of the specified type, modified after the specified date.
long[] getListField (String form) throws JOARSEException
 Get a list of fields on a form.
Field getField (String form, long id, int propertyMask) throws JOARSEException
 Get a field definition.
void setField (String form, Field field, int propertyMask) throws JOARSEException
 Update a field definition.
Map getServerInfo (int[] request) throws JOARSEException
 Get a set of server properties.
Map getEntry (String form, String entryId) throws JOARSEException
 Get an entry, returning all fields.
Map getEntry (String form, String entryId, long[] fieldIds) throws JOARSEException
 Get an entry, returning specific field values.
String createEntry (String form, Map values) throws JOARSEException
 Create a new entry.
void setEntry (String form, String entryId, Map values) throws JOARSEException
 Update an entry with specified field values.
void deleteEntry (String form, String entryId, int option) throws JOARSEException
 Delete an entry in a form.
Qualification parseQualification (String formName, String qualification, String view) throws JOARSEException
 Parse a qualification string for a specific form.
Entry[] getListEntryWithFields (String form, String qualification) throws JOARSEException
 Get a list of matching entries, returning default summary field values.
Entry[] getListEntryWithFields (String form, Qualification qualification) throws JOARSEException
 Get a list of matching entries, returning default summary field values.
Entry[] getListEntryWithFields (String form, String qualification, long[] fieldIds) throws JOARSEException
 Get a list of matching entries, returning specific field values.
Entry[] getListEntryWithFields (String form, Qualification qualification, long[] fieldIds) throws JOARSEException
 Get a list of matching entries, returning specific field values.
Entry[] getListEntryWithFields (String form, String qualification, long[] fieldIds, Sort[] sort) throws JOARSEException
 Get a list of matching entries, returning specific field values, with a specific sort order.
Entry[] getListEntryWithFields (String form, Qualification qualification, long[] fieldIds, Sort[] sort) throws JOARSEException
 Get a list of matching entries, returning specific field values, with a specific sort order.
DiaryEntry[] decodeDiary (String diaryValue) throws JOARSEException
 Decode the value of a diary field into an array of diary entries, each of which contains a user name, date and time, and text.

Static Public Member Functions

static void main (String[] args)

Static Public Attributes

static final Integer AR_SERVER_INFO_DB_TYPE = new Integer(1)
static final Integer AR_SERVER_INFO_SERVER_LICENSE = new Integer(2)
static final Integer AR_SERVER_INFO_FIXED_LICENSE = new Integer(3)
static final Integer AR_SERVER_INFO_VERSION = new Integer(4)
static final Integer AR_SERVER_INFO_ALLOW_GUESTS = new Integer(5)
static final Integer AR_SERVER_INFO_USE_ETC_PASSWD = new Integer(6)
static final Integer AR_SERVER_INFO_XREF_PASSWORDS = new Integer(7)
static final Integer AR_SERVER_INFO_DEBUG_MODE = new Integer(8)
static final Integer AR_SERVER_INFO_DB_NAME = new Integer(9)
static final Integer AR_SERVER_INFO_DB_PASSWORD = new Integer(10)
static final Integer AR_SERVER_INFO_HARDWARE = new Integer(11)
static final Integer AR_SERVER_INFO_OS = new Integer(12)
static final Integer AR_SERVER_INFO_SERVER_DIR = new Integer(13)
static final Integer AR_SERVER_INFO_DBHOME_DIR = new Integer(14)
static final Integer AR_SERVER_INFO_SET_PROC_TIME = new Integer(15)
static final Integer AR_SERVER_INFO_EMAIL_FROM = new Integer(16)
static final Integer AR_SERVER_INFO_SQL_LOG_FILE = new Integer(17)
static final Integer AR_SERVER_INFO_FLOAT_LICENSE = new Integer(18)
static final Integer AR_SERVER_INFO_FLOAT_TIMEOUT = new Integer(19)
static final Integer AR_SERVER_INFO_UNQUAL_QUERIES = new Integer(20)
static final Integer AR_SERVER_INFO_FILTER_LOG_FILE = new Integer(21)
static final Integer AR_SERVER_INFO_USER_LOG_FILE = new Integer(22)
static final Integer AR_SERVER_INFO_REM_SERV_ID = new Integer(23)
static final Integer AR_SERVER_INFO_MULTI_SERVER = new Integer(24)
static final Integer AR_SERVER_INFO_EMBEDDED_SQL = new Integer(25)
static final Integer AR_SERVER_INFO_MAX_SCHEMAS = new Integer(26)
static final Integer AR_SERVER_INFO_DB_VERSION = new Integer(27)
static final Integer AR_SERVER_INFO_MAX_ENTRIES = new Integer(28)
static final Integer AR_SERVER_INFO_MAX_F_DAEMONS = new Integer(29)
static final Integer AR_SERVER_INFO_MAX_L_DAEMONS = new Integer(30)
static final Integer AR_SERVER_INFO_ESCALATION_LOG_FILE = new Integer(31)
static final Integer AR_SERVER_INFO_ESCL_DAEMON = new Integer(32)
static final Integer AR_SERVER_INFO_SUBMITTER_MODE = new Integer(33)
static final Integer AR_SERVER_INFO_API_LOG_FILE = new Integer(34)
static final Integer AR_SERVER_INFO_FTEXT_FIXED = new Integer(35)
static final Integer AR_SERVER_INFO_FTEXT_FLOAT = new Integer(36)
static final Integer AR_SERVER_INFO_FTEXT_TIMEOUT = new Integer(37)
static final Integer AR_SERVER_INFO_RESERV1_A = new Integer(38)
static final Integer AR_SERVER_INFO_RESERV1_B = new Integer(39)
static final Integer AR_SERVER_INFO_RESERV1_C = new Integer(40)
static final Integer AR_SERVER_INFO_SERVER_IDENT = new Integer(41)
static final Integer AR_SERVER_INFO_DS_SVR_LICENSE = new Integer(42)
static final Integer AR_SERVER_INFO_DS_MAPPING = new Integer(43)
static final Integer AR_SERVER_INFO_DS_PENDING = new Integer(44)
static final Integer AR_SERVER_INFO_DS_RPC_SOCKET = new Integer(45)
static final Integer AR_SERVER_INFO_DS_LOG_FILE = new Integer(46)
static final Integer AR_SERVER_INFO_SUPPRESS_WARN = new Integer(47)
static final Integer AR_SERVER_INFO_HOSTNAME = new Integer(48)
static final Integer AR_SERVER_INFO_FULL_HOSTNAME = new Integer(49)
static final Integer AR_SERVER_INFO_SAVE_LOGIN = new Integer(50)
static final Integer AR_SERVER_INFO_U_CACHE_CHANGE = new Integer(51)
static final Integer AR_SERVER_INFO_G_CACHE_CHANGE = new Integer(52)
static final Integer AR_SERVER_INFO_STRUCT_CHANGE = new Integer(53)
static final Integer AR_SERVER_INFO_CASE_SENSITIVE = new Integer(54)
static final Integer AR_SERVER_INFO_SERVER_LANG = new Integer(55)
static final Integer AR_SERVER_INFO_ADMIN_ONLY = new Integer(56)
static final Integer AR_SERVER_INFO_CACHE_LOG_FILE = new Integer(57)
static final Integer AR_SERVER_INFO_FLASH_DAEMON = new Integer(58)
static final Integer AR_SERVER_INFO_THREAD_LOG_FILE = new Integer(59)
static final Integer AR_SERVER_INFO_ADMIN_TCP_PORT = new Integer(60)
static final Integer AR_SERVER_INFO_ESCL_TCP_PORT = new Integer(61)
static final Integer AR_SERVER_INFO_FAST_TCP_PORT = new Integer(62)
static final Integer AR_SERVER_INFO_LIST_TCP_PORT = new Integer(63)
static final Integer AR_SERVER_INFO_FLASH_TCP_PORT = new Integer(64)
static final Integer AR_SERVER_INFO_TCD_TCP_PORT = new Integer(65)
static final Integer AR_SERVER_INFO_DSO_DEST_PORT = new Integer(66)
static final Integer AR_SERVER_INFO_INFORMIX_DBN = new Integer(67)
static final Integer AR_SERVER_INFO_INFORMIX_TBC = new Integer(68)
static final Integer AR_SERVER_INFO_INGRES_VNODE = new Integer(69)
static final Integer AR_SERVER_INFO_ORACLE_SID = new Integer(70)
static final Integer AR_SERVER_INFO_ORACLE_TWO_T = new Integer(71)
static final Integer AR_SERVER_INFO_SYBASE_CHARSET = new Integer(72)
static final Integer AR_SERVER_INFO_SYBASE_SERV = new Integer(73)
static final Integer AR_SERVER_INFO_SHARED_MEM = new Integer(74)
static final Integer AR_SERVER_INFO_SHARED_CACHE = new Integer(75)
static final Integer AR_SERVER_INFO_CACHE_SEG_SIZE = new Integer(76)
static final Integer AR_SERVER_INFO_DB_USER = new Integer(77)
static final Integer AR_SERVER_INFO_NFY_TCP_PORT = new Integer(78)
static final Integer AR_SERVER_INFO_FILT_MAX_TOTAL = new Integer(79)
static final Integer AR_SERVER_INFO_FILT_MAX_STACK = new Integer(80)
static final Integer AR_SERVER_INFO_DEFAULT_ORDER_BY = new Integer(81)
static final Integer AR_SERVER_INFO_DELAYED_CACHE = new Integer(82)
static final Integer AR_SERVER_INFO_DSO_MERGE_STYLE = new Integer(83)
static final Integer AR_SERVER_INFO_EMAIL_LINE_LEN = new Integer(84)
static final Integer AR_SERVER_INFO_EMAIL_SYSTEM = new Integer(85)
static final Integer AR_SERVER_INFO_INFORMIX_RELAY_MOD = new Integer(86)
static final Integer AR_SERVER_INFO_PS_RPC_SOCKET = new Integer(87)
static final Integer AR_SERVER_INFO_REGISTER_PORTMAPPER = new Integer(88)
static final Integer AR_SERVER_INFO_SERVER_NAME = new Integer(89)
static final Integer AR_SERVER_INFO_DBCONF = new Integer(90)
static final Integer AR_SERVER_INFO_APPL_PENDING = new Integer(91)
static final Integer AR_SERVER_INFO_AP_RPC_SOCKET = new Integer(92)
static final Integer AR_SERVER_INFO_AP_LOG_FILE = new Integer(93)
static final Integer AR_SERVER_INFO_AP_DEFN_CHECK = new Integer(94)
static final Integer AR_SERVER_INFO_MAX_LOG_FILE_SIZE = new Integer(95)
static final Integer AR_SERVER_INFO_CLUSTERED_INDEX = new Integer(96)
static final Integer AR_SERVER_INFO_ACTLINK_DIR = new Integer(97)
static final Integer AR_SERVER_INFO_ACTLINK_SHELL = new Integer(98)
static final Integer AR_SERVER_INFO_USER_CACHE_UTILS = new Integer(99)
static final Integer AR_SERVER_INFO_EMAIL_TIMEOUT = new Integer(100)
static final Integer AR_SERVER_INFO_EXPORT_VERSION = new Integer(101)
static final Integer AR_SERVER_INFO_ENCRYPT_AL_SQL = new Integer(102)
static final Integer AR_SERVER_INFO_SCC_ENABLED = new Integer(103)
static final Integer AR_SERVER_INFO_SCC_PROVIDER_NAME = new Integer(104)
static final Integer AR_SERVER_INFO_SCC_TARGET_DIR = new Integer(105)
static final Integer AR_SERVER_INFO_SCC_COMMENT_CHECKIN = new Integer(106)
static final Integer AR_SERVER_INFO_SCC_COMMENT_CHECKOUT = new Integer(107)
static final Integer AR_SERVER_INFO_SCC_INTEGRATION_MODE = new Integer(108)
static final Integer AR_SERVER_INFO_EA_RPC_SOCKET = new Integer(109)
static final Integer AR_SERVER_INFO_EA_RPC_TIMEOUT = new Integer(110)
static final Integer AR_SERVER_INFO_USER_INFO_LISTS = new Integer(111)
static final Integer AR_SERVER_INFO_USER_INST_TIMEOUT = new Integer(112)
static final Integer AR_SERVER_INFO_DEBUG_GROUPID = new Integer(113)
static final Integer AR_SERVER_INFO_APPLICATION_AUDIT = new Integer(114)
static final Integer AR_SERVER_INFO_EA_SYNC_TIMEOUT = new Integer(115)
static final Integer AR_SERVER_INFO_SERVER_TIME = new Integer(116)
static final Integer AR_SERVER_INFO_SVR_SEC_CACHE = new Integer(117)
static final Integer AR_SERVER_INFO_LOGFILE_APPEND = new Integer(118)
static final Integer AR_SERVER_INFO_MINIMUM_API_VER = new Integer(119)
static final Integer AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE = new Integer(120)
static final Integer AR_SERVER_INFO_CANCEL_QUERY = new Integer(121)
static final Integer AR_SERVER_INFO_MULT_ASSIGN_GROUPS = new Integer(122)
static final Integer AR_SERVER_INFO_ARFORK_LOG_FILE = new Integer(123)
static final Integer AR_SERVER_INFO_DSO_PLACEHOLDER_MODE = new Integer(124)
static final Integer AR_SERVER_INFO_DSO_POLLING_INTERVAL = new Integer(125)
static final Integer AR_SERVER_INFO_DSO_SOURCE_SERVER = new Integer(126)
static final Integer AR_SERVER_INFO_DS_POOL = new Integer(127)
static final Integer AR_SERVER_INFO_DSO_TIMEOUT_NORMAL = new Integer(128)
static final Integer AR_SERVER_INFO_ENC_PUB_KEY = new Integer(129)
static final Integer AR_SERVER_INFO_ENC_PUB_KEY_EXP = new Integer(130)
static final Integer AR_SERVER_INFO_ENC_DATA_KEY_EXP = new Integer(131)
static final Integer AR_SERVER_INFO_ENC_DATA_ENCR_ALG = new Integer(132)
static final Integer AR_SERVER_INFO_ENC_SEC_POLICY = new Integer(133)
static final Integer AR_SERVER_INFO_ENC_SESS_H_ENTRIES = new Integer(134)
static final Integer AR_SERVER_INFO_DSO_TARGET_CONNECTION = new Integer(135)
static final Integer AR_SERVER_INFO_PREFERENCE_PRIORITY = new Integer(136)
static final Integer AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB = new Integer(137)
static final Integer AR_SERVER_INFO_MESSAGE_CAT_SCHEMA = new Integer(138)
static final Integer AR_SERVER_INFO_ALERT_SCHEMA = new Integer(139)
static final Integer AR_SERVER_INFO_LOCALIZED_SERVER = new Integer(140)
static final Integer AR_SERVER_INFO_SVR_EVENT_LIST = new Integer(141)
static final Integer AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS = new Integer(142)
static final Integer AR_SERVER_INFO_DISABLE_ESCALATIONS = new Integer(143)
static final Integer AR_SERVER_INFO_ALERT_LOG_FILE = new Integer(144)
static final Integer AR_SERVER_INFO_DISABLE_ALERTS = new Integer(145)
static final Integer AR_SERVER_INFO_CHECK_ALERT_USERS = new Integer(146)
static final Integer AR_SERVER_INFO_ALERT_SEND_TIMEOUT = new Integer(147)
static final Integer AR_SERVER_INFO_ALERT_OUTBOUND_PORT = new Integer(148)
static final Integer AR_SERVER_INFO_ALERT_SOURCE_AR = new Integer(149)
static final Integer AR_SERVER_INFO_ALERT_SOURCE_FB = new Integer(150)
static final Integer AR_SERVER_INFO_DSO_USER_PASSWD = new Integer(151)
static final Integer AR_SERVER_INFO_DSO_TARGET_PASSWD = new Integer(152)
static final Integer AR_SERVER_INFO_APP_SERVICE_PASSWD = new Integer(153)
static final Integer AR_SERVER_INFO_MID_TIER_PASSWD = new Integer(154)
static final Integer AR_SERVER_INFO_PLUGIN_LOG_FILE = new Integer(155)
static final Integer AR_SERVER_INFO_SVR_STATS_REC_MODE = new Integer(156)
static final Integer AR_SERVER_INFO_SVR_STATS_REC_INTERVAL = new Integer(157)
static final Integer AR_SERVER_INFO_DEFAULT_WEB_PATH = new Integer(158)
static final Integer AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT = new Integer(159)
static final Integer AR_SERVER_INFO_DISABLED_CLIENT = new Integer(160)
static final Integer AR_SERVER_INFO_PLUGIN_PASSWD = new Integer(161)
static final Integer AR_SERVER_INFO_PLUGIN_ALIAS = new Integer(162)
static final Integer AR_SERVER_INFO_PLUGIN_TARGET_PASSWD = new Integer(163)
static final Integer AR_SERVER_INFO_REM_WKFLW_PASSWD = new Integer(164)
static final Integer AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD = new Integer(165)
static final Integer AR_SERVER_INFO_EXPORT_SVR_OPS = new Integer(166)
static final Integer AR_SERVER_INFO_INIT_FORM = new Integer(167)
static final Integer AR_SERVER_INFO_ENC_PUB_KEY_ALG = new Integer(168)
static final Integer AR_SERVER_INFO_IP_NAMES = new Integer(169)
static final Integer AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL = new Integer(170)
static final Integer AR_SERVER_INFO_DSO_MARK_PENDING_RETRY = new Integer(171)
static final Integer AR_SERVER_INFO_DSO_RPCPROG_NUM = new Integer(172)
static final Integer AR_SERVER_INFO_DELAY_RECACHE_TIME = new Integer(173)
static final Integer AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES = new Integer(174)
static final Integer AR_SERVER_INFO_CURRENCY_INTERVAL = new Integer(175)
static final Integer AR_SERVER_INFO_ORACLE_CURSOR_SHARE = new Integer(176)
static final Integer AR_SERVER_INFO_DB2_DB_ALIAS = new Integer(177)
static final Integer AR_SERVER_INFO_DB2_SERVER = new Integer(178)
static final Integer AR_SERVER_INFO_DFLT_FUNC_CURRENCIES = new Integer(179)
static final Integer AR_SERVER_INFO_EMAIL_IMPORT_FORM = new Integer(180)
static final Integer AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL = new Integer(181)
static final Integer AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF = new Integer(182)
static final Integer AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS = new Integer(183)
static final Integer AR_SERVER_INFO_DB_CONNECTION_RETRIES = new Integer(184)
static final Integer AR_SERVER_INFO_DB_CHAR_SET = new Integer(185)
static final Integer AR_SERVER_INFO_CURR_PART_VALUE_STR = new Integer(186)
static final Integer AR_SERVER_INFO_CURR_PART_TYPE_STR = new Integer(187)
static final Integer AR_SERVER_INFO_CURR_PART_DATE_STR = new Integer(188)
static final Integer AR_SERVER_INFO_HOMEPAGE_FORM = new Integer(189)
static final Integer AR_SERVER_INFO_DISABLE_FTS_INDEXER = new Integer(190)
static final Integer AR_SERVER_INFO_DISABLE_ARCHIVE = new Integer(191)
static final Integer AR_SERVER_INFO_SERVERGROUP_MEMBER = new Integer(192)
static final Integer AR_SERVER_INFO_SERVERGROUP_LOG_FILE = new Integer(193)
static final Integer AR_SERVER_INFO_FLUSH_LOG_LINES = new Integer(194)
static final Integer AR_SERVER_INFO_SERVERGROUP_INTERVAL = new Integer(195)
static final Integer AR_SERVER_INFO_JAVA_VM_OPTIONS = new Integer(196)
static final Integer AR_SERVER_INFO_PER_THREAD_LOGS = new Integer(197)
static final Integer AR_SERVER_INFO_CONFIG_FILE = new Integer(198)
static final Integer AR_SERVER_INFO_SSTABLE_CHUNK_SIZE = new Integer(199)
static final Integer AR_SERVER_INFO_SG_EMAIL_STATE = new Integer(200)
static final Integer AR_SERVER_INFO_SG_FLASHBOARDS_STATE = new Integer(201)
static final Integer AR_SERVER_INFO_SERVERGROUP_NAME = new Integer(202)
static final Integer AR_SERVER_INFO_SG_ADMIN_SERVER_NAME = new Integer(203)
static final Integer AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE = new Integer(204)
static final Integer AR_SERVER_INFO_ROLE_CHANGE = new Integer(205)
static final Integer AR_SERVER_INFO_SG_ADMIN_SERVER_PORT = new Integer(206)
static final int AR_LIST_SCHEMA_ALL = 0
static final int AR_LIST_SCHEMA_REGULAR = 1
static final int AR_LIST_SCHEMA_JOIN = 2
static final int AR_LIST_SCHEMA_VIEW = 3
static final int AR_LIST_SCHEMA_ALL_WITH_DATA = 7
static final int AR_LIST_SCHEMA_VENDOR = 8
static final int AR_HIDDEN_INCREMENT = 1024
static final int fieldName = 0x1
static final int fieldMapping = 0x2
static final int fieldDataType = 0x4
static final int fieldOption = 0x8
static final int fieldCreateMode = 0x10
static final int fieldDefaultValue = 0x20
static final int fieldPermissionList = 0x40
static final int fieldLimit = 0x80
static final int fieldDisplayInstanceList = 0x100
static final int fieldHelpText = 0x200
static final int fieldTimestamp = 0x400
static final int fieldOwner = 0x800
static final int fieldLastChanged = 0x1000
static final int fieldChangeDiary = 0x2000
static final int fieldCommonUserProperties = fieldName | fieldDataType | fieldDefaultValue | fieldDisplayInstanceList | fieldHelpText
static final int fieldAllProperties = 0xffff
static final int AR_JOIN_DELOPTION_NONE = 0
static final int AR_JOIN_DELOPTION_FORCE = 1

Static Package Functions

 [static initializer]

Member Function Documentation

com.ambient.joarse.Server.[static initializer]  )  [static, package]
 

String com.ambient.joarse.Server.createEntry String  form,
Map  values
throws JOARSEException
 

Create a new entry.

Example:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Map fieldValues = server.getEntry(formName, entryId, new long [] {8});
   System.out.println("Field 8 value is : " + fieldValues.get(new Long(8)));
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
values Field values
Returns:
Exceptions:
JOARSEException 

DiaryEntry [] com.ambient.joarse.Server.decodeDiary String  diaryValue  )  throws JOARSEException
 

Decode the value of a diary field into an array of diary entries, each of which contains a user name, date and time, and text.

Parameters:
diaryValue Text value of the diary field
Returns:
Array of diary entries
Exceptions:
JOARSEException 

void com.ambient.joarse.Server.deleteEntry String  form,
String  entryId,
int  option
throws JOARSEException
 

Delete an entry in a form.

Example:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   server.deleteEntry(formName, entryId, Server.AR_JOIN_DELOPTION_NONE);
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 

Parameters:
form Form name
entryId Id of entry to delete
option Option to take if entry is in a join form
Exceptions:
JOARSEException 

Map com.ambient.joarse.Server.getEntry String  form,
String  entryId,
long[]  fieldIds
throws JOARSEException
 

Get an entry, returning specific field values.

Retrieve an entry, returning values for specified fields. Example:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Map fieldValues = server.getEntry(formName, entryId, new long [] {8});
   System.out.println("Field 8 value is : " + fieldValues.get(new Long(8)));
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 

Parameters:
form Form name
entryId Id of the entry. This is a string representation such as 000000000000001, or 000000000000010|000000000000032 for a join form.
fieldIds Array of field ids for which values should be retrieved, such as new long [] {2, 4, 8}, to retrieve values for fields 2, 4, and 8.
Returns:
Map of field values. Key is a Long containing the field id.
Exceptions:
JOARSEException 

Map com.ambient.joarse.Server.getEntry String  form,
String  entryId
throws JOARSEException
 

Get an entry, returning all fields.

Retrieve an entry, returning values for all fields. Example:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Map fieldValues = server.getEntry(formName, entryId);
   System.out.println("Field 8 value is : " + fieldValues.get(new Long(8)));
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 

Parameters:
form Form name
entryId Id of the entry. This is a string representation such as 000000000000001, or 000000000000010|000000000000032 for a join form.
Returns:
Map of field values. Key is a Long containing the field id.
Exceptions:
JOARSEException 

Field com.ambient.joarse.Server.getField String  form,
long  id,
int  propertyMask
throws JOARSEException
 

Get a field definition.

Retrieve a field definition from a form, specifying which properties should be retrieved. Note that at the current time, only the field id, name, and all display properties are supported.

Example:


 Server server = new Server();
 try {

   server.login("localhost", "Demo", "");
   Field field = server.getField("Sample:Classes", 8, Server.fieldDisplayInstanceList);
   // print out the label on the default view
   if (field.getDisplayInstances.contains(new Long(536870912))) {
     System.out.println("Label is: " + ((Map)field.getDisplayInstances().get(new Long(536870912))).get(Field.AR_DPROP_LABEL));
   }   
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage()); 
 } finally {
   try {
     server.logout();
   } catch (JOARSEException err) {
   }
 }
 
Parameters:
form Form name
id Id of field
propertyMask Bitmask of which properties should be retrieved
Returns:
Field object containing field definition
Exceptions:
JOARSEException 

Entry [] com.ambient.joarse.Server.getListEntryWithFields String  form,
Qualification  qualification,
long[]  fieldIds,
Sort[]  sort
throws JOARSEException
 

Get a list of matching entries, returning specific field values, with a specific sort order.

Examples:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Qualification q = server.parseQualification("Sample:Classes", "'Status*' = \"Completed\"", "");
   Entry [] entries = server.getListEntryWithFields("Sample:Classes", q, new long [] {8}, new Sort [] {new Sort(8, Sort.ASCENDING) });
   for (int i=0; i < entries.length; i++) {
     System.out.println("Entry: " + entries[i].getEntryId());
     System.out.println(entries[i].getValues().get(new Long(8))); // short description value
   }
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
qualification Qualification object, from parseQualification
sort Array of sort objects containing sort field and direction
Returns:
Array of matching entries
Exceptions:
JOARSEException 
See also:
parseQualification

Entry [] com.ambient.joarse.Server.getListEntryWithFields String  form,
String  qualification,
long[]  fieldIds,
Sort[]  sort
throws JOARSEException
 

Get a list of matching entries, returning specific field values, with a specific sort order.

Examples:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Entry [] entries = server.getListEntryWithFields("Sample:Classes", "Sample:Classes", "'Status*' = \"Completed\"", new long [] {8}, new Sort [] {new Sort(8, Sort.ASCENDING) });
   for (int i=0; i < entries.length; i++) {
     System.out.println("Entry: " + entries[i].getEntryId());
     System.out.println(entries[i].getValues().get(new Long(8))); // short description value
   }
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
qualification Qualification string, which will be parsed before running a query
sort Array of sort objects containing sort field and direction
Returns:
Array of matching entries
Exceptions:
JOARSEException 

Entry [] com.ambient.joarse.Server.getListEntryWithFields String  form,
Qualification  qualification,
long[]  fieldIds
throws JOARSEException
 

Get a list of matching entries, returning specific field values.

Examples:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Qualification q = server.parseQualification("Sample:Classes", "'Status*' = \"Completed\"", "");
   Entry [] entries = server.getListEntryWithFields("Sample:Classes", q, new long [] { 8 });
   for (int i=0; i < entries.length; i++) {
     System.out.println("Entry: " + entries[i].getEntryId());
     System.out.println(entries[i].getValues().get(new Long(8))); // short description value
   }
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
qualification Qualification object, from parseQualification
fieldIds Array of field ids for which values will be retrieved
Returns:
Array of matching entries
Exceptions:
JOARSEException 
See also:
parseQualification

Entry [] com.ambient.joarse.Server.getListEntryWithFields String  form,
String  qualification,
long[]  fieldIds
throws JOARSEException
 

Get a list of matching entries, returning specific field values.

Examples:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Entry [] entries = server.getListEntryWithFields("Sample:Classes", "'Status*' = \"Completed\"", new long [] { 8 });
   for (int i=0; i < entries.length; i++) {
     System.out.println("Entry: " + entries[i].getEntryId());
     System.out.println(entries[i].getValues().get(new Long(8))); // short description value
   }
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
qualification Qualification string, which will be parsed before running a query
fieldIds Array of field ids for which values will be retrieved
Returns:
Array of matching entries
Exceptions:
JOARSEException 

Entry [] com.ambient.joarse.Server.getListEntryWithFields String  form,
Qualification  qualification
throws JOARSEException
 

Get a list of matching entries, returning default summary field values.

Examples:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Qualification q = server.parseQualification("Sample:Classes", "'Status*' = \"Completed\"", "");
   Entry [] entries = server.getListEntryWithFields("Sample:Classes", q);
   for (int i=0; i < entries.length; i++) {
     System.out.println("Entry: " + entries[i].getEntryId());
     System.out.println(entries[i].getValues().get(new Long(8))); // short description value
   }
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
qualification Qualification string, which will be parsed before running a query
Returns:
Array of matching entries
Exceptions:
JOARSEException 

Entry [] com.ambient.joarse.Server.getListEntryWithFields String  form,
String  qualification
throws JOARSEException
 

Get a list of matching entries, returning default summary field values.

Examples:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Entry [] entries = server.getListEntryWithFields("Sample:Classes", "'Status*' = \"Completed\"");
   for (int i=0; i < entries.length; i++) {
     System.out.println("Entry: " + entries[i].getEntryId());
     System.out.println(entries[i].getValues().get(new Long(8))); // short description value
   }
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
qualification Qualification string, which will be parsed before running a query
Returns:
Array of matching entries
Exceptions:
JOARSEException 

long [] com.ambient.joarse.Server.getListField String  form  )  throws JOARSEException
 

Get a list of fields on a form.

Parameters:
form Form name
Returns:
Array of field ids
Exceptions:
JOARSEException 

String [] com.ambient.joarse.Server.getListSchema int  flags,
Date  timestamp
throws JOARSEException
 

Get a list of all forms of the specified type, modified after the specified date.

Parameters:
flags Bitmask of schema flags, such as AR_LIST_SCHEMA_REGULAR, AR_LIST_SCHEMA_JOIN, etc.
timestamp Forms modified after this date and time will be returned.
Returns:
Array of form (schema) names
Exceptions:
JOARSEException 

String [] com.ambient.joarse.Server.getListSchema int  flags  )  throws JOARSEException
 

Get a list of all forms of the specified type.

Parameters:
flags Bitmask of schema flags, such as AR_LIST_SCHEMA_REGULAR, AR_LIST_SCHEMA_JOIN, etc.
Returns:
Array of form (schema) names
Exceptions:
JOARSEException 

String [] com.ambient.joarse.Server.getListSchema  )  throws JOARSEException
 

Get a list of all forms (schemas), including hidden forms.

This is equivalent to ARGetListSchema, with flags AR_LIST_SCHEMA_ALL | AR_HIDDEN_INCREMENT, and no timestamp.

Returns:
Array of form (schema) names
Exceptions:
JOARSEException 

Map com.ambient.joarse.Server.getServerInfo int[]  request  )  throws JOARSEException
 

Get a set of server properties.

Retrieves set of server properties. Example:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Map serverInfo = server.getServerInfo(new int [] { Server.AR_SERVER_INFO_DB_TYPE.intValue() });
   System.out.println("Server database type is: " + serverInfo.get(Server.AR_SERVER_INFO_DB_TYPE));
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
request List of requested properties
Returns:
A map of server property value - the key is an Integer value (such as Server.AR_SERVER_INFO_DB_TYPE)
Exceptions:
JOARSEException 

void com.ambient.joarse.Server.login String  server,
String  user,
String  password
throws JOARSEException
 

Login to an AR System Server. This must be called after the server object is created, before any other server method is used.

This will call ARInitialization and set up the control structure with the authentication information. Example:


 try {
 	Server server = new Server();
  server.login("localhost", "Demo", "");
 } catch (JOARSEException err) {
 }
 
Parameters:
server The host name of the AR System Server
user The user name
password The password
Exceptions:
JOARSEException 
See also:
setServerPort

void com.ambient.joarse.Server.logout  )  throws JOARSEException
 

Logout. Ends the current AR System session.

This calls ARTermination and frees any resources associated with the current session. Example: Server server = new Server();; try { server.login("localhost", "Demo", ""); ... more work here } finally { try { server.logout(); } catch (JOARSEException err) { } }

Exceptions:
JOARSEException 

static void com.ambient.joarse.Server.main String[]  args  )  [static]
 

Qualification com.ambient.joarse.Server.parseQualification String  formName,
String  qualification,
String  view
throws JOARSEException
 

Parse a qualification string for a specific form.

A Qualification is used to retrieve matching entries using getListEntryWithFields. Although you can pass a qualification string directly to getListEntryWithFields, parsing a qualification is a very expensive operation in the AR System API. If a qualification is going to be used multiple times, it is best to call parseQualification first and reuse the returned Qualification object in later calls to getListEntryWithFields.

Parameters:
formName Form name
qualification Qualification string to parse
view View name to use when evaluating field labels, or an empty string to use the default.
Returns:
Exceptions:
JOARSEException 
See also:
getListEntryWithFields

void com.ambient.joarse.Server.setEntry String  form,
String  entryId,
Map  values
throws JOARSEException
 

Update an entry with specified field values.

Example:


 Server server = new Server();
 try {
   server.login("localhost", "Demo", "");
   Map fieldValues = new Hashmap();
   fieldValues.put(new Long(8), "New short description value");
   server.setEntry(formName, entryId, fieldValues);
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage());
 } finally {
   try {
     server.logout();
   } catch (JOARSEException) {
   }
 }
 
Parameters:
form Form name
entryId Id of entry to update
values Field Collection values to updates. Key is a java.lang.Long containing the field id.
Returns:
Exceptions:
JOARSEException 

void com.ambient.joarse.Server.setField String  form,
Field  field,
int  propertyMask
throws JOARSEException
 

Update a field definition.

Note that at the current item, only the field name and all display properties are supported.

Example:


 Server server = new Server();
 try {

   server.login("localhost", "Demo", "");
   Field field = server.getField("Sample:Classes", 8, Server.fieldDisplayInstanceList);
   // update the label on the default view and save the field
   if (field.getDisplayInstances.contains(new Long(536870912))) {
     ((Map)field.getDisplayInstances().get(new Long(536870912))).put(Field.AR_DPROP_LABEL, "New label");
     server.setField("Sample:Classes", field, Server.fieldDisplayInstanceList);
   }   
 } catch (JOARSEException err) {
   System.err.println("Error: " + err.getMessage()); 
 } finally {
   try {
     server.logout();
   } catch (JOARSEException err) {
   }
 }
 
Parameters:
form Form name
field ID of field
propertyMask Bitmask of which properties should be updated
Exceptions:
JOARSEException 

void com.ambient.joarse.Server.setServerPort String  serverName,
int  port,
int  rpc
throws JOARSEException
 

Login to a specific port on the AR System server.

Parameters:
serverName AR System server name
port Port number of the AR System Server
rpc RPC program number (admin, fast, list, etc.) of the AR System Server connection
Exceptions:
JOARSEException 


Member Data Documentation

final int com.ambient.joarse.Server.AR_HIDDEN_INCREMENT = 1024 [static]
 

final int com.ambient.joarse.Server.AR_JOIN_DELOPTION_FORCE = 1 [static]
 

final int com.ambient.joarse.Server.AR_JOIN_DELOPTION_NONE = 0 [static]
 

final int com.ambient.joarse.Server.AR_LIST_SCHEMA_ALL = 0 [static]
 

final int com.ambient.joarse.Server.AR_LIST_SCHEMA_ALL_WITH_DATA = 7 [static]
 

final int com.ambient.joarse.Server.AR_LIST_SCHEMA_JOIN = 2 [static]
 

final int com.ambient.joarse.Server.AR_LIST_SCHEMA_REGULAR = 1 [static]
 

final int com.ambient.joarse.Server.AR_LIST_SCHEMA_VENDOR = 8 [static]
 

final int com.ambient.joarse.Server.AR_LIST_SCHEMA_VIEW = 3 [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ACTLINK_DIR = new Integer(97) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ACTLINK_SHELL = new Integer(98) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ADMIN_ONLY = new Integer(56) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ADMIN_TCP_PORT = new Integer(60) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALERT_LOG_FILE = new Integer(144) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALERT_OUTBOUND_PORT = new Integer(148) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALERT_SCHEMA = new Integer(139) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALERT_SEND_TIMEOUT = new Integer(147) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALERT_SOURCE_AR = new Integer(149) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALERT_SOURCE_FB = new Integer(150) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS = new Integer(183) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ALLOW_GUESTS = new Integer(5) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_AP_DEFN_CHECK = new Integer(94) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_AP_LOG_FILE = new Integer(93) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_AP_RPC_SOCKET = new Integer(92) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_API_LOG_FILE = new Integer(34) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_APP_SERVICE_PASSWD = new Integer(153) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_APPL_PENDING = new Integer(91) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_APPLICATION_AUDIT = new Integer(114) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ARFORK_LOG_FILE = new Integer(123) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CACHE_LOG_FILE = new Integer(57) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CACHE_SEG_SIZE = new Integer(76) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CANCEL_QUERY = new Integer(121) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CASE_SENSITIVE = new Integer(54) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CHECK_ALERT_USERS = new Integer(146) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CLUSTERED_INDEX = new Integer(96) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CONFIG_FILE = new Integer(198) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CURR_PART_DATE_STR = new Integer(188) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CURR_PART_TYPE_STR = new Integer(187) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CURR_PART_VALUE_STR = new Integer(186) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_CURRENCY_INTERVAL = new Integer(175) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB2_DB_ALIAS = new Integer(177) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB2_SERVER = new Integer(178) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB_CHAR_SET = new Integer(185) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB_CONNECTION_RETRIES = new Integer(184) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB_NAME = new Integer(9) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB_PASSWORD = new Integer(10) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB_TYPE = new Integer(1) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB_USER = new Integer(77) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DB_VERSION = new Integer(27) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DBCONF = new Integer(90) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DBHOME_DIR = new Integer(14) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DEBUG_GROUPID = new Integer(113) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DEBUG_MODE = new Integer(8) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DEFAULT_ORDER_BY = new Integer(81) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DEFAULT_WEB_PATH = new Integer(158) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DELAY_RECACHE_TIME = new Integer(173) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DELAYED_CACHE = new Integer(82) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES = new Integer(174) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DFLT_FUNC_CURRENCIES = new Integer(179) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS = new Integer(142) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DISABLE_ALERTS = new Integer(145) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DISABLE_ARCHIVE = new Integer(191) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DISABLE_ESCALATIONS = new Integer(143) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DISABLE_FTS_INDEXER = new Integer(190) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DISABLED_CLIENT = new Integer(160) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DS_LOG_FILE = new Integer(46) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DS_MAPPING = new Integer(43) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DS_PENDING = new Integer(44) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DS_POOL = new Integer(127) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DS_RPC_SOCKET = new Integer(45) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DS_SVR_LICENSE = new Integer(42) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL = new Integer(170) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_DEST_PORT = new Integer(66) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_MARK_PENDING_RETRY = new Integer(171) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_MERGE_STYLE = new Integer(83) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_PLACEHOLDER_MODE = new Integer(124) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_POLLING_INTERVAL = new Integer(125) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_RPCPROG_NUM = new Integer(172) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_SOURCE_SERVER = new Integer(126) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_TARGET_CONNECTION = new Integer(135) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_TARGET_PASSWD = new Integer(152) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_TIMEOUT_NORMAL = new Integer(128) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_DSO_USER_PASSWD = new Integer(151) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EA_RPC_SOCKET = new Integer(109) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EA_RPC_TIMEOUT = new Integer(110) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EA_SYNC_TIMEOUT = new Integer(115) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL = new Integer(181) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EMAIL_FROM = new Integer(16) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EMAIL_IMPORT_FORM = new Integer(180) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EMAIL_LINE_LEN = new Integer(84) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EMAIL_SYSTEM = new Integer(85) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EMAIL_TIMEOUT = new Integer(100) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EMBEDDED_SQL = new Integer(25) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENC_DATA_ENCR_ALG = new Integer(132) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENC_DATA_KEY_EXP = new Integer(131) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENC_PUB_KEY = new Integer(129) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENC_PUB_KEY_ALG = new Integer(168) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENC_PUB_KEY_EXP = new Integer(130) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENC_SEC_POLICY = new Integer(133) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENC_SESS_H_ENTRIES = new Integer(134) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ENCRYPT_AL_SQL = new Integer(102) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ESCALATION_LOG_FILE = new Integer(31) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ESCL_DAEMON = new Integer(32) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ESCL_TCP_PORT = new Integer(61) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EXPORT_SVR_OPS = new Integer(166) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_EXPORT_VERSION = new Integer(101) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FAST_TCP_PORT = new Integer(62) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FILT_MAX_STACK = new Integer(80) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FILT_MAX_TOTAL = new Integer(79) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT = new Integer(159) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FILTER_LOG_FILE = new Integer(21) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FIXED_LICENSE = new Integer(3) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FLASH_DAEMON = new Integer(58) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FLASH_TCP_PORT = new Integer(64) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FLOAT_LICENSE = new Integer(18) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FLOAT_TIMEOUT = new Integer(19) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FLUSH_LOG_LINES = new Integer(194) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FTEXT_FIXED = new Integer(35) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FTEXT_FLOAT = new Integer(36) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FTEXT_TIMEOUT = new Integer(37) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_FULL_HOSTNAME = new Integer(49) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_G_CACHE_CHANGE = new Integer(52) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_HARDWARE = new Integer(11) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_HOMEPAGE_FORM = new Integer(189) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_HOSTNAME = new Integer(48) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_INFORMIX_DBN = new Integer(67) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_INFORMIX_RELAY_MOD = new Integer(86) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_INFORMIX_TBC = new Integer(68) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_INGRES_VNODE = new Integer(69) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_INIT_FORM = new Integer(167) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_IP_NAMES = new Integer(169) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_JAVA_VM_OPTIONS = new Integer(196) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_LIST_TCP_PORT = new Integer(63) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_LOCALIZED_SERVER = new Integer(140) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE = new Integer(204) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_LOGFILE_APPEND = new Integer(118) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE = new Integer(120) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MAX_ENTRIES = new Integer(28) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MAX_F_DAEMONS = new Integer(29) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MAX_L_DAEMONS = new Integer(30) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MAX_LOG_FILE_SIZE = new Integer(95) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MAX_SCHEMAS = new Integer(26) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MESSAGE_CAT_SCHEMA = new Integer(138) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MID_TIER_PASSWD = new Integer(154) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MINIMUM_API_VER = new Integer(119) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MULT_ASSIGN_GROUPS = new Integer(122) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_MULTI_SERVER = new Integer(24) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_NFY_TCP_PORT = new Integer(78) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ORACLE_CURSOR_SHARE = new Integer(176) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB = new Integer(137) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ORACLE_SID = new Integer(70) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ORACLE_TWO_T = new Integer(71) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_OS = new Integer(12) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_PER_THREAD_LOGS = new Integer(197) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_PLUGIN_ALIAS = new Integer(162) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_PLUGIN_LOG_FILE = new Integer(155) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_PLUGIN_PASSWD = new Integer(161) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_PLUGIN_TARGET_PASSWD = new Integer(163) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_PREFERENCE_PRIORITY = new Integer(136) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_PS_RPC_SOCKET = new Integer(87) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_REGISTER_PORTMAPPER = new Integer(88) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_REM_SERV_ID = new Integer(23) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_REM_WKFLW_PASSWD = new Integer(164) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD = new Integer(165) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_RESERV1_A = new Integer(38) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_RESERV1_B = new Integer(39) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_RESERV1_C = new Integer(40) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_ROLE_CHANGE = new Integer(205) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SAVE_LOGIN = new Integer(50) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SCC_COMMENT_CHECKIN = new Integer(106) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SCC_COMMENT_CHECKOUT = new Integer(107) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SCC_ENABLED = new Integer(103) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SCC_INTEGRATION_MODE = new Integer(108) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SCC_PROVIDER_NAME = new Integer(104) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SCC_TARGET_DIR = new Integer(105) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVER_DIR = new Integer(13) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVER_IDENT = new Integer(41) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVER_LANG = new Integer(55) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVER_LICENSE = new Integer(2) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVER_NAME = new Integer(89) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVER_TIME = new Integer(116) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVERGROUP_INTERVAL = new Integer(195) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVERGROUP_LOG_FILE = new Integer(193) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVERGROUP_MEMBER = new Integer(192) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SERVERGROUP_NAME = new Integer(202) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SET_PROC_TIME = new Integer(15) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SG_ADMIN_SERVER_NAME = new Integer(203) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SG_ADMIN_SERVER_PORT = new Integer(206) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SG_EMAIL_STATE = new Integer(200) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SG_FLASHBOARDS_STATE = new Integer(201) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SHARED_CACHE = new Integer(75) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SHARED_MEM = new Integer(74) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SQL_LOG_FILE = new Integer(17) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SSTABLE_CHUNK_SIZE = new Integer(199) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_STRUCT_CHANGE = new Integer(53) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SUBMITTER_MODE = new Integer(33) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SUPPRESS_WARN = new Integer(47) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SVR_EVENT_LIST = new Integer(141) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SVR_SEC_CACHE = new Integer(117) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SVR_STATS_REC_INTERVAL = new Integer(157) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SVR_STATS_REC_MODE = new Integer(156) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SYBASE_CHARSET = new Integer(72) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_SYBASE_SERV = new Integer(73) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_TCD_TCP_PORT = new Integer(65) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_THREAD_LOG_FILE = new Integer(59) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF = new Integer(182) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_U_CACHE_CHANGE = new Integer(51) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_UNQUAL_QUERIES = new Integer(20) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_USE_ETC_PASSWD = new Integer(6) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_USER_CACHE_UTILS = new Integer(99) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_USER_INFO_LISTS = new Integer(111) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_USER_INST_TIMEOUT = new Integer(112) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_USER_LOG_FILE = new Integer(22) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_VERSION = new Integer(4) [static]
 

final Integer com.ambient.joarse.Server.AR_SERVER_INFO_XREF_PASSWORDS = new Integer(7) [static]
 

final int com.ambient.joarse.Server.fieldAllProperties = 0xffff [static]
 

final int com.ambient.joarse.Server.fieldChangeDiary = 0x2000 [static]
 

final int com.ambient.joarse.Server.fieldCommonUserProperties = fieldName | fieldDataType | fieldDefaultValue | fieldDisplayInstanceList | fieldHelpText [static]
 

final int com.ambient.joarse.Server.fieldCreateMode = 0x10 [static]
 

final int com.ambient.joarse.Server.fieldDataType = 0x4 [static]
 

final int com.ambient.joarse.Server.fieldDefaultValue = 0x20 [static]
 

final int com.ambient.joarse.Server.fieldDisplayInstanceList = 0x100 [static]
 

final int com.ambient.joarse.Server.fieldHelpText = 0x200 [static]
 

final int com.ambient.joarse.Server.fieldLastChanged = 0x1000 [static]
 

final int com.ambient.joarse.Server.fieldLimit = 0x80 [static]
 

final int com.ambient.joarse.Server.fieldMapping = 0x2 [static]
 

final int com.ambient.joarse.Server.fieldName = 0x1 [static]
 

final int com.ambient.joarse.Server.fieldOption = 0x8 [static]
 

final int com.ambient.joarse.Server.fieldOwner = 0x800 [static]
 

final int com.ambient.joarse.Server.fieldPermissionList = 0x40 [static]
 

final int com.ambient.joarse.Server.fieldTimestamp = 0x400 [static]
 


The documentation for this class was generated from the following file:
Generated on Thu Jun 1 10:42:07 2006 for JOARSE by  doxygen 1.4.6-NO