- bootstrap(String, String, String) - Static method in class ooo.connector.BootstrapConnector
-
Bootstraps a connection to an OOo server in the specified soffice
executable folder of the OOo installation using the specified accept
option and connection string and returns a component context for using
the connection to the OOo server.
- bootstrap(String) - Static method in class ooo.connector.BootstrapPipeConnector
-
Bootstraps a connection to an OOo server in the specified soffice
executable folder of the OOo installation using a random pipe name and
returns a component context for using the connection to the OOo server.
- bootstrap(String, String) - Static method in class ooo.connector.BootstrapPipeConnector
-
Bootstraps a connection to an OOo server in the specified soffice
executable folder of the OOo installation using the specified pipe name
and returns a component context for using the connection to OOo server.
- bootstrap(String) - Static method in class ooo.connector.BootstrapSocketConnector
-
Bootstraps a connection to an OOo server in the specified soffice
executable folder of the OOo installation using a default socket and
returns a component context for using the connection to the OOo server.
- bootstrap(String, String, int) - Static method in class ooo.connector.BootstrapSocketConnector
-
Bootstraps a connection to an OOo server in the specified soffice
executable folder of the OOo installation using the specified host and
port for the socket and returns a component context for using the
connection to the OOo server.
- BootstrapConnector - Class in ooo.connector
-
A bootstrap connector which establishes a connection to an OOo server.
- BootstrapConnector(String) - Constructor for class ooo.connector.BootstrapConnector
-
Constructs a bootstrap connector which uses the folder of the OOo
installation containing the soffice executable.
- BootstrapConnector(OOoServer) - Constructor for class ooo.connector.BootstrapConnector
-
Constructs a bootstrap connector which connects to the specified
OOo server.
- BootstrapPipeConnector - Class in ooo.connector
-
A bootstrap connector which uses a named pipe to connect to an OOo server.
- BootstrapPipeConnector(String) - Constructor for class ooo.connector.BootstrapPipeConnector
-
Constructs a bootstrap pipe connector which uses the specified folder of
the OOo installation containing the soffice executable.
- BootstrapPipeConnector(OOoServer) - Constructor for class ooo.connector.BootstrapPipeConnector
-
Constructs a bootstrap pipe connector which connects to the specified
OOo server.
- BootstrapSocketConnector - Class in ooo.connector
-
A Bootstrap Connector which uses a socket to connect to an OOo server.
- BootstrapSocketConnector(String) - Constructor for class ooo.connector.BootstrapSocketConnector
-
Constructs a bootstrap socket connector which uses the folder of the OOo installation containing the soffice executable.
- BootstrapSocketConnector(OOoServer) - Constructor for class ooo.connector.BootstrapSocketConnector
-
Constructs a bootstrap socket connector which connects to the specified
OOo server.
- BootstrapSocketConnectorExample - Class in ooo.connector.example
-
- BootstrapSocketConnectorExample() - Constructor for class ooo.connector.example.BootstrapSocketConnectorExample
-