com.vm.app
Class VMServer
java.lang.Object
|
+--com.vm.app.VMServer
- All Implemented Interfaces:
- VMContainer
- public class VMServer
- extends java.lang.Object
- implements VMContainer
Field Summary |
boolean |
inApplet
|
protected java.lang.StringBuffer |
output
external buffer used to log server output |
protected java.util.Properties |
props
|
VMSpace |
space
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
space
public VMSpace space
props
protected java.util.Properties props
inApplet
public boolean inApplet
output
protected java.lang.StringBuffer output
- external buffer used to log server output
VMServer
public VMServer()
setOutput
public void setOutput(java.lang.StringBuffer i_output)
- used by server container (e.g. servlet) to hook output messages
isGUI
public boolean isGUI()
- Specified by:
isGUI
in interface VMContainer
isApplet
public boolean isApplet()
- Specified by:
isApplet
in interface VMContainer
getParameter
public java.lang.String getParameter(java.lang.String i_name)
- Specified by:
getParameter
in interface VMContainer
init
public void init()
init
public void init(VMSpace i_space)
start
public void start()
stop
public void stop()
getProps
public java.util.Properties getProps()
getSpace
public VMSpace getSpace()
- Specified by:
getSpace
in interface VMContainer
getContainer
public java.awt.Container getContainer()
- Specified by:
getContainer
in interface VMContainer
showStatus
public void showStatus(java.lang.String msg)
- Specified by:
showStatus
in interface VMContainer
getParameter
public java.lang.String getParameter(java.lang.String name,
java.lang.String defValue)
- Specified by:
getParameter
in interface VMContainer
setParameter
public void setParameter(java.lang.String name,
java.lang.String value)
- Specified by:
setParameter
in interface VMContainer
make
public static VMContainer make(java.lang.String[] args)
main
public static void main(java.lang.String[] args)
rearrangeViews
public void rearrangeViews()
- since VMServer has no visual representation, do nothing
- Specified by:
rearrangeViews
in interface VMContainer