Uses of Class
com.swiftmq.admin.cli.CLIException
-
Packages that use CLIException Package Description com.swiftmq.admin.cli -
-
Uses of CLIException in com.swiftmq.admin.cli
Subclasses of CLIException in com.swiftmq.admin.cli Modifier and Type Class Description class
CLIReconnectedException
A CLIReconnectedException is thrown by CLI if a CLI call fails because CLI has automatic reconnected after a connection lost.Methods in com.swiftmq.admin.cli that throw CLIException Modifier and Type Method Description void
CLI. executeCommand(java.lang.String cmd)
Executes a CLI command.java.lang.String[]
CLI. getContextEntities()
Returns an array with names of all entities of the actual context.java.lang.String
CLI. getContextProperty(java.lang.String name)
Returns a property value from the actual context.
-