A C D E F G H I K M N O P R S T U W X

A

AbstractConnection - Class in com.gridsystems.innergrid.api
Connects to a single server.
AbstractConnection(String, int, String, boolean, SSLConnectionInfo, Credentials) - Constructor for class com.gridsystems.innergrid.api.AbstractConnection
Creates an instance of the connector to the specified host:port, and using the specified credentials.
AbstractConnection(String, int, boolean, SSLConnectionInfo, Credentials) - Constructor for class com.gridsystems.innergrid.api.AbstractConnection
Creates an instance of the connector to the specified host:port, and using the specified credentials.
AbstractImplBase - Class in com.gridsystems.innergrid.api
Base implementation for SOAP connectors.
AbstractImplBase(Connection, String) - Constructor for class com.gridsystems.innergrid.api.AbstractImplBase
Creates a new instance associated to the specified connection, and with the given name.
AcceptAllCertificates - Class in com.gridsystems.innergrid.api
SSLConnectionInfo implementation to accept any certificate sent by the Server.
AcceptAllCertificates() - Constructor for class com.gridsystems.innergrid.api.AcceptAllCertificates
Constructor.
AcceptCertificate - Class in com.gridsystems.innergrid.api
SSLConnectionInfo implementation to accept only a specific certificate.
AcceptCertificate(File) - Constructor for class com.gridsystems.innergrid.api.AcceptCertificate
Constructor.
AcceptCertificate(String) - Constructor for class com.gridsystems.innergrid.api.AcceptCertificate
Creates a new instance.
AcceptCertificateOfKeyStore - Class in com.gridsystems.innergrid.api
SSLConnectionInfo implementation to accept any certificate from a given keystore file.
AcceptCertificateOfKeyStore(String, String) - Constructor for class com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
Constructor.
AcceptCertificateOfKeyStore(File, String) - Constructor for class com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
Constructor.
AcceptCertificateOfSystemKeyStore - Class in com.gridsystems.innergrid.api
SSLConnectionInfo implementation to accept any certificate from the system keystore file, stored in $JAVAHOME/jre/lib/security/cacerts.
AcceptCertificateOfSystemKeyStore() - Constructor for class com.gridsystems.innergrid.api.AcceptCertificateOfSystemKeyStore
Constructor.
ApiFactory - Class in com.gridsystems.innergrid.api
Helper class able to create API instances, through newApi.
apiName - Variable in class com.gridsystems.innergrid.api.AbstractImplBase
The name of the remote API.
attachmentFormat - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Attachments format.
axisCheckAttachments(Object[]) - Method in class com.gridsystems.innergrid.api.AbstractImplBase
Iterates over an array of attachment parameters and checks that, if they are associated to a File instance, the file really exists.
AxisClientThread - Class in com.gridsystems.innergrid.api
Thread that knows how to interrupt AXIS client calls.
AxisClientThread() - Constructor for class com.gridsystems.innergrid.api.AxisClientThread
 
axisConfigStub(Stub) - Method in class com.gridsystems.innergrid.api.AbstractImplBase
Configures the stub.
axisCreateStub(URL) - Method in class com.gridsystems.innergrid.api.AbstractImplBase
Create a stub instance of the appropriate class for the specific subclass implementation.
axisGetStub() - Method in class com.gridsystems.innergrid.api.AbstractImplBase
Gets the stub instance to use in remote calls.
axisInitStub(Stub) - Method in class com.gridsystems.innergrid.api.AbstractImplBase
Initializes the stub.

C

CertificateDeserializer - Class in com.gridsystems.innergrid.serializers
Axis 1.x deserializer for X509Certificate java type.
CertificateDeserializer() - Constructor for class com.gridsystems.innergrid.serializers.CertificateDeserializer
 
