org.smartfrog.services.filesystem
Interface TouchFileIntf
- All Superinterfaces:
- FileUsingComponent, java.rmi.Remote
- All Known Implementing Classes:
- TouchFileImpl
public interface TouchFileIntf
- extends FileUsingComponent
Remote interface for touching a file.
created 18-May-2004 11:30:01
Field Summary |
static java.lang.String |
ATTR_AGE
its age in milliseconds since 1970-01-01 |
Method Summary |
void |
touch()
extract the current values of the attributes, and then
touch the file |
ATTR_AGE
static final java.lang.String ATTR_AGE
- its age in milliseconds since 1970-01-01
- See Also:
- Constant Field Values
touch
void touch()
throws java.rmi.RemoteException,
SmartFrogException
- extract the current values of the attributes, and then
touch the file
- Throws:
java.rmi.RemoteException
- In case of network/rmi error
SmartFrogException
- if there was a resolution problem
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP