com.accendia.iris.interfaces
Interface ISessionCommand


public interface ISessionCommand

The interface is implemented by all proxies to dynamic commands and is used to remove a dynamic command sooner than it would be removed through garbage collection.


Method Summary
 void remove()
          This call will remove the dynamic command from the server.
 

Method Detail

remove

void remove()
            throws java.io.IOException
This call will remove the dynamic command from the server.

Throws:
java.io.IOException