CertificateDeserializerFactory - Class in com.gridsystems.innergrid.serializers
Axis 1.x factory for creating X509Certificate deserialiser instances.
CertificateDeserializerFactory(Class, QName) - Constructor for class com.gridsystems.innergrid.serializers.CertificateDeserializerFactory
Creates a new instance.
CertificateSerializer - Class in com.gridsystems.innergrid.serializers
Axis 1.x serializer for X509Certificate java type.
CertificateSerializer(Class, QName) - Constructor for class com.gridsystems.innergrid.serializers.CertificateSerializer
Creates a new instance.
CertificateSerializerFactory - Class in com.gridsystems.innergrid.serializers
Axis 1.x factory for creating X509Certificate serialiser instances.
CertificateSerializerFactory(Class, QName) - Constructor for class com.gridsystems.innergrid.serializers.CertificateSerializerFactory
Creates a new instance.
characters(char[], int, int) - Method in class com.gridsystems.innergrid.serializers.CertificateDeserializer
checkConnection() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Checks that the connection is directed to an open port with the proper protocol.
checkConnection() - Method in interface com.gridsystems.innergrid.api.Connection
Checks that the connection is directed to an open port with the proper protocol.
checkConnection() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Checks that the connection is directed to an open port with the proper protocol.
chunkedTransferEnabled - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Chunked Transfer encoding control flag.
CKernelException - Exception in com.gridsystems.innergrid.api
KernelException that takes care of some codes that can only appear on the client side.
CKernelException(String) - Constructor for exception com.gridsystems.innergrid.api.CKernelException
Creates a new instance without parameters and cause.
CKernelException(String, Throwable) - Constructor for exception com.gridsystems.innergrid.api.CKernelException
Deprecated. Use CKernelException.CKernelException(Throwable, String, String...) instead
CKernelException(String, String...) - Constructor for exception com.gridsystems.innergrid.api.CKernelException
Creates a new instance without cause.
CKernelException(String, String[], Throwable) - Constructor for exception com.gridsystems.innergrid.api.CKernelException
Deprecated. Use CKernelException.CKernelException(Throwable, String, String...) instead
CKernelException(Throwable, String, String...) - Constructor for exception com.gridsystems.innergrid.api.CKernelException
Creates a new instance.
clearChecks() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Avoids checking the connection data.
ClientApiFactory - Class in com.gridsystems.innergrid.api
ApiClientFactory type.
ClientApiFactory() - Constructor for class com.gridsystems.innergrid.api.ClientApiFactory
Creates a new instance.
ClientApiFactory.ApiEntry - Class in com.gridsystems.innergrid.api
Client API registry entry.
ClientApiFactory.ApiEntry() - Constructor for class com.gridsystems.innergrid.api.ClientApiFactory.ApiEntry
 
ClientApiProxy - Class in com.gridsystems.innergrid.api
Dynamic proxy InvocationHandler class.
cloneArray(T[]) - Static method in class com.gridsystems.innergrid.api.CloneUtils
Clone array and its contents.
CloneUtils - Class in com.gridsystems.innergrid.api
Cloning utilities.
close() - Method in interface com.gridsystems.innergrid.api.Connection
Disposes the object and releases kept resources.
close() - Method in class com.gridsystems.innergrid.api.DirectConnection
Disposes the object and releases kept resources.
close(Closeable) - Static method in class com.gridsystems.innergrid.api.IOUtils
Closes a Closeable instance without throwing exceptions.
close(Object) - Static method in class com.gridsystems.innergrid.api.IOUtils
Closes an instance of an object that does not implement the Closeable interface, without throwing exceptions.
close() - Method in class com.gridsystems.innergrid.api.WrapperConnection
 
com.gridsystems.innergrid.api - package com.gridsystems.innergrid.api
 
com.gridsystems.innergrid.kernel - package com.gridsystems.innergrid.kernel
 
com.gridsystems.innergrid.serializers - package com.gridsystems.innergrid.serializers
 
