|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.eways.batchext.LocalFileETD
public class LocalFileETD
This class is the implementation of Local file ETD.
Constructor Summary | |
---|---|
LocalFileETD()
Constructor |
Method Summary | |
---|---|
protected void |
createStateManager()
|
LocalFileClient |
getClient()
|
LocalFileConfiguration |
getConfiguration()
This is a helper method. |
com.stc.connector.management.util.ObjectReference |
getMonitor()
|
LocalFileETDState |
getPersistentState()
|
LocalFileProvider |
getProvider()
|
com.stc.eways.common.eway.standalone.statemanager.StateManager |
getStateManager()
|
void |
initialize(java.util.Properties p)
Called by external (collab service) to iniatialize object. |
boolean |
reset()
Resets the data content of an ETD. |
void |
setConfiguration(LocalFileConfiguration cfg)
|
void |
storePersistentState()
|
void |
terminate()
Terminates the ETD. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalFileETD()
Method Detail |
---|
public void initialize(java.util.Properties p) throws BatchException, BatchCFGException
cntrCollab
- The Java Collaboration Controller object.key
- The instance name.mode
- The input/output mode.
BatchException
- For connection exception.
BatchException
- For data exception.
BatchCFGException
com.stc.jcsre.ETD
public boolean reset() throws BatchException
false
if the ETD doesn't have a meaningful implementation of
reset()
; so do a new
of the ETD instead.
Otherwise, return true
if the reset will clear the data content
of the ETD.
BatchException
- For connection exception.
BatchException
- For data exception.public void terminate() throws BatchException
com.stc.common.collabService.BatchException
- thrown when there's an external connection problem
BatchException
public LocalFileConfiguration getConfiguration()
public void setConfiguration(LocalFileConfiguration cfg)
public LocalFileClient getClient()
public LocalFileProvider getProvider()
public com.stc.eways.common.eway.standalone.statemanager.StateManager getStateManager()
public LocalFileETDState getPersistentState()
public void storePersistentState() throws com.stc.eways.common.eway.standalone.statemanager.StateManagerException
com.stc.eways.common.eway.standalone.statemanager.StateManagerException
public com.stc.connector.management.util.ObjectReference getMonitor()
protected void createStateManager() throws BatchException, com.stc.eways.common.eway.standalone.statemanager.StatePersistenceException
BatchException
com.stc.eways.common.eway.standalone.statemanager.StatePersistenceException
|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |