wt.method
Class MethodServerLauncher

java.lang.Object
  extended bywt.method.MethodServerLauncher

public class MethodServerLauncher
extends Object

Class that encapsulates Method Server invocations providing string substition of Method Server Ids. The launch method takes a service launch command string and replaces occurences of "{0}" with the current Method Server identifier.


Field Summary
private static int wt_method_serverId
           
 
Constructor Summary
MethodServerLauncher()
           
 
Method Summary
 void launch(String cmd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wt_method_serverId

private static int wt_method_serverId
Constructor Detail

MethodServerLauncher

public MethodServerLauncher()
Method Detail

launch

public void launch(String cmd)
            throws Exception
Throws:
Exception