| Modifier and Type | Method and Description | 
|---|---|
| byte[] | control(byte[] command)Control the server. | 
| void | controlAsync(byte[] command)Control the server asynchronously. | 
| String | getServerInterfaceName()Get the interface name of the service. | 
String getServerInterfaceName() throws RemoteException
jpl.oodt.product.rmi.ProductServiceImpl and not
 jpl.oodt.product.ProductService.String value.RemoteException - if an error occurs.byte[] control(byte[] command)
        throws RemoteException
command - a byte[] value.RemoteException - if an error occurs.void controlAsync(byte[] command)
           throws RemoteException
command - a byte[] value.RemoteException - if an error occurs.Copyright © 1999–2017 Apache OODT. All rights reserved.