CONFIG - Static variable in class com.gridsystems.innergrid.api.AbstractImplBase
Singleton engine configuration.
conn - Variable in class com.gridsystems.innergrid.api.AbstractImplBase
The connection to use.
connChecked - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Flag that avoid repeating the connection test.
Connection - Interface in com.gridsystems.innergrid.api
Classes implementing this interface hold all the necessary data to establish an authenticated connection to a Server.
contextPath - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Web-application context path base.
create(String, int, StringBuffer, BooleanHolder) - Method in class com.gridsystems.innergrid.api.InnergridJSSESocketFactory
Creates a secure socket.
create(String, int, StringBuffer, BooleanHolder) - Method in class com.gridsystems.innergrid.api.NoLingerSocketFactory
create(Class, QName) - Static method in class com.gridsystems.innergrid.serializers.CertificateDeserializerFactory
Creates a new instance.
create(Class, QName) - Static method in class com.gridsystems.innergrid.serializers.CertificateSerializerFactory
Creates a new instance.
create(Class<?>, QName) - Static method in class com.gridsystems.innergrid.serializers.EnumDeserializerFactory
Creates a new instance.
create(Class<?>, QName) - Static method in class com.gridsystems.innergrid.serializers.EnumSerializerFactory
Creates a new instance.
credentials - Variable in class com.gridsystems.innergrid.api.AbstractConnection
The credentials to use.
Credentials - Interface in com.gridsystems.innergrid.api
Manages the data credentials from client requests.
currentUrl - Variable in class com.gridsystems.innergrid.api.AbstractImplBase
The current URL assigned to the stub.

D

DEFAULT_RETRIES - Static variable in class com.gridsystems.innergrid.api.AbstractConnection
Default retries.
DEFAULT_TIMEOUT - Static variable in interface com.gridsystems.innergrid.api.Connection
Default connection timeout.
delete(DataHandler) - Static method in class com.gridsystems.innergrid.api.IOUtils
Deletes the temporal file associated to the specified attachment, if it has one.
DIME - Static variable in interface com.gridsystems.innergrid.api.Connection
DIME attachment format.
DirectConnection - Class in com.gridsystems.innergrid.api
Connects to a single server.
DirectConnection(String, int, boolean, Credentials) - Constructor for class com.gridsystems.innergrid.api.DirectConnection
Creates an instance of the connection to the specified host:port, using the specified credentials.
DirectConnection(String, int, SSLConnectionInfo, Credentials) - Constructor for class com.gridsystems.innergrid.api.DirectConnection
Creates an instance of the connection to the specified host:port, using the specified credentials.
DirectConnection(String, int, boolean, SSLConnectionInfo, Credentials) - Constructor for class com.gridsystems.innergrid.api.DirectConnection
Creates an instance of the connector to the specified host:port, using the specified credentials.
DirectConnection(String, int, boolean, String, SSLConnectionInfo, Credentials) - Constructor for class com.gridsystems.innergrid.api.DirectConnection
Creates an instance of the connector to the specified host:port, using the specified credentials.

E

ENGINE - Static variable in class com.gridsystems.innergrid.api.AbstractImplBase
Singleton client engine.
EnumDeserializer - Class in com.gridsystems.innergrid.serializers
Java 5 Enumeration Deserializer.
EnumDeserializer(Class<?>, QName) - Constructor for class com.gridsystems.innergrid.serializers.EnumDeserializer
Creates a new instance.
EnumDeserializerFactory - Class in com.gridsystems.innergrid.serializers
Java5 Enum DeserializerFactory.
EnumDeserializerFactory(Class<?>, QName) - Constructor for class com.gridsystems.innergrid.serializers.EnumDeserializerFactory
Creates a new instance.
EnumSerializer - Class in com.gridsystems.innergrid.serializers
Java5 Serializer.
EnumSerializer(Class<?>, QName) - Constructor for class com.gridsystems.innergrid.serializers.EnumSerializer
Creates a new instance.
EnumSerializerFactory - Class in com.gridsystems.innergrid.serializers
Java5 Enum SerializerFactory.
EnumSerializerFactory(Class<?>, QName) - Constructor for class com.gridsystems.innergrid.serializers.EnumSerializerFactory
Creates a new instance.

F

