com.sage.orion.sdata.servlet.accpac
Class FiscalYearResourceKind
java.lang.Object
com.sage.orion.sdata.servlet.accpac.FiscalYearResourceKind
- All Implemented Interfaces:
- ResourceKind
public class FiscalYearResourceKind
- extends java.lang.Object
- implements ResourceKind
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FiscalYearResourceKind
public FiscalYearResourceKind(ApplicationContext applicationContext,
ResourceContext context)
getName
public java.lang.String getName()
- Specified by:
getName
in interface ResourceKind
handleRequest
public ResourceResponse handleRequest(SDataRequest request,
AsyncStatusListener listener)
- Description copied from interface:
ResourceKind
- Handle the specified request, passing information to the listener if there
is one.
Note that even if an implementation is not thread-safe it must allow for
the ResourceKind.shutdown()
call to execute in parallel.
- Specified by:
handleRequest
in interface ResourceKind
- Parameters:
request
- the request to handlelistener
- null or a listener than can be used for asynchronous tasks to
monitor progress.
- Returns:
- a
ResourceResponse
to the request
csfscRead
protected boolean csfscRead()
csfscRead
protected boolean csfscRead(java.lang.String key)
- Parameters:
key
- the key value
- Returns:
- true if the record could be read
shutdown
public void shutdown()
- Description copied from interface:
ResourceKind
- Shut down the resource kind. Note that this may be called on a shutdown
thread even though a different thread is executing
ResourceKind.handleRequest(SDataRequest, AsyncStatusListener)
.
- Specified by:
shutdown
in interface ResourceKind
getInstance
public java.lang.String getInstance()
- Specified by:
getInstance
in interface ResourceKind
Copyright © 2011 Sage Software, Inc. All rights reserved.