net.java.slee.resource.tftp.events
Interface RequestEvent


public interface RequestEvent

A wrapper event around a TFTP request.


Method Summary
 java.lang.String getId()
          Returns an event ID, unique in respect to the VM where it was generated
 org.apache.commons.net.tftp.TFTPPacket getRequest()
           
 java.lang.String getTypeDescr()
          Return description of the current tftp packet type.
 

Method Detail

getRequest

org.apache.commons.net.tftp.TFTPPacket getRequest()
Returns:
the Tftp Request which is associated with the event. There is always one.

getTypeDescr

java.lang.String getTypeDescr()
Return description of the current tftp packet type.

Returns:

getId

java.lang.String getId()
Returns an event ID, unique in respect to the VM where it was generated



Copyright © 2011. All Rights Reserved.