factory - Variable in class com.gridsystems.innergrid.api.ClientApiFactory.ApiEntry
Factory for this API stubs.
fixTypeMapping(String, Class<?>, QName) - Static method in class com.gridsystems.innergrid.api.ClientApiFactory
Moves a type mapping defined in the "" encoding to the default encoding.
fromRemoteException(RemoteException) - Static method in exception com.gridsystems.innergrid.kernel.KernelException
Parses a RemoteException instance, and if it contains a KernelException, returns a properly initialized one.

G

generateTimeBasedUUID() - Static method in class com.gridsystems.innergrid.kernel.UUIDUtils
Generates a time based UUID.
generateTimeBasedUUID(byte[]) - Static method in class com.gridsystems.innergrid.kernel.UUIDUtils
Generates a time based UUID.
getAllApis() - Static method in class com.gridsystems.innergrid.api.ApiFactory
Gets a list of all APIs.
getAttachmentFormat() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets the attachment format (DIME, MIME or MTOM).
getAttachmentFormat() - Method in interface com.gridsystems.innergrid.api.Connection
Gets the attachment format (DIME, MIME or MTOM).
getAttachmentFormat() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the attachment format (DIME, MIME or MTOM).
getBaseUrl() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets the base URL for all API URLs.
getBaseUrl() - Method in class com.gridsystems.innergrid.api.DirectConnection
Gets the base URL for all API URLs (Internal use only).
getCertificate() - Method in class com.gridsystems.innergrid.api.AcceptCertificate
Obtains the path to the accepted certificate file.
getCertificateFile() - Method in class com.gridsystems.innergrid.api.AcceptCertificate
Obtains the path to the accepted certificate file.
getCode() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Gets this instance error code.
getConfig() - Static method in class com.gridsystems.innergrid.api.ClientApiFactory
Gets the back-end engine configuration.
getConnection() - Method in class com.gridsystems.innergrid.api.ClientApiProxy
Gets the connection.
getContentType() - Method in class com.gridsystems.innergrid.api.StringDataSource
getContextPath() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets the connection context path.
getContextPath() - Method in interface com.gridsystems.innergrid.api.Connection
Gets the connection context path.
getContextPath() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the connection context path.
getCredentials() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets the credentials for the connection.
getCredentials() - Method in interface com.gridsystems.innergrid.api.Connection
Gets the credentials for the connection.
getCredentials() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the credentials for the connection.
getEngine() - Static method in class com.gridsystems.innergrid.api.ClientApiFactory
Gets the back-end engine.
getHost() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets Host to connect.
getHost() - Method in interface com.gridsystems.innergrid.api.Connection
Gets the Host to connect to.
getHost() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the Host to connect to.
getInputStream() - Method in class com.gridsystems.innergrid.api.StringDataSource
getKeystore() - Method in class com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
Gets the path to the Keystore file.
getKeystoreFile() - Method in class com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
Gets the path to the Keystore file.
getKeystorePassword() - Method in class com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
Gets the password to access the Keystore file.
getMacAddress() - Static method in class com.gridsystems.innergrid.kernel.UUIDUtils
Gets the MAC address of this machine as a byte array.
getMechanismType() - Method in class com.gridsystems.innergrid.serializers.CertificateSerializer
getMessage() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Gets this exception message.
getName() - Method in class com.gridsystems.innergrid.api.StringDataSource
getNamespace() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Gets this fault code namespace.
getOutputStream() - Method in class com.gridsystems.innergrid.api.StringDataSource
getParams() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Gets the list of parameters for this exception message.
getPattern() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Gets this exception pattern.
getPort() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets Port to connect.
getPort(ClientApiFactory.ApiEntry, Connection) - Method in class com.gridsystems.innergrid.api.ClientApiFactory
Creates a stub instance for the given API.
getPort() - Method in interface com.gridsystems.innergrid.api.Connection
Gets Port to connect.
getPort() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the port to connect to.
getRetries() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets retries.
getSocket(SocketHolder, MessageContext, String, String, int, int, StringBuffer, BooleanHolder) - Method in class com.gridsystems.innergrid.api.InterruptibleHttpSender
getSSLConnectionInfo() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Obtain additional information to establish SSL connection.
getSSLSocketFactory() - Method in class com.gridsystems.innergrid.api.AcceptAllCertificates
Gets an instance of a socket factory for SSL adapted to the specific connection type.
getSSLSocketFactory() - Method in class com.gridsystems.innergrid.api.AcceptCertificate
Return a SSLSocktedFactory to accept a specific Certificate.
getSSLSocketFactory() - Method in class com.gridsystems.innergrid.api.AcceptCertificateOfKeyStore
Get SSL Socket Factory For use with KeyStore file.
getSSLSocketFactory() - Method in interface com.gridsystems.innergrid.api.SSLConnectionInfo
Gets an instance of a socket factory for SSL adapted to the specific connection type.
getSystemKeyStore() - Static method in class com.gridsystems.innergrid.api.AcceptCertificateOfSystemKeyStore
Gets the system keystore file.
getSystemKeyStorePath() - Static method in class com.gridsystems.innergrid.api.AcceptCertificateOfSystemKeyStore
 
