Uses of Class
org.openbandy.io.rms.RmsConnection

Packages that use RmsConnection
org.openbandy.io.rms   
 

Uses of RmsConnection in org.openbandy.io.rms
 

Methods in org.openbandy.io.rms that return RmsConnection
 RmsConnection RmsStorage.addObject(Serializable serializable)
          This method will create a new entry in the RMS for the serializable object.
static RmsConnection RmsStorage.getConnection(java.lang.String objectRecordStoreName)
          TODO comment!
static RmsConnection RmsStorage.getConnectionForObject(Serializable serializable)
          TODO comment!
 

Methods in org.openbandy.io.rms with parameters of type RmsConnection
 boolean RmsSerializer.deserializeObject(Serializable serializable, RmsConnection objectConn)
           
 boolean RmsSerializerImpl.deserializeObject(Serializable serializable, RmsConnection objectConn)
          Deserialize an object from its object connn