openr66.context
Interface R66BusinessInterface


public interface R66BusinessInterface

Author:
Frederic Bregier

Method Summary
 void checkAfterPost(R66Session session)
           
 void checkAfterPreCommand(R66Session session)
           
 void checkAfterTransfer(R66Session session)
           
 void checkAtChangeFilename(R66Session session)
           
 void checkAtError(R66Session session)
           
 void checkAtStartup(R66Session session)
           
 String getInfo()
           
 void releaseResources()
           
 void setInfo(String info)
           
 

Method Detail

checkAtStartup

void checkAtStartup(R66Session session)
                    throws OpenR66RunnerErrorException
Throws:
OpenR66RunnerErrorException

checkAfterPreCommand

void checkAfterPreCommand(R66Session session)
                          throws OpenR66RunnerErrorException
Throws:
OpenR66RunnerErrorException

checkAfterTransfer

void checkAfterTransfer(R66Session session)
                        throws OpenR66RunnerErrorException
Throws:
OpenR66RunnerErrorException

checkAfterPost

void checkAfterPost(R66Session session)
                    throws OpenR66RunnerErrorException
Throws:
OpenR66RunnerErrorException

checkAtError

void checkAtError(R66Session session)
                  throws OpenR66RunnerErrorException
Throws:
OpenR66RunnerErrorException

checkAtChangeFilename

void checkAtChangeFilename(R66Session session)
                           throws OpenR66RunnerErrorException
Throws:
OpenR66RunnerErrorException

releaseResources

void releaseResources()

getInfo

String getInfo()

setInfo

void setInfo(String info)


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.