getTimeout() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets the connection timeout.
getTimeout() - Method in interface com.gridsystems.innergrid.api.Connection
Gets the connection timeout.
getTimeout() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the connection timeout.
getUrl(String) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets a target URL to the SOAP service for the specified API (Internal use only).
getUrl(String) - Method in interface com.gridsystems.innergrid.api.Connection
Gets a target URL to the SOAP service for the specified API (Internal use only).
getUrl(String) - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets a target URL to the SOAP service for the specified API (Internal use only).
getUserName() - Method in interface com.gridsystems.innergrid.api.Credentials
Gets the user name.
getUserName() - Method in class com.gridsystems.innergrid.api.UsernameTokenCredentials
Gets the user name.
getUserName() - Method in class com.gridsystems.innergrid.api.X509CertificateCredentials
Gets the user name.
getValueAsString(Object, SerializationContext) - Method in class com.gridsystems.innergrid.serializers.CertificateSerializer
getValueAsString(Object, SerializationContext) - Method in class com.gridsystems.innergrid.serializers.EnumSerializer

H

handle(Callback[]) - Method in class com.gridsystems.innergrid.api.PWCallback
 
hasCode(String) - Method in exception com.gridsystems.innergrid.kernel.KernelException
Compares this instance error code with the specified one and returns true if they are equals.
host - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Host to connect.

I

iface - Variable in class com.gridsystems.innergrid.api.ClientApiFactory.ApiEntry
API interface.
init() - Static method in class com.gridsystems.innergrid.api.ClientApiProxy
Initialises this class.
initFactory() - Method in class com.gridsystems.innergrid.api.InnergridJSSESocketFactory
Read the keystore, init the SSL socket factory.
InnergridJSSESocketFactory - Class in com.gridsystems.innergrid.api
SSL Socket factory to be used by Innergrid APIs.
InnergridJSSESocketFactory(Hashtable) - Constructor for class com.gridsystems.innergrid.api.InnergridJSSESocketFactory
Constructor.
interrupt() - Method in class com.gridsystems.innergrid.api.AxisClientThread
interrupt(Thread) - Static method in class com.gridsystems.innergrid.api.InterruptibleHttpSender
Interrupts the specified thread operation by closing its associated socket.
InterruptibleHttpSender - Class in com.gridsystems.innergrid.api
HTTPSender modified to allow interruption during I/O read.
InterruptibleHttpSender() - Constructor for class com.gridsystems.innergrid.api.InterruptibleHttpSender
 
