edu.sdsc.inca.depot.commands
Class SuiteUpdate

java.lang.Object
  extended by edu.sdsc.inca.protocol.MessageHandler
      extended by edu.sdsc.inca.depot.util.HibernateMessageHandler
          extended by edu.sdsc.inca.depot.commands.SuiteUpdate

public class SuiteUpdate
extends HibernateMessageHandler

Author:
cmills

Field Summary
static java.lang.String ADD
           
static java.lang.String DELETE
           
 
Fields inherited from class edu.sdsc.inca.protocol.MessageHandler
logger
 
Constructor Summary
SuiteUpdate()
           
 
Method Summary
 void executeHibernateAction(edu.sdsc.inca.protocol.ProtocolReader reader, edu.sdsc.inca.protocol.ProtocolWriter writer)
          Execute a hibernate-related task efficiently (i.e., session is safely opened and closed.
 
Methods inherited from class edu.sdsc.inca.depot.util.HibernateMessageHandler
execute
 
Methods inherited from class edu.sdsc.inca.protocol.MessageHandler
errorReply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

public static final java.lang.String ADD
See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
See Also:
Constant Field Values
Constructor Detail

SuiteUpdate

public SuiteUpdate()
Method Detail

executeHibernateAction

public void executeHibernateAction(edu.sdsc.inca.protocol.ProtocolReader reader,
                                   edu.sdsc.inca.protocol.ProtocolWriter writer)
                            throws java.lang.Exception
Description copied from class: HibernateMessageHandler
Execute a hibernate-related task efficiently (i.e., session is safely opened and closed.

Specified by:
executeHibernateAction in class HibernateMessageHandler
Throws:
edu.sdsc.inca.protocol.ProtocolException
java.lang.Exception