Method Summary |
|
public boolean | equals(Object obj) This method determines if the deployment loader contains the same values. |
public Class | getClass(String className) This method will return a reference to the requested class. |
public ClassLoader | getClassLoader() The method to retrieve the class loader. |
public String | getClientStubCodeName() This method returns the name of the client stub code file. |
public DeploymentInfo | getDeploymentInfo() Retrieve the deployment information for this bean. |
public File | getFile() The getter method for the file object. |
public long | getLastModified() This method will retrieve the stored last modified time. |
public boolean | getSuccessful() This method returns true if this object has been sucessfully loaded. |
public File | getTmpDir() This method returns the temporary directory loaded by this object. |
public int | hashCode() This method returns the hash code for this object which is based on the
file path. |