popFolder
Interface PopFolder

All Superinterfaces:
javax.ejb.EJBObject, Remote

public interface PopFolder
extends javax.ejb.EJBObject

ÆËÆú´õ¸¦ À§ÇÑ Session Bean

Since:
2005. 4. 7.
Author:
BABU

Method Summary
 boolean connect(int uid)
          ÆËÆú´õ ¿¬°á
 boolean delete(String targetFile)
          ÆÄÀÏ ¶Ç´Â Æú´õ »èÁ¦
 File getFile(String targetPath)
          ÇØ´ç ÆÄÀÏÀÇ File °´Ã¼ °¡Á®¿À±â
 File[] getFileList(String targetPath)
          ÆÄÀÏ ¸®½ºÆ® °¡Á®¿À±â
 boolean mkdir(String targetPath)
          Æú´õ »ý¼º
 boolean rename(String targetPath, String rename)
          À̸§¹Ù²Ù±â
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

connect

public boolean connect(int uid)
                throws RemoteException
ÆËÆú´õ ¿¬°á

Parameters:
uid -
Returns:
Throws:
RemoteException

getFileList

public File[] getFileList(String targetPath)
                   throws RemoteException
ÆÄÀÏ ¸®½ºÆ® °¡Á®¿À±â

Parameters:
targetPath -
Returns:
Throws:
RemoteException

getFile

public File getFile(String targetPath)
             throws RemoteException
ÇØ´ç ÆÄÀÏÀÇ File °´Ã¼ °¡Á®¿À±â

Parameters:
targetPath -
Returns:
Throws:
RemoteException

mkdir

public boolean mkdir(String targetPath)
              throws RemoteException
Æú´õ »ý¼º

Parameters:
targetPath -
Returns:
Throws:
RemoteException

delete

public boolean delete(String targetFile)
               throws RemoteException
ÆÄÀÏ ¶Ç´Â Æú´õ »èÁ¦

Parameters:
targetFile -
Returns:
Throws:
RemoteException

rename

public boolean rename(String targetPath,
                      String rename)
               throws RemoteException
À̸§¹Ù²Ù±â

Parameters:
targetPath -
rename -
Returns:
Throws:
RemoteException