|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.transfer.TransferServiceFwd
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
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
TransferServiceFwd()
|
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 |
private static Manager |
getManager()
|
void |
importObjects(ImportSpec spec)
Supported API: false |
void |
importObjects(ImportSpec spec,
TransferFilter[] filters)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public TransferServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public void exportObjects(ExportSpec spec) throws WTException, TransferException, WTPropertyVetoException
exportObjects
in interface TransferService
spec
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, Persistable objectBasis) throws WTException, TransferException, WTPropertyVetoException
exportObjects
in interface TransferService
spec
- objectBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, Persistable objectBasis, ConfigSpec configBasis) throws WTException, TransferException, WTPropertyVetoException
exportObjects
in interface TransferService
spec
- objectBasis
- configBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter[] filters) throws WTException, TransferException, WTPropertyVetoException
exportObjects
in interface TransferService
spec
- filters
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter template, Persistable objectBasis) throws WTException, TransferException, WTPropertyVetoException
exportObjects
in interface TransferService
spec
- template
- objectBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter template, ConfigSpec configBasis) throws WTException, TransferException, WTPropertyVetoException
exportObjects
in interface TransferService
spec
- template
- configBasis
-
WTException
TransferException
WTPropertyVetoException
public void exportObjects(ExportSpec spec, TransferFilter template, Persistable objectBasis, ConfigSpec configBasis) throws WTException, TransferException, WTPropertyVetoException
exportObjects
in interface TransferService
spec
- template
- objectBasis
- configBasis
-
WTException
TransferException
WTPropertyVetoException
public void importObjects(ImportSpec spec) throws WTException, TransferException, WTPropertyVetoException
importObjects
in interface TransferService
spec
-
WTException
TransferException
WTPropertyVetoException
public void importObjects(ImportSpec spec, TransferFilter[] filters) throws WTException, TransferException, WTPropertyVetoException
importObjects
in interface TransferService
spec
- filters
-
WTException
TransferException
WTPropertyVetoException
public Hashtable getAllDescendentsOf(Class target) throws WTException, TransferException, WTIntrospectionException
getAllDescendentsOf
in interface TransferService
target
-
WTException
TransferException
WTIntrospectionException
public Hashtable getAllDescendentsOf(String classname) throws WTException, TransferException, WTIntrospectionException
getAllDescendentsOf
in interface TransferService
classname
-
WTException
TransferException
WTIntrospectionException
public Vector getDirectDescendentsOf(Class target) throws WTException, TransferException, WTIntrospectionException
getDirectDescendentsOf
in interface TransferService
target
-
WTException
TransferException
WTIntrospectionException
public Vector getDirectDescendentsOf(String classname) throws WTException, TransferException, WTIntrospectionException
getDirectDescendentsOf
in interface TransferService
classname
-
WTException
TransferException
WTIntrospectionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |