com.planet_ink.coffee_mud.Libraries.interfaces
Interface SessionsList

All Superinterfaces:
java.lang.Cloneable, CMLibrary, CMObject, java.lang.Comparable<CMObject>, java.lang.Runnable
All Known Implementing Classes:
Sessions

public interface SessionsList
extends CMLibrary, java.lang.Runnable


Field Summary
static java.util.Vector all
           
 
Method Summary
 void addElement(Session S)
           
 Session elementAt(int x)
           
 void removeElement(Session S)
           
 void removeElementAt(int x)
           
 int size()
           
 void stopSessionAtAllCosts(Session S)
           
 
Methods inherited from interface com.planet_ink.coffee_mud.Libraries.interfaces.CMLibrary
activate, getSupportThread, shutdown
 
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject
copyOf, ID, initializeClass, newInstance
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

all

static final java.util.Vector all
Method Detail

elementAt

Session elementAt(int x)

size

int size()

addElement

void addElement(Session S)

removeElementAt

void removeElementAt(int x)

removeElement

void removeElement(Session S)

stopSessionAtAllCosts

void stopSessionAtAllCosts(Session S)