|
||||||||||
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 accessMethod Detail |
public void setOpenJMSVersion(java.lang.String version) throws org.exolab.jms.persistence.PersistenceException
version
- the versionorg.exolab.jms.persistence.PersistenceException
- for any persistence errorpublic java.lang.String getOpenJMSVersion() throws org.exolab.jms.persistence.PersistenceException
org.exolab.jms.persistence.PersistenceException
- for any persistence errorpublic void setProxySchemaVersion(java.lang.String version) throws org.exolab.jms.persistence.PersistenceException
version
- the versionorg.exolab.jms.persistence.PersistenceException
- for any persistence errorpublic java.lang.String getProxySchemaVersion() throws org.exolab.jms.persistence.PersistenceException
org.exolab.jms.persistence.PersistenceException
- for any persistence errorpublic void setCreationTimestamp(long timestamp) throws org.exolab.jms.persistence.PersistenceException
timestamp
- the timestamp, in millisecondsorg.exolab.jms.persistence.PersistenceException
- for any persistence errorpublic 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 |