vishnu.life
Interface Command

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
SQLCommand
All Known Implementing Classes:
AbstractCommand, SQLCommandImpl

public interface Command
extends java.rmi.Remote

 

Nested Class Summary
static class Command.Notice
           
 
Method Summary
 boolean hasStarted()
           
 void perform()
           
 Session session()
           
 void setStarted()
           
 

Method Detail

perform

void perform()

session

Session session()

hasStarted

boolean hasStarted()

setStarted

void setStarted()