net.tinyos.matlab
Class MatClient

java.lang.Object
  extended bynet.tinyos.matlab.MatClient

public class MatClient
extends java.lang.Object


Field Summary
(package private)  java.io.ObjectInputStream is
           
(package private)  java.io.ObjectOutputStream os
           
(package private)  java.net.Socket sock
           
 
Constructor Summary
MatClient()
           
 
Method Summary
 void finishJob()
           
 java.lang.Object sendCommand(java.lang.String command, java.lang.Object[] args)
           
 void shutdownServer()
           
 void startJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sock

java.net.Socket sock

os

java.io.ObjectOutputStream os

is

java.io.ObjectInputStream is
Constructor Detail

MatClient

public MatClient()
Method Detail

startJob

public void startJob()
              throws java.lang.Exception
Throws:
java.lang.Exception

finishJob

public void finishJob()

sendCommand

public java.lang.Object sendCommand(java.lang.String command,
                                    java.lang.Object[] args)
                             throws java.lang.Exception
Throws:
java.lang.Exception

shutdownServer

public void shutdownServer()
                    throws java.lang.Exception
Throws:
java.lang.Exception