|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.siviam.bobup.businessobjects.JarBusinessObjectDescriptor
Field Summary |
Fields inherited from interface com.siviam.bobup.businessobjects.IBusinessObjectDescriptor |
BUSINESS_OBJECT_DESCRIPTION, BUSINESS_OBJECT_ID, BUSINESS_OBJECT_NAME |
Constructor Summary | |
JarBusinessObjectDescriptor()
|
Method Summary | |
void |
addBackupPartDescription(java.util.Properties properties)
Adds the description of the backup part in the form of name/value properties. |
void |
create()
Creates the backup location. |
boolean |
exists()
|
java.util.Properties[] |
getBackupPartDescriptions()
Obtains an array of backup part descriptions. |
long |
getBackupWindow()
Obtains the time window within which objects were backed up. |
java.io.InputStream |
getInputStream()
Obtains an input stream to this backup location. |
long |
getLastModified()
Obtains the date that the backup location was last modified. |
java.lang.Object |
getLocation()
The location pointing to the specific file that needs to be backed up or recovered. |
IBackupLocation |
getLocation(java.lang.Object relative)
Obtains a backup location relative to this location. |
java.io.OutputStream |
getOutputStream()
Obtains an outputstream to the backup location. |
IBackupLocation[] |
listContents()
|
void |
removeBackupPartDescription(java.util.Properties properties)
Removes the description of the backup part given a properties instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JarBusinessObjectDescriptor()
Method Detail |
public IBackupLocation getLocation(java.lang.Object relative) throws java.lang.Exception
IBackupLocation
getLocation
in interface IBackupLocation
java.lang.Exception
public java.lang.Object getLocation() throws java.lang.Exception
java.lang.Exception
public void addBackupPartDescription(java.util.Properties properties) throws java.lang.Exception
IBusinessObjectDescriptor
addBackupPartDescription
in interface IBusinessObjectDescriptor
properties
-
java.lang.Exception
public java.util.Properties[] getBackupPartDescriptions() throws java.lang.Exception
IBusinessObjectDescriptor
getBackupPartDescriptions
in interface IBusinessObjectDescriptor
java.lang.Exception
public void removeBackupPartDescription(java.util.Properties properties) throws java.lang.Exception
IBusinessObjectDescriptor
removeBackupPartDescription
in interface IBusinessObjectDescriptor
properties
-
java.lang.Exception
public long getBackupWindow()
IBackupLocation
getBackupWindow
in interface IBackupLocation
public long getLastModified() throws java.lang.Exception
IBackupLocation
getLastModified
in interface IBackupLocation
java.lang.Exception
public IBackupLocation[] listContents()
listContents
in interface IBackupLocation
public boolean exists() throws java.lang.Exception
exists
in interface IBackupLocation
java.lang.Exception
public java.io.OutputStream getOutputStream() throws java.lang.Exception
IBackupLocation
getOutputStream
in interface IBackupLocation
java.lang.Exception
public java.io.InputStream getInputStream() throws java.lang.Exception
IBackupLocation
getInputStream
in interface IBackupLocation
java.lang.Exception
public void create() throws java.lang.Exception
IBackupLocation
create
in interface IBackupLocation
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |