|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportProcessorInterface
TransportProcessorInterface is used to define the actions/processes used to move or change locational information about an object.
Field Summary | |
---|---|
static java.lang.String |
NAME
The name of this interface. |
Method Summary | |
---|---|
void |
copy()
Copy this object to a new instance. |
void |
delete()
Delete an object from the system. |
void |
exportObject()
Export this object from the system. |
void |
importObject()
Import this objet into the system. |
void |
move(PublicObjectContainerInterface target)
Move this object to a new location. |
void |
paste()
Insert a new instance of an object. |
void |
rename(java.lang.String newName)
Give this object a new unique name. |
Field Detail |
---|
static final java.lang.String NAME
Method Detail |
---|
void delete() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
void rename(java.lang.String newName) throws ServiceException, java.rmi.RemoteException
newName
-
ServiceException
java.rmi.RemoteException
void move(PublicObjectContainerInterface target) throws ServiceException, java.rmi.RemoteException
target
-
ServiceException
java.rmi.RemoteException
void exportObject() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
void importObject() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
void copy() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
void paste() throws ServiceException, java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |