Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
P
R
S
T
A
append(String)
- Method in class com.trendmicro.grid.acl.client.util.
ProgressIndicator
C
CLI_KEY_ADDRESS
- Static variable in class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Specifies the CLI parameter for the hostname and port of the ACL node.
CLI_KEY_PASSWORD
- Static variable in class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Specifies the CLI parameter that allows to set the password.
CLI_KEY_SSL
- Static variable in class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Specifies the CLI parameter that enables HTTPS.
CLI_KEY_USERNAME
- Static variable in class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Specifies the CLI parameter that allows to set the username.
close()
- Method in class com.trendmicro.grid.acl.client.util.
ProgressIndicator
com.trendmicro.grid.acl.client
- package com.trendmicro.grid.acl.client
ENTRY POINT:
Implements a reusable SOAP client library that can be used for rapid ACL client development.
com.trendmicro.grid.acl.client.util
- package com.trendmicro.grid.acl.client.util
Defines a set of shared utility classes that can be used to simplify building ACL clients.
CommandlineClientFactory
- Class in
com.trendmicro.grid.acl.client.util
Implements a factory that creates ServiceClient instances out of provided commandline parameters.
CommandlineClientFactory()
- Constructor for class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Constructs a new instance.
CommandlineClientFactory(CommandlineParser)
- Constructor for class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Constructs a new instance and configures the given default parser.
CommandlineParser
- Class in
com.trendmicro.grid.acl.client.util
Simple helper class to simplify building commandline apps.
CommandlineParser()
- Constructor for class com.trendmicro.grid.acl.client.util.
CommandlineParser
Constructs a new instance of CommandlineParser.
configureWithSessionCookies(URLConnection)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Adds session cookies to the given http url connection.
CONNECTIONS
- Static variable in class
TrivialFileChecker
D
DataGenerator
- Class in
<Unnamed>
Simple symmetric data generator that may be used to fill a locally installed ACL with data.
DataGenerator()
- Constructor for class
DataGenerator
defineParameter(String, boolean, Class, Object, String...)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Defines a parameter inside the commandline interface.
defineSwitchParameter(String, String...)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Defines a switch (boolean) parameter.
DirectorySender
- Class in
<Unnamed>
Is a simple commandline client that can send directories recursively against the GRID.
DirectorySender()
- Constructor for class
DirectorySender
F
FileQuery
- Class in
<Unnamed>
Queries a list of files that are tagged with the specified tags and are included inside the optional time range.
FileQuery()
- Constructor for class
FileQuery
G
generateFileIdentifier(URL)
- Static method in class com.trendmicro.grid.acl.client.
ServiceClient
Is a utility method that generates a file identifier from the given URL.
generateFileIdentifier(File)
- Static method in class com.trendmicro.grid.acl.client.
ServiceClient
Is a utility method that generates a file identifier from the given File.
getContext()
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Returns the underlying client context instance.
getDefaultHost()
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
getDefaultPortNumber()
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
getDefinedPorts()
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Returns all endpoint interfaces of the service definitions.
getFromUrl(URL)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Gets content from the given URL using the same session as used with web-service calls.
getFromUrl(URL, OutputStream)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Gets content from the given URL using the same session as used with web-service calls and writes it to the provided output stream.
getParameter(String, Class<T>)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Returns the first parameter value of the declared non-switch parameter.
getParameter(String)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Returns the first parameter value of the declared non-switch parameter.
getParameterValues(String, Class<T>)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Returns all parameter values of the declared non-switch parameter.
getParameterValues(String)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Returns all parameter values of the declared non-switch parameter.
getPort(Class<T>)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Returns a cached port (proxy) of the given endpoint interface using the specified default values for host, port-number and security.
getPort(Class<T>, String)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Returns a cached port (proxy) of the given endpoint interface.
getPort(Class<T>, String, int, boolean, WebServiceFeature...)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Returns a cached port (proxy) of the given endpoint interface.
H
HOSTNAME
- Static variable in class
TrivialFileChecker
I
Info
- Class in
<Unnamed>
Is the default entry point listing the available clients.
Info()
- Constructor for class
Info
isClosed()
- Method in class com.trendmicro.grid.acl.client.util.
ProgressIndicator
isDefaultSecure()
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
isParameterTrue(String)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Returns true if the declared switch parameter was set.
L
loadHelp(URL)
- Static method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Loads the additional CLI help content from the given URL and returns it.
M
main(String[])
- Static method in class
DataGenerator
main(String[])
- Static method in class
DirectorySender
main(String[])
- Static method in class
FileQuery
main(String[])
- Static method in class
Info
main(String[])
- Static method in class
ReprocessInitiator
main(String[])
- Static method in class
TrivialFileChecker
N
newServiceClient(CommandlineParser)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Creates a new connected instance of service client using the parameters of the given cli parser.
newServiceClient()
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Creates a new connected instance of service client using the parameters of the default cli parser.
P
parse(String[], PrintStream, URL)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Parses the given commandline args and returns true if the application can continue to run.
parse(String[], PrintStream, String[])
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Parses the given commandline args and returns true if the application can continue to run.
preparePutToUrl(URL)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Prepares a HttpURLConnection to PUT content to the underlying URL using the same session as used with web-service calls.
printHelp(PrintStream)
- Method in class com.trendmicro.grid.acl.client.util.
CommandlineParser
Prints a command line help to out using the parameter definitions as input.
println(String)
- Method in class com.trendmicro.grid.acl.client.util.
ProgressIndicator
ProgressIndicator
- Class in
com.trendmicro.grid.acl.client.util
Is a simple progress indicator for console apps.
ProgressIndicator(String)
- Constructor for class com.trendmicro.grid.acl.client.util.
ProgressIndicator
PROTOCOL
- Static variable in class
TrivialFileChecker
putToUrl(InputStream, URL)
- Method in class com.trendmicro.grid.acl.client.
ServiceClient
Puts content to the given URI using the same session as used with web-service calls.
R
ReprocessInitiator
- Class in
<Unnamed>
Selects a list of packages match the specified tag query and optional time range and forces their reprocessing using the source & processing SOAP API.
ReprocessInitiator()
- Constructor for class
ReprocessInitiator
run()
- Method in class com.trendmicro.grid.acl.client.util.
ProgressIndicator
S
ServiceClient
- Class in
com.trendmicro.grid.acl.client
Implements a sharable, thread safe client to connect to the JAX-WS based web services.
ServiceClient()
- Constructor for class com.trendmicro.grid.acl.client.
ServiceClient
Creates a new service client using built-in default settings.
ServiceClient(String, UUID)
- Constructor for class com.trendmicro.grid.acl.client.
ServiceClient
Creates a new service client using the given GRID ACL default host and an optional api-key.
ServiceClient(String, int, boolean)
- Constructor for class com.trendmicro.grid.acl.client.
ServiceClient
Creates a new service client for the given default hostname, port number and SSL option.
ServiceClient(String, int, boolean, UUID)
- Constructor for class com.trendmicro.grid.acl.client.
ServiceClient
Creates a new service client for the given default hostname, port number and SSL option.
setMessage(String)
- Method in class com.trendmicro.grid.acl.client.util.
ProgressIndicator
setProgress(double, double)
- Method in class com.trendmicro.grid.acl.client.util.
ProgressIndicator
setUp(CommandlineParser)
- Static method in class com.trendmicro.grid.acl.client.util.
CommandlineClientFactory
Configures the given commandline parser with the interface options supported by the newServiceClient method.
T
TITLE
- Static variable in class
TrivialFileChecker
TrivialFileChecker
- Class in
<Unnamed>
Is a simple recursive file checker, that checks the given files and directories using the REST based GRID API.
TrivialFileChecker()
- Constructor for class
TrivialFileChecker
A
C
D
F
G
H
I
L
M
N
P
R
S
T
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes