edu.jhu.tmaj.servlet.request.impl
Class ArrayImageCollectionRequest

java.lang.Object
  extended by edu.jhu.tmaj.servlet.request.BaseRequest
      extended by edu.jhu.tmaj.servlet.request.impl.ArrayImageCollectionRequest
All Implemented Interfaces:
CommandRequest, java.io.Serializable

public final class ArrayImageCollectionRequest
extends BaseRequest
implements java.io.Serializable

Class is responsible for initialing the ArraySlideFrame in the Images Application. An arrayImageCollectionBean is initialized using the specified sessionID

See Also:
ArrayImageCollectionBean, Serialized Form

Field Summary
 
Fields inherited from class edu.jhu.tmaj.servlet.request.BaseRequest
password, username
 
Constructor Summary
ArrayImageCollectionRequest(int sessionID)
           
 
Method Summary
 CommandResponse processRequest(UserBean userBean)
          Initializes an ArrayImageCollectionBean with a sessionID, and puts it into a Response object.
 java.lang.String toString()
           
 
Methods inherited from class edu.jhu.tmaj.servlet.request.BaseRequest
executeCommand, getPassword, getUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayImageCollectionRequest

public ArrayImageCollectionRequest(int sessionID)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

processRequest

public CommandResponse processRequest(UserBean userBean)
                               throws java.sql.SQLException
Initializes an ArrayImageCollectionBean with a sessionID, and puts it into a Response object.

Specified by:
processRequest in class BaseRequest
Throws:
java.sql.SQLException