Uses of Class
org.starhope.catullus.Via

Packages that use Via
org.starhope.catullus   
 

Uses of Via in org.starhope.catullus
 

Methods in org.starhope.catullus with parameters of type Via
<T extends DataRecord>
T
Vehicle.read(Via<T> via, Class<T> klass, int id)
          WRITEME: Document this method brpocock@star-hope.org
<T extends DataRecord>
T
JavaRMIVehicle.read(Via<T> via, Class<T> klass, int id)
           
<T extends DataRecord>
T
Vehicle.read(Via<T> via, Class<T> klass, String ident)
          WRITEME: Document this method brpocock@star-hope.org
<T extends DataRecord>
T
JavaRMIVehicle.read(Via<T> via, Class<T> klass, String ident)