|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jms.tools.migration.proxy.VersionInfo
Migration version information.
| Constructor Summary | |
VersionInfo(PropertyStore properties)
Construct a new VersionInfo. |
|
| Method Summary | |
long |
getCreationTimestamp()
Returns the timestamp when the proxy database was created. |
java.lang.String |
getOpenJMSVersion()
Returns the OpenJMS version that the proxy database was created with. |
java.lang.String |
getProxySchemaVersion()
Returns the proxy schema version. |
void |
setCreationTimestamp(long timestamp)
Sets the timestamp when the proxy database was created. |
void |
setOpenJMSVersion(java.lang.String version)
Sets the OpenJMS version that the proxy database was created with. |
void |
setProxySchemaVersion(java.lang.String version)
Sets the proxy schema version. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VersionInfo(PropertyStore properties)
VersionInfo.properties - the property store to access| Method Detail |
public void setOpenJMSVersion(java.lang.String version)
throws org.exolab.jms.persistence.PersistenceException
version - the versionorg.exolab.jms.persistence.PersistenceException - for any persistence error
public java.lang.String getOpenJMSVersion()
throws org.exolab.jms.persistence.PersistenceException
org.exolab.jms.persistence.PersistenceException - for any persistence error
public void setProxySchemaVersion(java.lang.String version)
throws org.exolab.jms.persistence.PersistenceException
version - the versionorg.exolab.jms.persistence.PersistenceException - for any persistence error
public java.lang.String getProxySchemaVersion()
throws org.exolab.jms.persistence.PersistenceException
org.exolab.jms.persistence.PersistenceException - for any persistence error
public void setCreationTimestamp(long timestamp)
throws org.exolab.jms.persistence.PersistenceException
timestamp - the timestamp, in millisecondsorg.exolab.jms.persistence.PersistenceException - for any persistence error
public long getCreationTimestamp()
throws org.exolab.jms.persistence.PersistenceException
org.exolab.jms.persistence.PersistenceException - for any persistence error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||