|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sdsc.grid.io.GeneralAccount
public abstract class GeneralAccount
An object to hold the user information used when connecting to a file system. This class does not actually connect to a filesystem. It only hold user connection information. Setting or getting this information only refers to the contents of the object.
| Field Summary | |
|---|---|
protected java.lang.String |
homeDirectory
The home directory on the server |
| Constructor Summary | |
|---|---|
GeneralAccount(java.lang.String homeDir)
Constructs an object to hold the user information used when connecting to a file system. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
abstract boolean |
equals(java.lang.Object obj)
|
protected void |
finalize()
Finalizes the object by explicitly letting go of each of its internally held values. |
java.lang.String |
getHomeDirectory()
Returns the homeDirectory used by this GeneralAccount. |
abstract void |
setHomeDirectory(java.lang.String homeDir)
Sets the home directory of this GeneralAccount. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String homeDirectory
| Constructor Detail |
|---|
public GeneralAccount(java.lang.String homeDir)
homeDirectory - home directory on the SRB| Method Detail |
|---|
protected void finalize()
finalize in class java.lang.Objectpublic abstract void setHomeDirectory(java.lang.String homeDir)
public java.lang.String getHomeDirectory()
throws java.lang.NullPointerException
java.lang.NullPointerExceptionpublic java.lang.Object clone()
clone in class java.lang.Objectpublic abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||