edu.sdsc.inca.protocol
Class VerifyProtocolVersion

java.lang.Object
  extended by edu.sdsc.inca.protocol.MessageHandler
      extended by edu.sdsc.inca.protocol.VerifyProtocolVersion

public class VerifyProtocolVersion
extends MessageHandler

Author:
Cathie Olschanowsky, Jim Hayes Does a comparison of the Inca Protocol Versions being used. If they are not an exact match - throws an exception.

Constructor Summary
VerifyProtocolVersion()
           
 
Method Summary
 void execute(ProtocolReader reader, ProtocolWriter writer, java.lang.String dn)
          Service an incoming request from a specified client DN, using specified i/o streams.
 
Methods inherited from class edu.sdsc.inca.protocol.MessageHandler
errorReply, forbid, isPermitted, permit, permittees, resetPermissions, setPermissionsPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyProtocolVersion

public VerifyProtocolVersion()
Method Detail

execute

public void execute(ProtocolReader reader,
                    ProtocolWriter writer,
                    java.lang.String dn)
             throws java.lang.Exception
Description copied from class: MessageHandler
Service an incoming request from a specified client DN, using specified i/o streams. Close the reader and writer to indicate that the client connection should be closed.

Specified by:
execute in class MessageHandler
Parameters:
reader - the reader connected to the client
writer - the writer connected to the client
dn - the DN of the client, null if no authentication
Throws:
java.lang.Exception