Uses of Class
org.fossilec.odettej.service.EndSessionReason

Packages that use EndSessionReason
org.fossilec.odettej   
org.fossilec.odettej.service   
 

Uses of EndSessionReason in org.fossilec.odettej
 

Methods in org.fossilec.odettej that return EndSessionReason
 EndSessionReason EndSessionException.getReason()
           
 

Methods in org.fossilec.odettej with parameters of type EndSessionReason
 void OdetteFTPEntity.abort(EndSessionReason error)
           
 

Constructors in org.fossilec.odettej with parameters of type EndSessionReason
EndSessionException(EndSessionReason reason)
           
EndSessionException(EndSessionReason reason, java.lang.String message)
           
 

Uses of EndSessionReason in org.fossilec.odettej.service
 

Fields in org.fossilec.odettej.service declared as EndSessionReason
static EndSessionReason EndSessionReason.COMMAND_NOT_RECOGNISED
          Command not recognised.
static EndSessionReason EndSessionReason.EMERGENCY_CLOSE_DOWN
          Local site emergency close down.
static EndSessionReason EndSessionReason.EXCHANGE_BUFFER_SIZE_ERROR
          Exchange Buffer size error.
static EndSessionReason EndSessionReason.INCOMPATIBLE_MODE
          Mode or capabilities are incompatible.
static EndSessionReason EndSessionReason.INVALID_COMMAND_DATA
          Command contained invalid data.
static EndSessionReason EndSessionReason.INVALID_PASSWORD
          Invalid password.
static EndSessionReason EndSessionReason.NORMAL_TERMINATION
          Normal session termination.
static EndSessionReason EndSessionReason.PROTOCOL_VIOLATION
          Protocol violation.
static EndSessionReason EndSessionReason.RESOURCES_NOT_AVAIABLE
          Resources not avaiable.
static EndSessionReason EndSessionReason.TIME_OUT
          Time out.
static EndSessionReason EndSessionReason.UNKNOWN_USER_CODE
          User code not known.
static EndSessionReason EndSessionReason.UNSPECIFIED_ABORT
          Unspecified Abort code.
 

Methods in org.fossilec.odettej.service that return EndSessionReason
static EndSessionReason EndSessionReason.parse(java.lang.String code)
          Convenient method for parsing the proper TransferMode instance given a identifier character.
 

Methods in org.fossilec.odettej.service with parameters of type EndSessionReason
static CommandExchangeBuffer CommandExchangeBuffer.endSession(EndSessionReason reason)
          Create the End Session command indicating the reason code for terminating the session.
 



Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.