PaP
Class NonPaP

java.lang.Object
  |
  +--PaP.NonPaP
All Implemented Interfaces:
java.io.Serializable

public class NonPaP
extends java.lang.Object
implements java.io.Serializable

Old class to control PaP support entities and ApplicationActors Deprecated by control command mechanism of DebugServer and DebugClient window input lines

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String command
           
(package private)  java.lang.String entity
           
(package private)  java.lang.String location
           
(package private)  java.lang.String[] pars
           
 
Constructor Summary
NonPaP(java.lang.String[] argv)
           
 
Method Summary
 void helpMessage()
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

entity

java.lang.String entity

location

java.lang.String location

command

java.lang.String command

pars

java.lang.String[] pars
Constructor Detail

NonPaP

public NonPaP(java.lang.String[] argv)
       throws java.lang.Exception
Method Detail

helpMessage

public void helpMessage()

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception