| Package | Description |
|---|---|
| org.kuali.common.util.channel.api | |
| org.kuali.common.util.channel.impl |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
SecureChannel.exec(CommandContext context) |
CommandResult |
SecureChannel.exec(String command)
Pass this command to a remote server as a sequence of bytes encoded using UTF-8
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandResult> |
SecureChannel.exec(CommandContext... contexts) |
List<CommandResult> |
SecureChannel.exec(String... commands)
Pass each command to a remote server as a sequence of bytes encoded using UTF-8
|
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
DefaultSecureChannel.exec(CommandContext context)
Deprecated.
|
CommandResult |
DefaultSecureChannel.exec(String command)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandResult> |
DefaultSecureChannel.exec(CommandContext... contexts)
Deprecated.
|
List<CommandResult> |
DefaultSecureChannel.exec(String... commands)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSecureChannel.validate(CommandContext context,
CommandResult result)
Deprecated.
|
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.