|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
java.lang.String |
GetCommandLine()
Retrieves the command line that is launched by this external operation. |
java.lang.String |
GetEncryptedPassword()
Returns an encrypted version of the executing user's password |
int |
GetTimeout()
Gets the timeout for the command line in milliseconds |
java.lang.String |
GetUser()
Returns the user under whose identity the command line is executed. |
void |
SetCommandLine(java.lang.String Value)
Sets the command line that is launched by this external operation |
void |
SetPassword(java.lang.String Value)
Sets the password used to authenticate the executing user. |
void |
SetTimeout(int Value)
Sets the timeout for the command line in milliseconds |
void |
SetUser(java.lang.String Value)
Sets the user under whose identity the command line is executed. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetCommandLine()
public void SetCommandLine(java.lang.String Value)
Value - a String containing the full command line (with parameters)public java.lang.String GetUser()
public void SetUser(java.lang.String Value)
Value - a String containing the user name.public java.lang.String GetEncryptedPassword()
public void SetPassword(java.lang.String Value)
Value - The user's passwordpublic int GetTimeout()
public void SetTimeout(int Value)
Value - milliseconds before executable would be forcibly terminated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||