|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides server-side functionality as a service that's remotely available
for use by a client. The intent is that this interface defines all the
necessary server-side functionality for exporting and importing.
Supported API: false
Extendable: false
Method Summary | |
void |
exportObjects(ExportSpec spec)
Supported API: false |
void |
exportObjects(ExportSpec spec,
Persistable objectBasis)
Supported API: false |
void |
exportObjects(ExportSpec spec,
Persistable objectBasis,
ConfigSpec configBasis)
Supported API: false |
void |
exportObjects(ExportSpec spec,
TransferFilter[] filters)
Supported API: false |
void |
exportObjects(ExportSpec spec,
TransferFilter template,
ConfigSpec configBasis)
Supported API: false |
void |
exportObjects(ExportSpec spec,
TransferFilter template,
Persistable objectBasis)
Supported API: false |
void |
exportObjects(ExportSpec spec,
TransferFilter template,
Persistable objectBasis,
ConfigSpec configBasis)
Supported API: false |
Hashtable |
getAllDescendentsOf(Class target)
Supported API: false |
Hashtable |
getAllDescendentsOf(String classname)
Supported API: false |
Vector |
getDirectDescendentsOf(Class target)
Supported API: false |
Vector |
getDirectDescendentsOf(String classname)
Supported API: false |
void |
importObjects(ImportSpec spec)
Supported API: false |
void |
importObjects(ImportSpec spec,
TransferFilter[] filters)
Supported API: false |
Method Detail |
public void exportObjects(ExportSpec spec) throws WTException, TransferException, WTPropertyVetoException
spec
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, Persistable objectBasis) throws WTException, TransferException, WTPropertyVetoException
spec
- objectBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, Persistable objectBasis, ConfigSpec configBasis) throws WTException, TransferException, WTPropertyVetoException
spec
- objectBasis
- configBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter[] filters) throws WTException, TransferException, WTPropertyVetoException
spec
- filters
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter template, Persistable objectBasis) throws WTException, TransferException, WTPropertyVetoException
spec
- template
- objectBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter template, ConfigSpec configBasis) throws WTException, TransferException, WTPropertyVetoException
spec
- template
- configBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter template, Persistable objectBasis, ConfigSpec configBasis) throws WTException, TransferException, WTPropertyVetoException
spec
- template
- objectBasis
- configBasis
-
WTException
TransferException
WTPropertyVetoException
public void importObjects(ImportSpec spec) throws WTException, TransferException, WTPropertyVetoException
spec
-
WTException
TransferException
WTPropertyVetoException
public void importObjects(ImportSpec spec, TransferFilter[] filters) throws WTException, TransferException, WTPropertyVetoException
spec
- filters
-
WTException
TransferException
WTPropertyVetoException
public Hashtable getAllDescendentsOf(Class target) throws WTException, TransferException, WTIntrospectionException
target
-
WTException
TransferException
WTIntrospectionException
public Hashtable getAllDescendentsOf(String classname) throws WTException, TransferException, WTIntrospectionException
classname
-
WTException
TransferException
WTIntrospectionException
public Vector getDirectDescendentsOf(Class target) throws WTException, TransferException, WTIntrospectionException
target
-
WTException
TransferException
WTIntrospectionException
public Vector getDirectDescendentsOf(String classname) throws WTException, TransferException, WTIntrospectionException
classname
-
WTException
TransferException
WTIntrospectionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |