Uses of Interface
tigase.server.script.CommandIfc
-
Packages that use CommandIfc Package Description tigase.conf tigase.server The main package with top level API for server side components.tigase.server.script -
-
Uses of CommandIfc in tigase.conf
Classes in tigase.conf that implement CommandIfc Modifier and Type Class Description classSetLoggingCommandAd-hoc command used to reconfigure logging of Tigase XMPP Server. -
Uses of CommandIfc in tigase.server
Fields in tigase.server with type parameters of type CommandIfc Modifier and Type Field Description protected java.util.Map<java.lang.String,CommandIfc>BasicComponent. scriptCommandsMethods in tigase.server that return types with arguments of type CommandIfc Modifier and Type Method Description protected java.util.Map<java.lang.String,CommandIfc>BasicComponent. getScriptCommands() -
Uses of CommandIfc in tigase.server.script
Classes in tigase.server.script that implement CommandIfc Modifier and Type Class Description classAbstractScriptCommandCreated: Jan 2, 2009 2:32:17 PMclassAddScriptCommandCreated: Jan 2, 2009 2:29:48 PMclassRemoveScriptCommandCreated: Jan 2, 2009 2:30:41 PMclassScriptCreated: Jan 2, 2009 1:21:55 PM
-