|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationsIF
Field Summary | |
---|---|
static java.lang.String |
PROP_ATTRIBUTE_EMPTY_REMOVE
|
static java.lang.String |
PROP_DRIVER
|
static java.lang.String |
PROP_FILENAME
|
static java.lang.String |
PROP_PROTOCOL
|
static java.lang.String |
PROP_PROXY_HOST
|
static java.lang.String |
PROP_PROXY_PORT
|
static java.lang.String |
PROP_RESET_PASSWORD_LENGTH
|
static java.lang.String |
PROP_URL
|
static java.lang.String |
PROP_USER_NAME
|
static java.lang.String |
PROP_USER_NAME_ENCRYPTED
|
static java.lang.String |
PROP_USER_PASSWORD
|
static java.lang.String |
PROP_USER_PASSWORD_ENCRYPTED
|
Fields inherited from interface org.openptk.common.ComponentIF |
---|
EXECUTE_BEGIN, EXECUTE_END, PROP_OPENPTK_HOME, PROP_OPENPTK_TEMP, SORT_BEGIN, SORT_END |
Method Summary | |
---|---|
void |
execute(org.openptk.common.RequestIF req,
org.openptk.common.ResponseIF res)
|
ServiceIF |
getService()
|
OperationsType |
getType()
|
java.lang.String |
getTypeAsString()
|
boolean |
isEnabled(org.openptk.common.Operation operation)
|
boolean |
isImplemented(org.openptk.common.Operation operation)
|
void |
postExecute(org.openptk.common.RequestIF req,
org.openptk.common.ResponseIF res)
|
void |
preExecute(org.openptk.common.RequestIF req,
org.openptk.common.ResponseIF res)
|
void |
setEnabled(org.openptk.common.Operation operation,
boolean enabled)
|
void |
setService(ServiceIF service)
|
void |
setType(OperationsType type)
|
void |
shutdown()
|
void |
startup()
|
Methods inherited from interface org.openptk.common.ComponentIF |
---|
copy, getAttribute, getAttributes, getAttributesNames, getAttributesSize, getCategory, getCategoryAsString, getDebugLevel, getDebugLevelAsInt, getDebugLevelAsString, getDescription, getProperties, getPropertiesSize, getProperty, getSortValue, getState, getStateAsString, getStatus, getTimeStamp, getTimeStampNames, getTimeStamps, getUniqueId, getUniqueIdType, isDebug, isError, isTimeStamp, setAttribute, setAttributes, setCategory, setDebug, setDebugLevel, setDescription, setError, setProperties, setProperty, setSortValue, setState, setState, setStatus, setTimeStamp, setTimeStamp, setUniqueId, setUniqueId, setUniqueId, setUniqueId, useTimeStamp |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Field Detail |
---|
static final java.lang.String PROP_ATTRIBUTE_EMPTY_REMOVE
static final java.lang.String PROP_DRIVER
static final java.lang.String PROP_FILENAME
static final java.lang.String PROP_PROTOCOL
static final java.lang.String PROP_PROXY_HOST
static final java.lang.String PROP_PROXY_PORT
static final java.lang.String PROP_RESET_PASSWORD_LENGTH
static final java.lang.String PROP_URL
static final java.lang.String PROP_USER_NAME
static final java.lang.String PROP_USER_NAME_ENCRYPTED
static final java.lang.String PROP_USER_PASSWORD
static final java.lang.String PROP_USER_PASSWORD_ENCRYPTED
Method Detail |
---|
void execute(org.openptk.common.RequestIF req, org.openptk.common.ResponseIF res) throws OperationException
req
- res
-
OperationException
ServiceIF getService()
OperationsType getType()
java.lang.String getTypeAsString()
boolean isEnabled(org.openptk.common.Operation operation)
operation
-
boolean isImplemented(org.openptk.common.Operation operation)
operation
-
void postExecute(org.openptk.common.RequestIF req, org.openptk.common.ResponseIF res) throws OperationException
OperationException
void preExecute(org.openptk.common.RequestIF req, org.openptk.common.ResponseIF res) throws OperationException
OperationException
void setEnabled(org.openptk.common.Operation operation, boolean enabled)
operation
- enabled
- void setService(ServiceIF service)
service
- void setType(OperationsType type)
type
- void shutdown()
void startup()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |