Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
M
O
P
R
S
W
A
attach(Process)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Attach to a child streams from the given process.
C
controlEvent(int)
- Method in class org.apache.karaf.shell.wrapper.
Main
Called whenever the native Wrapper code traps a system control signal against the Java process.
createChildErrorPump(InputStream, OutputStream)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Create the pump to handle error output.
createChildOutputPump(InputStream, OutputStream)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Create the pump to handle child output.
createInputPump(InputStream, OutputStream, boolean)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Creates a stream pumper to copy the given input stream to the given output stream.
createPump(InputStream, OutputStream)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Creates a stream pumper to copy the given input stream to the given output stream.
createPump(InputStream, OutputStream, boolean)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Creates a stream pumper to copy the given input stream to the given output stream.
D
doExecute()
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
G
getBufferSize()
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
Get the size in bytes of the read buffer.
getDescription()
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
getDisplayName()
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
getException()
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
Get the exception encountered, if any.
getName()
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
getStartType()
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
I
InstallCommand
- Class in
org.apache.karaf.shell.wrapper
Installs this Karaf instance as a service in your operating systems.
InstallCommand()
- Constructor for class org.apache.karaf.shell.wrapper.
InstallCommand
isFinished()
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
Tells whether the end of the stream has been reached.
M
Main
- Class in
org.apache.karaf.shell.wrapper
Java Service Wrapper Main class
main(String[])
- Static method in class org.apache.karaf.shell.wrapper.
Main
O
org.apache.karaf.shell.wrapper
- package org.apache.karaf.shell.wrapper
P
PumpStreamHandler
- Class in
org.apache.karaf.shell.wrapper
Copies standard output and error of children streams to standard output and error of the parent.
PumpStreamHandler(InputStream, OutputStream, OutputStream, String)
- Constructor for class org.apache.karaf.shell.wrapper.
PumpStreamHandler
PumpStreamHandler(InputStream, OutputStream, OutputStream)
- Constructor for class org.apache.karaf.shell.wrapper.
PumpStreamHandler
PumpStreamHandler(OutputStream, OutputStream)
- Constructor for class org.apache.karaf.shell.wrapper.
PumpStreamHandler
PumpStreamHandler(OutputStream)
- Constructor for class org.apache.karaf.shell.wrapper.
PumpStreamHandler
R
run()
- Method in class org.apache.karaf.shell.wrapper.
Main
run()
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
Copies data from the input stream to the output stream.
S
setAutoflush(boolean)
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
Set whether data should be flushed through to the output stream.
setBufferSize(int)
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
Set the size in bytes of the read buffer.
setChildErrorStream(InputStream)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Set the input stream from which to read the standard error of the child.
setChildInputStream(OutputStream)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Set the output stream by means of which input can be sent to the child.
setChildOutputStream(InputStream)
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Set the input stream from which to read the standard output of the child.
setDescription(String)
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
setDisplayName(String)
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
setName(String)
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
setStartType(String)
- Method in class org.apache.karaf.shell.wrapper.
InstallCommand
start(String[])
- Method in class org.apache.karaf.shell.wrapper.
Main
The start method is called when the WrapperManager is signaled by the native Wrapper code that it can start its application.
start()
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Start pumping the streams.
stop(int)
- Method in class org.apache.karaf.shell.wrapper.
Main
Called when the application is shutting down.
stop()
- Method in class org.apache.karaf.shell.wrapper.
PumpStreamHandler
Stop pumping the streams.
stop()
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
Stop the pumper as soon as possible.
StreamPumper
- Class in
org.apache.karaf.shell.wrapper
Copies all data from an input stream to an output stream.
StreamPumper(InputStream, OutputStream, boolean)
- Constructor for class org.apache.karaf.shell.wrapper.
StreamPumper
Create a new stream pumper.
StreamPumper(InputStream, OutputStream)
- Constructor for class org.apache.karaf.shell.wrapper.
StreamPumper
Create a new stream pumper.
W
waitFor()
- Method in class org.apache.karaf.shell.wrapper.
StreamPumper
This method blocks until the stream pumper finishes.
waitingForShutdown(int)
- Method in class org.apache.karaf.shell.wrapper.
Main
Call-back method is called by the @{link org.apache.karaf.main.Main} for Signaling that the stopping process is in progress and the wrapper doesn't kill the JVM.
A
C
D
G
I
M
O
P
R
S
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2007–2014
The Apache Software Foundation
. All rights reserved.