invoke(Object, Method, Object[]) - Method in class com.gridsystems.innergrid.api.ClientApiProxy
Handle a method invocation.
invoke(MessageContext) - Method in class com.gridsystems.innergrid.api.InterruptibleHttpSender
invoke(MessageContext) - Method in class com.gridsystems.innergrid.api.WSOutboundHandler
IOUtils - Class in com.gridsystems.innergrid.api
Utility class for input-output operations.
isBlocked(Thread) - Static method in class com.gridsystems.innergrid.api.InterruptibleHttpSender
Gets if the specified thread is blocked performing a remote call to a web service.
isChunkedTransferEnabled() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets the value of the chunked transfer control flag.
isChunkedTransferEnabled() - Method in interface com.gridsystems.innergrid.api.Connection
Gets the value of the chunked transfer control flag.
isChunkedTransferEnabled() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the value of the chunked transfer control flag.
isKeepAliveEnabled() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Gets the keep-alive control flag value.
isKeepAliveEnabled() - Method in interface com.gridsystems.innergrid.api.Connection
Gets the keep-alive control flag value.
isKeepAliveEnabled() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Gets the keep-alive control flag value.
isSecured() - Method in class com.gridsystems.innergrid.api.AbstractConnection
Use a secured connection.
isSecured() - Method in interface com.gridsystems.innergrid.api.Connection
Use a secured connection.
isSecured() - Method in class com.gridsystems.innergrid.api.WrapperConnection
Checks if the connection is done through SSL.

K

keepAliveEnabled - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Keep-Alive control flag.
KernelException - Exception in com.gridsystems.innergrid.kernel
Exception type for all published APIs.
KernelException(String, String, Object[], Throwable) - Constructor for exception com.gridsystems.innergrid.kernel.KernelException
Deprecated.  
KernelException(QName, String, Object[], Throwable) - Constructor for exception com.gridsystems.innergrid.kernel.KernelException
Deprecated.  
KernelException(Throwable, String, String, Object...) - Constructor for exception com.gridsystems.innergrid.kernel.KernelException
Creates an instance with a fixed message (no I18N).
KernelException(Throwable, QName, String, Object...) - Constructor for exception com.gridsystems.innergrid.kernel.KernelException
Creates an instance with a fixed message (no I18N).
Kernelizable - Interface in com.gridsystems.innergrid.kernel
Defines classes that can be converted into a KernelException.
KernelUtils - Class in com.gridsystems.innergrid.kernel
Kernel Utilities.

M

makeValue(String) - Method in class com.gridsystems.innergrid.serializers.EnumDeserializer
manageException(KernelException, int) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Manage Exceptions.
manageException(KernelException, int) - Method in interface com.gridsystems.innergrid.api.Connection
Manages exceptions (Internal use only).
manageException(KernelException, int) - Method in class com.gridsystems.innergrid.api.DirectConnection
Manages exceptions (Internal use only).
manageException(KernelException, int) - Method in class com.gridsystems.innergrid.api.WrapperConnection
Manages exceptions (Internal use only).
MIME - Static variable in interface com.gridsystems.innergrid.api.Connection
MIME attachment format.
msg - Variable in exception com.gridsystems.innergrid.kernel.KernelException
The message for this exception.
MTOM - Static variable in interface com.gridsystems.innergrid.api.Connection
MTOM attachment format.

N

newApi(Class<T>, Connection) - Static method in class com.gridsystems.innergrid.api.ApiFactory
Gets an instance of an API for the specified remote interface and connection.
newApi(Class<T>, Connection) - Static method in class com.gridsystems.innergrid.api.ClientApiFactory
Creates a new API stub instance.
newApi(Class<T>, QName, Connection) - Static method in class com.gridsystems.innergrid.api.ClientApiFactory
Creates a new API stub instance.
newInstance(ClientApiFactory.ApiEntry, Connection) - Method in class com.gridsystems.innergrid.api.ClientApiFactory
Creates a new instance using a dynamic proxy.
NoLingerSocketFactory - Class in com.gridsystems.innergrid.api
Socket factory that disables the SO_LINGER option of the created socket.
NoLingerSocketFactory() - Constructor for class com.gridsystems.innergrid.api.NoLingerSocketFactory
Creates a new instance.
NoLingerSocketFactory(Hashtable) - Constructor for class com.gridsystems.innergrid.api.NoLingerSocketFactory
Creates a new instance.

O

