Class PALplate.lib.Domisilica
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PALplate.lib.Domisilica

java.lang.Object
   |
   +----sub_arctic.lib.interactor_app
           |
           +----PALplate.lib.Domisilica

public class Domisilica
extends interactor_app

Variable Index

 o _iframe
The frame which displays my toplevel and all it's children
 o mudAllowed
 o mudClient
Provides access to all that cool mud stuff.
 o mudHost
 o MudInitialized
So applets can find out if the mud is initialized
 o mudPort
 o mudThread

Constructor Index

 o Domisilica(String[])

Method Index

 o app_initialize()
This function starts up the mud and instantiates the netManager
 o destroy()
Sends a quit command and closes the sockets (which by then a broken, so you may get an error but this way we can be doubly sure ...)
 o frame_initialize()
 o getParameter(String, String[])
all search strings are assumed to start with a + or - anything else is assumed to be an argument string.
 o main(String[])
 o parse_arguments(String[])
Parameters which can be passed to this application are:

-host --(mud host machine)

-port --(mud port)

-startmud --(don't start mud)

+startmud --(do start mud)

-startapp --(class which displays mud stuff)

-guestName --(for logging in to mud)

-guestPassword --(for logging in to mud)

Variables

 o mudThread
  protected Thread mudThread
 o mudClient
  public static MudClient mudClient
Provides access to all that cool mud stuff.
See Also:
MudClient
 o MudInitialized
  public static boolean MudInitialized
So applets can find out if the mud is initialized
 o _iframe
  protected interactor_frame _iframe
The frame which displays my toplevel and all it's children
 o mudHost
  protected String mudHost
 o mudPort
  protected int mudPort
 o mudAllowed
  protected boolean mudAllowed

Constructors

 o Domisilica
  public Domisilica(String argv[])

Methods

 o app_initialize
  public void app_initialize()
This function starts up the mud and instantiates the netManager
Overrides:
app_initialize in class interactor_app
 o frame_initialize
  public void frame_initialize()
Overrides:
frame_initialize in class interactor_app
 o destroy
  public void destroy()
Sends a quit command and closes the sockets (which by then a broken, so you may get an error but this way we can be doubly sure ...)
 o main
  public static void main(String argv[])
 o parse_arguments
  public boolean parse_arguments(String argv[])
Parameters which can be passed to this application are:

-host --(mud host machine)

-port --(mud port)

-startmud --(don't start mud)

+startmud --(do start mud)

-startapp --(class which displays mud stuff)

-guestName --(for logging in to mud)

-guestPassword --(for logging in to mud)

Overrides:
parse_arguments in class interactor_app
 o getParameter
  public String getParameter(String searchString,
                             String argv[])
all search strings are assumed to start with a + or - anything else is assumed to be an argument string. Returns null if searchString doesn't occur in argv Returns "" if searchString occurs but has no arguments Returns argString if searchString has arguments

All Packages  Class Hierarchy  This Package  Previous  Next  Index