jpl.mipl.mdms.FileService.komodo.api
Interface Constants
- All Superinterfaces:
- Constants
public interface Constants
- extends Constants
Purpose:
Interface to define constants and error codes for the Komodo API.
Copyright 2006, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge. 2006.
============================================================================
Modification History :
----------------------
Date Who What
----------------------------------------------------------------------------
01/01/1999 MDMS Initial Release
08/22/2005 Nick Initial documentation.
08/22/2005 Nick Incremented API to 2.9, Client to 2.0.0b
08/24/2005 Nick Added KILLSUBSCRIPTION modifier
02/27/2006 Nick Added MODIFYFT admin command, with
associated modifiers.
08/11/2008 Adrian Incremented server version to 3.0.2
- fei5register "force" option
- fixed connection count "negative" bug
when logins fail and also from the use of the
AUTHSERVERGROUPUSER command (i.e. connect button of the gui).
- fixed showroles hanging bug
when externalRoleName is null
- fixed add file no disk space bug
- fixed single quotes file filter bug
- fixed changepassword bug that disregards
supplied oldpassword for non admin users
- using jgroups 2.6.3
12/03/2008 Adrian Incremented server version to 3.0.3
- fixed AR-115110: renaming a file to a name of a logically
deleted file
- fixed AR-114873: bug when adding a file that causes
filetype spaceUsed to exceed spaceReserved
- fixed AR-115530: bug when replacing a registered file where a
shadow directory does not exists
- Now sends error messages from moveFile to client. Before these
messages were only stored in the log.
- fixed AR-115523: file left in delete lock until interactive/gui client
exits.
- Added support for admin command modifyfiletype [spaceReserved|threshold]
03/06/2009 Adrian Incremented server version to 3.0.4
- fixed AR-115760, added host info to the receipts table
03/30/2009 Adrian Incremented server version to 3.0.5
- fixed a bug where the add file command doesn't properly cleanup when
adding a file that already exists. AR-115853
- fixed AR-115868: file deletes from filetypes with logdelrecord = 0
subtracts from spaceUsed twice. Stored procedure changes only.
- fixed a bug where some files are not getting added when multiple processes
are adding the same files to the same filetypes at the same time.
06/26/2009 Nick Added new operation, SHOWLOCKS, with value of '5'.
Incremented Komodo API version to 2.9.7 to account for new operation.
09/28/2009 Adrian Incremented server version to 3.0.6
- Added wildcard support for showfiletypes and showrolesforfiletype command
- Fixed AR-115977: changepassword bug in fei5admin
- Added external role name in the result of showroles/showrolesforfiletype admin command
- Changed space units for showfiletypes from bytes to Mbytes.
- Handles protocol version 3.0.0 (command string format)
- Server changes to merge user capabilites in the showusers admin command.
- Added support for showfiletypesforrole admin command.
- Added support for showusersforrole admin command.
- Added user's system level capabilities (admin, read, write, vft)
in the output of showrolesforuser
- Added support for showlocks admin command
- Added support for setlock admin command
- Added support for the diff option in fei5replace: replace file only if file is different.
============================================================================
- Version:
- $Id: Constants.java,v 1.160 2009/09/29 00:55:58 awt Exp $
- Author:
- Nicholas Toole (Nicholas.T.Toole@jpl.nasa.gov)
| Fields inherited from interface jpl.mipl.mdms.utils.Constants |
PROPERTY_ASYNC_INVOKE_LIMIT, PROPERTY_ENABLE_DEBUG, PROPERTY_LOG_CONFIG_DELAY, PROPERTY_LOGGING_CONFIG, PROPERTY_PREFER_IPV4, PROPERTY_SSL_TRUSTSTORE, PROPERTY_USER_APPLICATION, PROPERTY_USER_OPERATION, PROPERTY_XML_DOM_FACTORY, PROPERTY_XML_SAX_DRIVER, PROPERTY_XML_SAX_FACTORY |
CLIENTVERSIONSTR
static final String CLIENTVERSIONSTR
- See Also:
- Constant Field Values
SERVERVERSIONSTR
static final String SERVERVERSIONSTR
- See Also:
- Constant Field Values
APIVERSIONSTR
static final String APIVERSIONSTR
- See Also:
- Constant Field Values
APIVERSION
static final float APIVERSION
- See Also:
- Constant Field Values
APIVERSIONINT
static final int APIVERSIONINT
- See Also:
- Constant Field Values
APIVERSIONINT2970
static final int APIVERSIONINT2970
- See Also:
- Constant Field Values
APIVERSIONINT2960
static final int APIVERSIONINT2960
- See Also:
- Constant Field Values
APIVERSIONINT2950
static final int APIVERSIONINT2950
- See Also:
- Constant Field Values
APIVERSIONINT2930
static final int APIVERSIONINT2930
- See Also:
- Constant Field Values
APIVERSIONINT2920
static final int APIVERSIONINT2920
- See Also:
- Constant Field Values
APIVERSIONINT2830
static final int APIVERSIONINT2830
- See Also:
- Constant Field Values
APIVERSIONINT2720
static final int APIVERSIONINT2720
- See Also:
- Constant Field Values
PROTOCOLVERSION
static final String PROTOCOLVERSION
- See Also:
- Constant Field Values
COPYRIGHT
static final String COPYRIGHT
- See Also:
- Constant Field Values
INSECURE
static final int INSECURE
- See Also:
- Constant Field Values
SSL
static final int SSL
- See Also:
- Constant Field Values
KERBEROS
static final int KERBEROS
- See Also:
- Constant Field Values
DIGESTLENGTH
static final int DIGESTLENGTH
- See Also:
- Constant Field Values
INVALID_LOGIN
static final int INVALID_LOGIN
- See Also:
- Constant Field Values
INVALID_TYPE
static final int INVALID_TYPE
- See Also:
- Constant Field Values
TYPE_OPEN
static final int TYPE_OPEN
- See Also:
- Constant Field Values
CONN_FAILED
static final int CONN_FAILED
- See Also:
- Constant Field Values
ALREADY_OPEN
static final int ALREADY_OPEN
- See Also:
- Constant Field Values
TCP_PORT_RANGE
static final int TCP_PORT_RANGE
- See Also:
- Constant Field Values
TIMEOUT_RANGE
static final int TIMEOUT_RANGE
- See Also:
- Constant Field Values
NO_SERVERS
static final int NO_SERVERS
- See Also:
- Constant Field Values
CHECKSUM_ERROR
static final int CHECKSUM_ERROR
- See Also:
- Constant Field Values
MALFORMEDENTRY
static final int MALFORMEDENTRY
- See Also:
- Constant Field Values
REGEXPSYNTAXERR
static final int REGEXPSYNTAXERR
- See Also:
- Constant Field Values
DOMAINIOERR
static final int DOMAINIOERR
- See Also:
- Constant Field Values
DOMAINFTNOTFOUND
static final int DOMAINFTNOTFOUND
- See Also:
- Constant Field Values
DOMAINDUMPERR
static final int DOMAINDUMPERR
- See Also:
- Constant Field Values
DOMAINLOOKUPERR
static final int DOMAINLOOKUPERR
- See Also:
- Constant Field Values
DOMAINPARSEERR
static final int DOMAINPARSEERR
- See Also:
- Constant Field Values
OK
static final int OK
- See Also:
- Constant Field Values
WARNING
static final int WARNING
- See Also:
- Constant Field Values
NOT_IMPLEMENTED
static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
NACKED
static final int NACKED
- See Also:
- Constant Field Values
FILE_NOT_FOUND
static final int FILE_NOT_FOUND
- See Also:
- Constant Field Values
FILE_NOT_ADDED
static final int FILE_NOT_ADDED
- See Also:
- Constant Field Values
FILE_NOT_DELETED
static final int FILE_NOT_DELETED
- See Also:
- Constant Field Values
FILE_NOT_NORMAL
static final int FILE_NOT_NORMAL
- See Also:
- Constant Field Values
FILE_NOT_REGISTERED
static final int FILE_NOT_REGISTERED
- See Also:
- Constant Field Values
DIRECTORY_IGNORED
static final int DIRECTORY_IGNORED
- See Also:
- Constant Field Values
IO_ERROR
static final int IO_ERROR
- See Also:
- Constant Field Values
PROTOCOL_ERROR
static final int PROTOCOL_ERROR
- See Also:
- Constant Field Values
INVALID_FILE_EXPR
static final int INVALID_FILE_EXPR
- See Also:
- Constant Field Values
NO_FILES_MATCH
static final int NO_FILES_MATCH
- See Also:
- Constant Field Values
NO_FILE_SPECIFIED
static final int NO_FILE_SPECIFIED
- See Also:
- Constant Field Values
FILE_NOT_COMMENTED
static final int FILE_NOT_COMMENTED
- See Also:
- Constant Field Values
FILE_NOT_ARCHIVED
static final int FILE_NOT_ARCHIVED
- See Also:
- Constant Field Values
NO_SUCH_SERVER
static final int NO_SUCH_SERVER
- See Also:
- Constant Field Values
INVALID_COMMAND
static final int INVALID_COMMAND
- See Also:
- Constant Field Values
UNEXPECTED_EOF
static final int UNEXPECTED_EOF
- See Also:
- Constant Field Values
FILE_NOT_RENAMED
static final int FILE_NOT_RENAMED
- See Also:
- Constant Field Values
FILE_NOT_VERIFIED
static final int FILE_NOT_VERIFIED
- See Also:
- Constant Field Values
FILE_LIST_ERROR
static final int FILE_LIST_ERROR
- See Also:
- Constant Field Values
FILE_EXISTS
static final int FILE_EXISTS
- See Also:
- Constant Field Values
INVALID_LOCK_MODE
static final int INVALID_LOCK_MODE
- See Also:
- Constant Field Values
INTERRUPTED
static final int INTERRUPTED
- See Also:
- Constant Field Values
DATE_RANGE
static final int DATE_RANGE
- See Also:
- Constant Field Values
VFTNOTFOUND
static final int VFTNOTFOUND
- See Also:
- Constant Field Values
LOCAL_FILE_DEL_ERR
static final int LOCAL_FILE_DEL_ERR
- See Also:
- Constant Field Values
INCONSISTENT_FILE_SIZE_ERR
static final int INCONSISTENT_FILE_SIZE_ERR
- See Also:
- Constant Field Values
FILE_NOT_MOVED
static final int FILE_NOT_MOVED
- See Also:
- Constant Field Values
FILE_SKIPPED
static final int FILE_SKIPPED
- See Also:
- Constant Field Values
FILE_NOT_DELIVERED
static final int FILE_NOT_DELIVERED
- See Also:
- Constant Field Values
INVALID_FILE_NAME
static final int INVALID_FILE_NAME
- See Also:
- Constant Field Values
INVALIDLOGIN
static final int INVALIDLOGIN
- See Also:
- Constant Field Values
LOGINDBMSERROR
static final int LOGINDBMSERROR
- See Also:
- Constant Field Values
USERNOTLOGGED
static final int USERNOTLOGGED
- See Also:
- Constant Field Values
DBMSERROR
static final int DBMSERROR
- See Also:
- Constant Field Values
FTNOTFOUND
static final int FTNOTFOUND
- See Also:
- Constant Field Values
FTNOTSELECTED
static final int FTNOTSELECTED
- See Also:
- Constant Field Values
LOCKEDERR
static final int LOCKEDERR
- See Also:
- Constant Field Values
FILEWRITEERR
static final int FILEWRITEERR
- See Also:
- Constant Field Values
EXCEPTION
static final int EXCEPTION
- See Also:
- Constant Field Values
SQLEXCEPTION
static final int SQLEXCEPTION
- See Also:
- Constant Field Values
FILENOTFOUND
static final int FILENOTFOUND
- See Also:
- Constant Field Values
FILEALREADYEXISTS
static final int FILEALREADYEXISTS
- See Also:
- Constant Field Values
FTNOTLOCKED
static final int FTNOTLOCKED
- See Also:
- Constant Field Values
MKDIRERROR
static final int MKDIRERROR
- See Also:
- Constant Field Values
MKFTFAILED
static final int MKFTFAILED
- See Also:
- Constant Field Values
REGEXPSYN
static final int REGEXPSYN
- See Also:
- Constant Field Values
INVALIDCMD
static final int INVALIDCMD
- See Also:
- Constant Field Values
MALFORMED
static final int MALFORMED
- See Also:
- Constant Field Values
INVALIDMOD
static final int INVALIDMOD
- See Also:
- Constant Field Values
UNKNOWNCMD
static final int UNKNOWNCMD
- See Also:
- Constant Field Values
NOSUCHVFT
static final int NOSUCHVFT
- See Also:
- Constant Field Values
VFTNOTSET
static final int VFTNOTSET
- See Also:
- Constant Field Values
REFLCLALREADYEXISTS
static final int REFLCLALREADYEXISTS
- See Also:
- Constant Field Values
FILENOTREFERENCED
static final int FILENOTREFERENCED
- See Also:
- Constant Field Values
INTRANSACTION
static final int INTRANSACTION
- See Also:
- Constant Field Values
PASSWORDTOOSHORT
static final int PASSWORDTOOSHORT
- See Also:
- Constant Field Values
PASSWORDTOSHORT
static final int PASSWORDTOSHORT
- See Also:
- Constant Field Values
DENIED
static final int DENIED
- See Also:
- Constant Field Values
INSHUTDOWN
static final int INSHUTDOWN
- See Also:
- Constant Field Values
SHUTDOWNABORT
static final int SHUTDOWNABORT
- See Also:
- Constant Field Values
INVALIDTIMEOUT
static final int INVALIDTIMEOUT
- See Also:
- Constant Field Values
REFLOCERR
static final int REFLOCERR
- See Also:
- Constant Field Values
MISSINGARG
static final int MISSINGARG
- See Also:
- Constant Field Values
RESTARTFILEERR
static final int RESTARTFILEERR
- See Also:
- Constant Field Values
USERSNOTFOUND
static final int USERSNOTFOUND
- See Also:
- Constant Field Values
NOTADIRECTORY
static final int NOTADIRECTORY
- See Also:
- Constant Field Values
SRVCANTWRITEFILE
static final int SRVCANTWRITEFILE
- See Also:
- Constant Field Values
NOTFOUND
static final int NOTFOUND
- See Also:
- Constant Field Values
ILLEGAL_ARG
static final int ILLEGAL_ARG
- See Also:
- Constant Field Values
PING_RECVD
static final int PING_RECVD
- See Also:
- Constant Field Values
REQUESTCHECKSUM
static final int REQUESTCHECKSUM
- See Also:
- Constant Field Values
CHECKSUM
static final int CHECKSUM
- See Also:
- Constant Field Values
FILEVERSION
static final int FILEVERSION
- See Also:
- Constant Field Values
FILEREPLACE
static final int FILEREPLACE
- See Also:
- Constant Field Values
RECEIPTONXFR
static final int RECEIPTONXFR
- See Also:
- Constant Field Values
AUTODEL
static final int AUTODEL
- See Also:
- Constant Field Values
RESTART
static final int RESTART
- See Also:
- Constant Field Values
SAFEREAD
static final int SAFEREAD
- See Also:
- Constant Field Values
ABORTALLONERR
static final int ABORTALLONERR
- See Also:
- Constant Field Values
AUTOCOMMIT
static final int AUTOCOMMIT
- See Also:
- Constant Field Values
RESUME
static final int RESUME
- See Also:
- Constant Field Values
DIFF
static final int DIFF
- See Also:
- Constant Field Values
REPLICATE
static final int REPLICATE
- See Also:
- Constant Field Values
GET
static final int GET
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
REPLACE
static final int REPLACE
- See Also:
- Constant Field Values
DELETE
static final int DELETE
- See Also:
- Constant Field Values
OFFLINE
static final int OFFLINE
- See Also:
- Constant Field Values
RENAME
static final int RENAME
- See Also:
- Constant Field Values
NOTIFY
static final int NOTIFY
- See Also:
- Constant Field Values
CONFIRM
static final int CONFIRM
- See Also:
- Constant Field Values
QAACCESS
static final int QAACCESS
- See Also:
- Constant Field Values
ARCHIVE
static final int ARCHIVE
- See Also:
- Constant Field Values
SUBTYPE
static final int SUBTYPE
- See Also:
- Constant Field Values
RECEIPT
static final int RECEIPT
- See Also:
- Constant Field Values
LOCKTYPE
static final int LOCKTYPE
- See Also:
- Constant Field Values
VFT
static final int VFT
- See Also:
- Constant Field Values
PUSHSUBSCRIBE
static final int PUSHSUBSCRIBE
- See Also:
- Constant Field Values
REGISTER
static final int REGISTER
- See Also:
- Constant Field Values
ADMIN
static final int ADMIN
- See Also:
- Constant Field Values
WRITE_ALL
static final int WRITE_ALL
- See Also:
- Constant Field Values
READ_ALL
static final int READ_ALL
- See Also:
- Constant Field Values
NO_ACCESS
static final int NO_ACCESS
- See Also:
- Constant Field Values
NOT_SET
static final int NOT_SET
- See Also:
- Constant Field Values
RESULTCAPACITY
static final int RESULTCAPACITY
- See Also:
- Constant Field Values
RESULTCAPINCR
static final int RESULTCAPINCR
- See Also:
- Constant Field Values
RESULTNOTIMEOUT
static final int RESULTNOTIMEOUT
- See Also:
- Constant Field Values
RESULTMINTIMEOUT
static final int RESULTMINTIMEOUT
- See Also:
- Constant Field Values
RESULTMAXTIMEOUT
static final int RESULTMAXTIMEOUT
- See Also:
- Constant Field Values
KEEPALIVETIMEDEFAULT
static final int KEEPALIVETIMEDEFAULT
- See Also:
- Constant Field Values
KEEPALIVETIMEMIN
static final int KEEPALIVETIMEMIN
- See Also:
- Constant Field Values
KEEPALIVETIMEMAX
static final int KEEPALIVETIMEMAX
- See Also:
- Constant Field Values
TIMEOUT_NONE
static final int TIMEOUT_NONE
- See Also:
- Constant Field Values
TIMEOUT_DEFAULT
static final int TIMEOUT_DEFAULT
- See Also:
- Constant Field Values
REQUESTCAPACITY
static final int REQUESTCAPACITY
- See Also:
- Constant Field Values
REQUESTCAPINCR
static final int REQUESTCAPINCR
- See Also:
- Constant Field Values
MINTCPPORT
static final int MINTCPPORT
- See Also:
- Constant Field Values
MAXTCPPORT
static final int MAXTCPPORT
- See Also:
- Constant Field Values
ADDREF
static final String ADDREF
- See Also:
- Constant Field Values
DELVFT
static final String DELVFT
- See Also:
- Constant Field Values
DELREF
static final String DELREF
- See Also:
- Constant Field Values
GETREFFILE
static final String GETREFFILE
- See Also:
- Constant Field Values
ADDVFT
static final String ADDVFT
- See Also:
- Constant Field Values
GETVFT
static final String GETVFT
- See Also:
- Constant Field Values
SETREFERENCE
static final String SETREFERENCE
- See Also:
- Constant Field Values
CANCELREFERENCE
static final String CANCELREFERENCE
- See Also:
- Constant Field Values
SHOWREF
static final String SHOWREF
- See Also:
- Constant Field Values
SHOWREFAT
static final String SHOWREFAT
- See Also:
- Constant Field Values
SHOWVFT
static final String SHOWVFT
- See Also:
- Constant Field Values
SHOWVFTAT
static final String SHOWVFTAT
- See Also:
- Constant Field Values
ADDVFTREADER
static final String ADDVFTREADER
- See Also:
- Constant Field Values
SHOWVFTREADERS
static final String SHOWVFTREADERS
- See Also:
- Constant Field Values
DELVFTREADER
static final String DELVFTREADER
- See Also:
- Constant Field Values
UPDVFT
static final String UPDVFT
- See Also:
- Constant Field Values
UNUSED6
static final char UNUSED6
- See Also:
- Constant Field Values
UNUSED7
static final char UNUSED7
- See Also:
- Constant Field Values
UNUSED8
static final char UNUSED8
- See Also:
- Constant Field Values
UNUSED9
static final char UNUSED9
- See Also:
- Constant Field Values
CHANGETYPE
static final String CHANGETYPE
- See Also:
- Constant Field Values
SHOWFILES
static final String SHOWFILES
- See Also:
- Constant Field Values
AUTOSHOWFILES
static final String AUTOSHOWFILES
- See Also:
- Constant Field Values
GETFILES
static final String GETFILES
- See Also:
- Constant Field Values
AUTOGETFILES
static final String AUTOGETFILES
- See Also:
- Constant Field Values
GETFILEFROMVFT
static final String GETFILEFROMVFT
- See Also:
- Constant Field Values
GETFILEFROMFS
static final String GETFILEFROMFS
- See Also:
- Constant Field Values
GETFILEOUTPUTSTREAM
static final String GETFILEOUTPUTSTREAM
- See Also:
- Constant Field Values
COMMENTFILE
static final String COMMENTFILE
- See Also:
- Constant Field Values
ARCHIVENOTE
static final String ARCHIVENOTE
- See Also:
- Constant Field Values
ADDFILE
static final String ADDFILE
- See Also:
- Constant Field Values
ADDFILEANDREF
static final String ADDFILEANDREF
- See Also:
- Constant Field Values
REPLACEFILE
static final String REPLACEFILE
- See Also:
- Constant Field Values
DELETEFILE
static final String DELETEFILE
- See Also:
- Constant Field Values
MAKECLEAN
static final String MAKECLEAN
- See Also:
- Constant Field Values
IGNOREFILE
static final String IGNOREFILE
- See Also:
- Constant Field Values
RENAMEFILE
static final String RENAMEFILE
- See Also:
- Constant Field Values
SHOWCAPS
static final String SHOWCAPS
- See Also:
- Constant Field Values
COMPUTECHECKSUM
static final String COMPUTECHECKSUM
- See Also:
- Constant Field Values
CHECKFILES
static final String CHECKFILES
- See Also:
- Constant Field Values
CHECK
static final String CHECK
- See Also:
- Constant Field Values
DISPLAY
static final String DISPLAY
- See Also:
- Constant Field Values
ACCEPT
static final String ACCEPT
- See Also:
- Constant Field Values
SUBSCRIBEPUSH
static final String SUBSCRIBEPUSH
- See Also:
- Constant Field Values
PING
static final String PING
- See Also:
- Constant Field Values
REGISTERFILE
static final String REGISTERFILE
- See Also:
- Constant Field Values
UNREGISTERFILE
static final String UNREGISTERFILE
- See Also:
- Constant Field Values
CREDLOGIN
static final String CREDLOGIN
- See Also:
- Constant Field Values
CREDLIST
static final String CREDLIST
- See Also:
- Constant Field Values
CREDLOGOUT
static final String CREDLOGOUT
- See Also:
- Constant Field Values
AUTHSERVERGROUPUSER
static final String AUTHSERVERGROUPUSER
- See Also:
- Constant Field Values
NOOPERATION
static final String NOOPERATION
- See Also:
- Constant Field Values
EXCHANGEPROPERTY
static final String EXCHANGEPROPERTY
- See Also:
- Constant Field Values
SETPROPERTY
static final char SETPROPERTY
- See Also:
- Constant Field Values
GETPROPERTY
static final char GETPROPERTY
- See Also:
- Constant Field Values
NOMODIFIER
static final char NOMODIFIER
- See Also:
- Constant Field Values
REGEXP
static final char REGEXP
- See Also:
- Constant Field Values
LATEST
static final char LATEST
- See Also:
- Constant Field Values
DATETIME
static final char DATETIME
- See Also:
- Constant Field Values
FILENAMES
static final char FILENAMES
- See Also:
- Constant Field Values
MEMTRANSFER
static final char MEMTRANSFER
- See Also:
- Constant Field Values
FILESSINCE
static final char FILESSINCE
- See Also:
- Constant Field Values
FILESBETWEEN
static final char FILESBETWEEN
- See Also:
- Constant Field Values
ATTIMEOF
static final char ATTIMEOF
- See Also:
- Constant Field Values
LOCKFILETYPE
static final String LOCKFILETYPE
- See Also:
- Constant Field Values
UNLOCKFILETYPE
static final String UNLOCKFILETYPE
- See Also:
- Constant Field Values
SHOWTYPES
static final String SHOWTYPES
- See Also:
- Constant Field Values
NOOPMOD
static final char NOOPMOD
- See Also:
- Constant Field Values
GROUPMOD
static final char GROUPMOD
- See Also:
- Constant Field Values
OWNERMOD
static final char OWNERMOD
- See Also:
- Constant Field Values
ADDFTTOROLE
static final String ADDFTTOROLE
- See Also:
- Constant Field Values
ADDUSERTOROLE
static final String ADDUSERTOROLE
- See Also:
- Constant Field Values
DSYNC
static final String DSYNC
- See Also:
- Constant Field Values
FSYNC
static final String FSYNC
- See Also:
- Constant Field Values
MAKEDOMAIN
static final String MAKEDOMAIN
- See Also:
- Constant Field Values
ADDFT
static final String ADDFT
- See Also:
- Constant Field Values
ADDROLE
static final String ADDROLE
- See Also:
- Constant Field Values
ADDUSER
static final String ADDUSER
- See Also:
- Constant Field Values
REMOVEROLE
static final String REMOVEROLE
- See Also:
- Constant Field Values
REMOVEUSER
static final String REMOVEUSER
- See Also:
- Constant Field Values
RMFTFROMROLE
static final String RMFTFROMROLE
- See Also:
- Constant Field Values
RMUSERFROMROLE
static final String RMUSERFROMROLE
- See Also:
- Constant Field Values
SHOWCONN
static final String SHOWCONN
- See Also:
- Constant Field Values
SHOWFT
static final String SHOWFT
- See Also:
- Constant Field Values
SHOWMEM
static final String SHOWMEM
- See Also:
- Constant Field Values
SHOWPARAMS
static final String SHOWPARAMS
- See Also:
- Constant Field Values
SHOWSERVERS
static final String SHOWSERVERS
- See Also:
- Constant Field Values
SHOWROLES
static final String SHOWROLES
- See Also:
- Constant Field Values
SHOWUSERS
static final String SHOWUSERS
- See Also:
- Constant Field Values
SHUTDOWN
static final String SHUTDOWN
- See Also:
- Constant Field Values
SHOWROLESFORFT
static final String SHOWROLESFORFT
- See Also:
- Constant Field Values
SHOWTYPESFORROLE
static final String SHOWTYPESFORROLE
- See Also:
- Constant Field Values
CHANGEPASSWORD
static final String CHANGEPASSWORD
- See Also:
- Constant Field Values
SHOWROLESFORUSER
static final String SHOWROLESFORUSER
- See Also:
- Constant Field Values
SHOWUSERSFORROLE
static final String SHOWUSERSFORROLE
- See Also:
- Constant Field Values
REMOVEFT
static final String REMOVEFT
- See Also:
- Constant Field Values
HOTBOOT
static final String HOTBOOT
- See Also:
- Constant Field Values
MOVEFILES
static final String MOVEFILES
- See Also:
- Constant Field Values
MODIFYFT
static final String MODIFYFT
- See Also:
- Constant Field Values
SHOWLOCKS
static final String SHOWLOCKS
- See Also:
- Constant Field Values
LOGMESSAGE
static final String LOGMESSAGE
- See Also:
- Constant Field Values
MODIFYROLE
static final String MODIFYROLE
- See Also:
- Constant Field Values
MODIFYUSERACCESS
static final String MODIFYUSERACCESS
- See Also:
- Constant Field Values
SETLOCKS
static final String SETLOCKS
- See Also:
- Constant Field Values
REPLACE_FILE
static final char REPLACE_FILE
- See Also:
- Constant Field Values
NO_PRESERVE
static final char NO_PRESERVE
- See Also:
- Constant Field Values
REPLACE_NO_PRESERVE
static final char REPLACE_NO_PRESERVE
- See Also:
- Constant Field Values
SETLOGDELRECORD
static final char SETLOGDELRECORD
- See Also:
- Constant Field Values
SETLOCATION
static final char SETLOCATION
- See Also:
- Constant Field Values
SETCHECKSUM
static final char SETCHECKSUM
- See Also:
- Constant Field Values
SETRECEIPT
static final char SETRECEIPT
- See Also:
- Constant Field Values
SETSPACERESERVED
static final char SETSPACERESERVED
- See Also:
- Constant Field Values
SETTHRESHOLD
static final char SETTHRESHOLD
- See Also:
- Constant Field Values
KILLSUBSCRIPTION
static final char KILLSUBSCRIPTION
- See Also:
- Constant Field Values
SUBSCRIBECHECKSUM
static final char SUBSCRIBECHECKSUM
- See Also:
- Constant Field Values
ADDCAPABILITIES
static final char ADDCAPABILITIES
- See Also:
- Constant Field Values
DELETECAPABILITIES
static final char DELETECAPABILITIES
- See Also:
- Constant Field Values
SETCAPABILITIES
static final char SETCAPABILITIES
- See Also:
- Constant Field Values
LOGIN
static final String LOGIN
- See Also:
- Constant Field Values
READY
static final String READY
- See Also:
- Constant Field Values
QUIT
static final String QUIT
- See Also:
- Constant Field Values
QUIET
static final char QUIET
- See Also:
- Constant Field Values
REREGISTER
static final char REREGISTER
- See Also:
- Constant Field Values
REREGISTERALL
static final char REREGISTERALL
- See Also:
- Constant Field Values
NEEDTYPE
static final boolean NEEDTYPE
- See Also:
- Constant Field Values
NEEDNOTYPE
static final boolean NEEDNOTYPE
- See Also:
- Constant Field Values
NOLOCK
static final int NOLOCK
- See Also:
- Constant Field Values
GETLOCK
static final int GETLOCK
- See Also:
- Constant Field Values
ADDLOCK
static final int ADDLOCK
- See Also:
- Constant Field Values
REPLACELOCK
static final int REPLACELOCK
- See Also:
- Constant Field Values
DELETELOCK
static final int DELETELOCK
- See Also:
- Constant Field Values
RESERVEDLOCK
static final int RESERVEDLOCK
- See Also:
- Constant Field Values
LINKLOCK
static final int LINKLOCK
- See Also:
- Constant Field Values
RENAMELOCK
static final int RENAMELOCK
- See Also:
- Constant Field Values
DELETEDLOCK
static final int DELETEDLOCK
- See Also:
- Constant Field Values
MOVELOCK
static final int MOVELOCK
- See Also:
- Constant Field Values
MOVEPRSTLOCK
static final int MOVEPRSTLOCK
- See Also:
- Constant Field Values
ACK
static final String ACK
- See Also:
- Constant Field Values
SHADOWDIR
static final String SHADOWDIR
- See Also:
- Constant Field Values
RESTARTDIR
static final String RESTARTDIR
- See Also:
- Constant Field Values
LOGINFILE
static final String LOGINFILE
- See Also:
- Constant Field Values
RESTARTEXTENSION
static final String RESTARTEXTENSION
- See Also:
- Constant Field Values
LEGACY_RESTART_SUFFIX
static final String LEGACY_RESTART_SUFFIX
- See Also:
- Constant Field Values
SETTINGDIR
static final String SETTINGDIR
- See Also:
- Constant Field Values
NOTIFYEXTENSION
static final String NOTIFYEXTENSION
- See Also:
- Constant Field Values
PLUGINSDIR
static final String PLUGINSDIR
- See Also:
- Constant Field Values
BACKUPEXTENSION
static final String BACKUPEXTENSION
- See Also:
- Constant Field Values
ADMIN_THREAD
static final String ADMIN_THREAD
- See Also:
- Constant Field Values
USER_THREAD
static final String USER_THREAD
- See Also:
- Constant Field Values
MAX_ADMIN
static final String MAX_ADMIN
- See Also:
- Constant Field Values
MAX_USER
static final String MAX_USER
- See Also:
- Constant Field Values
DB_ROLE
static final String DB_ROLE
- See Also:
- Constant Field Values
DB_REGISTRY
static final String DB_REGISTRY
- See Also:
- Constant Field Values
SIGEVENT_DS
static final String SIGEVENT_DS
- See Also:
- Constant Field Values
SIGEVENT_SECURITY
static final String SIGEVENT_SECURITY
- See Also:
- Constant Field Values
SIGEVENT_USER_SECURITY
static final String SIGEVENT_USER_SECURITY
- See Also:
- Constant Field Values
SIGEVENT_USER
static final String SIGEVENT_USER
- See Also:
- Constant Field Values
SIGEVENT_ALERT
static final String SIGEVENT_ALERT
- See Also:
- Constant Field Values
SIGEVENT_DBMS
static final String SIGEVENT_DBMS
- See Also:
- Constant Field Values
SIGEVENT_SERVER_STATE
static final String SIGEVENT_SERVER_STATE
- See Also:
- Constant Field Values
SIGEVENT_VFT
static final String SIGEVENT_VFT
- See Also:
- Constant Field Values
PROPERTY_CLIENT_TIMEOUT
static final String PROPERTY_CLIENT_TIMEOUT
- See Also:
- Constant Field Values
PROPERTY_RESTART_DIR
static final String PROPERTY_RESTART_DIR
- See Also:
- Constant Field Values
PROPERTY_CLIENT_PULSE
static final String PROPERTY_CLIENT_PULSE
- See Also:
- Constant Field Values
PROPERTY_KEEP_ALIVE
static final String PROPERTY_KEEP_ALIVE
- See Also:
- Constant Field Values
PROPERTY_CONFIG_DIR
static final String PROPERTY_CONFIG_DIR
- See Also:
- Constant Field Values
PROPERTY_USER_HOME
static final String PROPERTY_USER_HOME
- See Also:
- Constant Field Values
PROPERTY_DOMAIN_FILE
static final String PROPERTY_DOMAIN_FILE
- See Also:
- Constant Field Values
PROPERTY_QUERY_INTERVAL
static final String PROPERTY_QUERY_INTERVAL
- See Also:
- Constant Field Values
AA_SERVICE_OP_GET
static final String AA_SERVICE_OP_GET
- See Also:
- Constant Field Values
AA_SERVICE_OP_ADD
static final String AA_SERVICE_OP_ADD
- See Also:
- Constant Field Values