onEndElement(String, String, DeserializationContext) - Method in class com.gridsystems.innergrid.serializers.CertificateDeserializer
output(SerializationContext) - Method in exception com.gridsystems.innergrid.kernel.KernelException
Fixes the internal AxisFault detail list with the extensions of KernelException.

P

params - Variable in exception com.gridsystems.innergrid.kernel.KernelException
The list of error message parameters.
pattern - Variable in exception com.gridsystems.innergrid.kernel.KernelException
The pattern used to generate the message.
port - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Port to connect.
portName - Variable in class com.gridsystems.innergrid.api.ClientApiFactory.ApiEntry
API Port name in WSDL.
prepare() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Inserts all non-standard field values as XML elements into the details section of the SOAP exception.
printStackTrace(PrintWriter) - Method in exception com.gridsystems.innergrid.kernel.KernelException
Stripped stacktrace.
printStackTrace(PrintStream) - Method in exception com.gridsystems.innergrid.kernel.KernelException
Stripped stacktrace.
process(Exception) - Static method in class com.gridsystems.innergrid.kernel.KernelUtils
Processes an exception, re-throwing it as a KernelException instance.
processException(Exception) - Method in class com.gridsystems.innergrid.api.AbstractImplBase
Processes incoming exceptions and converts them to the correct KernelException instance.
PWCallback - Class in com.gridsystems.innergrid.api
Callback handler implementation.
PWCallback() - Constructor for class com.gridsystems.innergrid.api.PWCallback
 

R

register(ClientApiFactory.ApiEntry) - Static method in class com.gridsystems.innergrid.api.ClientApiFactory
Registers this instance into the FACTORIES map.
registerApis() - Method in class com.gridsystems.innergrid.api.ClientApiFactory
Hook for registering the APIs this factory is responsible for.
registrySSLConnectionInfo(String, int, SSLConnectionInfo) - Static method in class com.gridsystems.innergrid.api.InnergridJSSESocketFactory
Registry a SSLConnection info with host:port.
retries - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Number of retries.

S

secured - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Secured connection.
SEP - Static variable in class com.gridsystems.innergrid.api.AcceptCertificateOfSystemKeyStore
File separator char.
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.gridsystems.innergrid.serializers.CertificateSerializer
serialize(QName, Attributes, Object, SerializationContext) - Method in class com.gridsystems.innergrid.serializers.EnumSerializer
serviceName - Variable in class com.gridsystems.innergrid.api.ClientApiFactory.ApiEntry
API Service name in WSDL.
setAttachmentFormat(String) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Sets the attachment format (DIME, MIME or MTOM).
setAttachmentFormat(String) - Method in interface com.gridsystems.innergrid.api.Connection
Sets the attachment format (DIME, MIME or MTOM).
setAttachmentFormat(String) - Method in class com.gridsystems.innergrid.api.WrapperConnection
Sets the attachment format (DIME, MIME or MTOM).
setChunkedTransferEnabled(boolean) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Enables or disables chunked transfer encoding (it is enabled by default).
setChunkedTransferEnabled(boolean) - Method in interface com.gridsystems.innergrid.api.Connection
Enables or disables chunked transfer encoding (it is enabled by default).
setChunkedTransferEnabled(boolean) - Method in class com.gridsystems.innergrid.api.WrapperConnection
Enables or disables chunked transfer encoding (it is enabled by default).
setContextPath(String) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Sets the context path template.
setKeepAliveEnabled(boolean) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Sets the keep-alive control flag value.
setKeepAliveEnabled(boolean) - Method in interface com.gridsystems.innergrid.api.Connection
Sets the keep-alive control flag value.
setKeepAliveEnabled(boolean) - Method in class com.gridsystems.innergrid.api.WrapperConnection
Sets the keep-alive control flag value.
setRetries(int) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Sets retires.
setTimeout(int) - Method in class com.gridsystems.innergrid.api.AbstractConnection
Sets the connection timeout.
setTimeout(int) - Method in interface com.gridsystems.innergrid.api.Connection
Sets the connection timeout.
setTimeout(int) - Method in class com.gridsystems.innergrid.api.WrapperConnection
Sets the connection timeout.
setup(Stub) - Method in interface com.gridsystems.innergrid.api.Credentials
Configures the specified remote stub to use these credentials.
setup(Stub) - Method in class com.gridsystems.innergrid.api.UsernameTokenCredentials
Configures the specified remote stub to use these credentials.
setup(Stub) - Method in class com.gridsystems.innergrid.api.X509CertificateCredentials
Configures the specified remote stub to use these credentials.
SSLConnectionInfo - Interface in com.gridsystems.innergrid.api
Base interface to provide information about SSL connection.
sslInfo - Variable in class com.gridsystems.innergrid.api.AbstractConnection
SSL Connection Info.
StringDataSource - Class in com.gridsystems.innergrid.api
Data Source for strings.
StringDataSource(String) - Constructor for class com.gridsystems.innergrid.api.StringDataSource
Creates a new instance.
stub - Variable in class com.gridsystems.innergrid.api.AbstractImplBase
The wrapped stub.
success() - Method in interface com.gridsystems.innergrid.api.Connection
Notifies to the Connection instance that the target API has been reached.
success() - Method in class com.gridsystems.innergrid.api.DirectConnection
Notifies to the Connection instance that the target API has been reached.
success() - Method in class com.gridsystems.innergrid.api.WrapperConnection
 
