object
Class RemoteBase

java.lang.Object
  extended by object.RemoteBase

public class RemoteBase
extends java.lang.Object

Author:
Rob Minson

Method Summary
 void delete(int instHandle)
           
 void discover(int instHandle, int classHandle)
           
protected  void removeProxy(int instance)
           
protected  void removeShell(int instance)
           
 void update(int instHandle, ReflectedAttributes13 attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

discover

public void discover(int instHandle,
                     int classHandle)
              throws hla.rti13.java1.FederateInternalError,
                     BadClassException,
                     hla.rti13.java1.RTIinternalError
Throws:
hla.rti13.java1.FederateInternalError
BadClassException
hla.rti13.java1.RTIinternalError

update

public void update(int instHandle,
                   ReflectedAttributes13 attrs)
            throws hla.rti13.java1.FederateInternalError,
                   hla.rti13.java1.RTIinternalError,
                   java.io.IOException
Throws:
hla.rti13.java1.FederateInternalError
hla.rti13.java1.RTIinternalError
java.io.IOException

delete

public void delete(int instHandle)

removeShell

protected void removeShell(int instance)

removeProxy

protected void removeProxy(int instance)