|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.server.script.AbstractScriptCommand
tigase.server.script.Script
public class Script
Created: Jan 2, 2009 1:21:55 PM
| Field Summary |
|---|
| Fields inherited from class tigase.server.script.AbstractScriptCommand |
|---|
lineCommentStart |
| Fields inherited from interface tigase.server.script.CommandIfc |
|---|
ADD_SCRIPT_CMD, ADMINS_SET, ADMN_CMDS, ADMN_DISC, AUTH_REPO, COMMAND_ID, COMMANDS_ACL, COMPONENT_NAME, DEL_SCRIPT_CMD, DESCRIPT, LANGUAGE, PACKET, SAVE_TO_DISK, SCRI_MANA, SCRIPT_BASE_DIR, SCRIPT_COMP_DIR, SCRIPT_COMPONENT, SCRIPT_DESCRIPTION, SCRIPT_ID, SCRIPT_RESULT, SCRIPT_TEXT, SERVICES_MAP, USER_CONN, USER_REPO, USER_SESS, VHOST_MANAGER |
| Constructor Summary | |
|---|---|
Script()
|
|
| Method Summary | |
|---|---|
Bindings |
getBindings()
Method description |
String |
getFileExtension()
Method description |
String |
getLanguageName()
Method description |
void |
init(String id,
String description,
String script,
String lang,
String ext,
Bindings binds)
Method description |
void |
runCommand(Iq packet,
Bindings binds,
Queue<Packet> results)
Method description |
| Methods inherited from class tigase.server.script.AbstractScriptCommand |
|---|
getCommandId, getDescription, init, isAdminOnly, isEmpty, setAdminOnly |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Script()
| Method Detail |
|---|
public Bindings getBindings()
public String getFileExtension()
public String getLanguageName()
public void init(String id,
String description,
String script,
String lang,
String ext,
Bindings binds)
throws ScriptException
id - description - script - lang - ext - binds -
ScriptException
public void runCommand(Iq packet,
Bindings binds,
Queue<Packet> results)
packet - binds - results -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||