sync - Variable in class com.gridsystems.innergrid.api.AbstractConnection
To synchronise host, port, and secured access.

T

timeout - Variable in class com.gridsystems.innergrid.api.AbstractConnection
Connection timeout.
toKernelException() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Converts this instance into a KernelException.
toKernelException() - Method in interface com.gridsystems.innergrid.kernel.Kernelizable
Converts this instance into a KernelException.
toString() - Method in exception com.gridsystems.innergrid.kernel.KernelException
Overrides the default implementation, returning the concatenation of this exception code and message.
translate(Exception) - Static method in class com.gridsystems.innergrid.kernel.KernelUtils
Translates an arbitrary exception into a KernelException one.

U

UsernameTokenCredentials - Class in com.gridsystems.innergrid.api
Implementation of the credentials for UsernameToken authentication.
UsernameTokenCredentials(String, String) - Constructor for class com.gridsystems.innergrid.api.UsernameTokenCredentials
Creates a new instance with the specified name and password.
UUIDUtils - Class in com.gridsystems.innergrid.kernel
UUID Generation utility class.

W

WrapperConnection - Class in com.gridsystems.innergrid.api
Connection implementation that wraps another connection, optionally changing one of its fields.
WrapperConnection(Connection, String, int, boolean) - Constructor for class com.gridsystems.innergrid.api.WrapperConnection
Creates a wrapper around the specified connection, and changes the URL.
WrapperConnection(Connection, Credentials) - Constructor for class com.gridsystems.innergrid.api.WrapperConnection
Creates a new wrapper that will use alternative credentials.
writeSchema(Class, Types) - Method in class com.gridsystems.innergrid.serializers.CertificateSerializer
writeSchema(Class, Types) - Method in class com.gridsystems.innergrid.serializers.EnumSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
wsdd - Variable in class com.gridsystems.innergrid.api.ClientApiFactory.ApiEntry
WSDD.
wsdl - Variable in class com.gridsystems.innergrid.api.ClientApiFactory.ApiEntry
API WSDL.
WSOutboundHandler - Class in com.gridsystems.innergrid.api
This handler does not require a user alias be specified in the server deployment file as it is already available from the crypto object.
WSOutboundHandler() - Constructor for class com.gridsystems.innergrid.api.WSOutboundHandler
 

X

X509CertificateCredentials - Class in com.gridsystems.innergrid.api
Implementation of the credentials for X509Certificate authentication.
X509CertificateCredentials(String) - Constructor for class com.gridsystems.innergrid.api.X509CertificateCredentials
 

A C D E F G H I K M N O P R S T U W X

Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.