org.openptk.spi.operations
Class LoopbackOperations

java.lang.Object
  extended by org.openptk.common.Component
      extended by org.openptk.spi.operations.Operations
          extended by org.openptk.spi.operations.LoopbackOperations
All Implemented Interfaces:
java.lang.Comparable<org.openptk.common.ComponentIF>, org.openptk.common.ComponentIF, OperationsIF

public class LoopbackOperations
extends Operations
implements OperationsIF

Author:
Scott Fehrman, Sun Microsystems, Inc. contributor Derrick Harcey, Sun Microsystems, Inc.

Field Summary
 
Fields inherited from class org.openptk.spi.operations.Operations
_emptyRemove, RESPONSE_DESC, TRANS_FW_SRVC, TRANS_SRVC_FW
 
Fields inherited from interface org.openptk.spi.operations.OperationsIF
PROP_ATTRIBUTE_EMPTY_REMOVE, PROP_DRIVER, PROP_FILENAME, PROP_PROTOCOL, PROP_PROXY_HOST, PROP_PROXY_PORT, PROP_RESET_PASSWORD_LENGTH, PROP_URL, PROP_USER_NAME, PROP_USER_NAME_ENCRYPTED, PROP_USER_PASSWORD, 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
 
Constructor Summary
LoopbackOperations()
           
 
Method Summary
 void execute(org.openptk.common.RequestIF request, org.openptk.common.ResponseIF response)
           
 void startup()
           
 
Methods inherited from class org.openptk.spi.operations.Operations
checkException, checkPasswordAttribute, doPasswordForgot, findProperty, getArrayFromList, getAttrValueAsStringArray, getCheckProp, getPasswordAttribute, getPasswordResult, getService, getServiceNames, getType, getTypeAsString, getUniqueIdValueFromRequest, getValue, handleError, isEnabled, isImplemented, postExecute, preExecute, setEnabled, setImplemented, setService, setType, shutdown, updateQueryServiceName
 
Methods inherited from class org.openptk.common.Component
compareTo, 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, toString, useTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openptk.spi.operations.OperationsIF
getService, getType, getTypeAsString, isEnabled, isImplemented, postExecute, preExecute, setEnabled, setService, setType, shutdown
 
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
 

Constructor Detail

LoopbackOperations

public LoopbackOperations()
Method Detail

execute

public void execute(org.openptk.common.RequestIF request,
                    org.openptk.common.ResponseIF response)
             throws OperationException
Specified by:
execute in interface OperationsIF
Specified by:
execute in class Operations
Parameters:
request -
response -
Throws:
OperationException

startup

public void startup()
Specified by:
startup in interface OperationsIF
Overrides:
startup in class Operations


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved