com.accendia.iris.server
Interface IDynamicCommand


public interface IDynamicCommand

This interface should be implemented by dynamic commands that must perform cleanup when the command is released.


Method Summary
 void destroy()
          The method is invoked by the server when the client releases the command by calling ISessionCommand.remove() or when the client connection that created the dynamic command is closed.
 

Method Detail

destroy

void destroy()
The method is invoked by the server when the client releases the command by calling ISessionCommand.remove() or when the client connection that created the dynamic command is closed.