A B C E G H I K O P R S T U

A

addClass(Class<?>) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Add a new mapping for the specified class to the SessionFactory.
addClasses(Class<?>[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Add new mappings for the specified classes to the SessionFactory.
addEPackage(EPackage) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Add an EPackage to the SessionFactory.
addEPackage(String, EPackage) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Add an EPackage to the SessionFactory.
addEPackages(EPackage[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Add an array of EPackages to the SessionFactory.
addEPackages(String, EPackage[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Add an array of EPackages to the SessionFactory.
addRequestInterceptor(HttpRequestInterceptor) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Appends a request interceptor to this list.
addRequestInterceptor(HttpRequestInterceptor, int) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Inserts a request interceptor at the specified index.
addResponseInterceptor(HttpResponseInterceptor) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Appends a response interceptor to this list.
addResponseInterceptor(HttpResponseInterceptor, int) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Inserts a response interceptor at the specified index.
addURL(URL) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Add a new mapping to the SessionFactory.
addURLs(URL[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Add new mappings to the SessionFactory.

B

BaseTCPClientConfiguration - Class in com.tibco.amf.sharedresource.runtime.core.common
 
BaseTCPClientConfiguration() - Constructor for class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
BUNDLE_NAME - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 

C

clearRequestInterceptors() - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Removes all request interceptors from this list.
clearResponseInterceptors() - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Removes all response interceptors from this list.
com.tibco.amf.sharedresource.runtime.core.common - package com.tibco.amf.sharedresource.runtime.core.common
 
com.tibco.amf.sharedresource.runtime.core.common.util - package com.tibco.amf.sharedresource.runtime.core.common.util
 
com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource - package com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource
 
com.tibco.amf.sharedresource.runtime.core.http.httpclient - package com.tibco.amf.sharedresource.runtime.core.http.httpclient
 
com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource - package com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource
 
CommonMessageBundle - Class in com.tibco.amf.sharedresource.runtime.core.common.util
 
CommonMessageBundle() - Constructor for class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 

E

ERROR_DECRYPTING_PASSWORD - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 
ERROR_EXTRACTING_KEY - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 
ERROR_GETTING_IDENTITY_SUBJECT - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 
ERROR_GETTING_IDENTITY_TRUST - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 
execute(HttpUriRequest) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request using the default context.
execute(HttpUriRequest, HttpContext) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request using the given context.
execute(HttpHost, HttpRequest) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request to the target using the default context.
execute(HttpHost, HttpRequest, HttpContext) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request to the target using the given context.
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request to the target using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Executes a request to the target using the given context and processes the response using the given response handler.

G

getConnectionTimeout() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getHost() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getHostConfiguration() - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientConnectionFactory
Returns HttpHost configuration bound with this factory.
getHttpClient() - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientConnectionFactory
Returns the HttpClientWrapper bound with this factory.
getHttpConnection() - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientConnectionFactory
Returns the http connection with bound configuration.
getHttpConnection(HttpRoute) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientConnectionFactory
Returns the http connection for the given HttpRoute.
getHttpParams() - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientConnectionFactory
Returns HTTPParams bound with this factory.
getIdentity(String) - Static method in class com.tibco.amf.sharedresource.runtime.core.common.util.TrinityUtil
 
getIdentity(IdentitySubject) - Static method in class com.tibco.amf.sharedresource.runtime.core.common.util.TrinityUtil
 
getIdentitySubject(String) - Static method in class com.tibco.amf.sharedresource.runtime.core.common.util.TrinityUtil
 
getIdentityTrust(String) - Static method in class com.tibco.amf.sharedresource.runtime.core.common.util.TrinityUtil
 
getParams() - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpClientWrapper
Obtains the parameters for this client.
getPassword() - Method in class com.tibco.amf.sharedresource.runtime.core.common.util.Identity
 
getPort() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
host port
getSoLinger() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getSoReceiveBufferSize() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getSoReuseAddress() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getSoSendBufferSize() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getSoTimeout() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getStaleCheck() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getTcpNoDelay() - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
getUnencryptedPassword(String) - Static method in class com.tibco.amf.sharedresource.runtime.core.common.util.TrinityUtil
Checks if a password is encrypted and if so, decrypts it
getUsername() - Method in class com.tibco.amf.sharedresource.runtime.core.common.util.Identity
 

H

HttpClientConnectionFactory - Interface in com.tibco.amf.sharedresource.runtime.core.http.httpclient
A factory for connections to the physical Http Server.
HttpClientWrapper - Interface in com.tibco.amf.sharedresource.runtime.core.http.httpclient
This interface represents only the most basic contract for HTTP request execution.
HttpOutboundInterceptor - Interface in com.tibco.amf.sharedresource.runtime.core.http.httpclient
HttpOutboundInterceptor exposes to register and unregister request and response interceptors on HTTP Client connections.

I

Identity - Class in com.tibco.amf.sharedresource.runtime.core.common.util
 
Identity(String, String) - Constructor for class com.tibco.amf.sharedresource.runtime.core.common.util.Identity
 
isClassRegistered(Class<?>) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Determine if the specified class registered already with the ProxySessionFactory.

K

KEY_NOT_FOUND - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 

O

OBJECT_IS_NOT_IDENTITY_SUBJECT - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 
OBJECT_IS_NOT_IDENTITY_TRUST - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 

P

ProxySessionFactory - Interface in com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource
Proxy for the SessionFactory that handles dynamically creating new SessionFactories under the covers with added mappings.

R

registerExtension(String, String) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Register an Extension to SessionFactory.
registerExtension(Extension) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Register an Extension to SessionFactory.
removeClass(Class<?>) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Remove a mapping from the SessionFactory if the refcount is 0.
removeClasses(Class<?>[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Remove classes from the SessionFactory if the refcount reaches 0.
removeEPackage(EPackage) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Remove an EPackage form the SessionFactory.
removeEPackage(String, EPackage) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Remove an EPackage form the SessionFactory.
removeEPackages(EPackage[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Remove an array of EPackages form the SessionFactory.
removeEPackages(String, EPackage[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Remove an array of EPackages form the SessionFactory.
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Removes all request interceptor of the specified class
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in interface com.tibco.amf.sharedresource.runtime.core.http.httpclient.HttpOutboundInterceptor
Removes all response interceptor of the specified class
removeURL(URL) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Remove a mapping from the SessionFactory if the refcount is 0.
removeURLs(URL[]) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Remove mappings from the SessionFactory if the refcount reaches 0.

S

setConnectionTimeout(Integer) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
The timeout until a connection is established.
setConnectionTimeout(Integer) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
The timeout until a connection is established.
setHost(String) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
Host name.
setHost(String) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
 
setNamingStrategy(NamingStrategy) - Method in interface com.tibco.amf.sharedresource.runtime.core.hibernate.sharedresource.ProxySessionFactory
Set the naming strategy to use for the Hibernate SessionFactory.
setPort(Integer) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
 
setPort(Integer) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
 
setSoLinger(Integer) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
The linger time (SO_LINGER) in seconds.
setSoLinger(Integer) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
The linger time (SO_LINGER) in seconds.
setSoReceiveBufferSize(Integer) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
The receive buffer size (SO_RCVBUF) in bytes.
setSoReceiveBufferSize(Integer) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
The receive buffer size (SO_RCVBUF) in bytes.
setSoReuseAddress(Boolean) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
When a TCP connection is closed the connection may remain in a timeout state for a period of time after the connection is closed (typically known as the TIME_WAIT state or 2MSL wait state).
setSoReuseAddress(Boolean) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
When a TCP connection is closed the connection may remain in a timeout state for a period of time after the connection is closed (typically known as the TIME_WAIT state or 2MSL wait state).
setSoSendBufferSize(Integer) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
The send buffer size (SO_SNDBUF) in bytes.
setSoSendBufferSize(Integer) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
The send buffer size (SO_SNDBUF) in bytes.
setSoTimeout(Integer) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(Integer) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setStaleCheck(Boolean) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
Determines whether stale connection check is to be used.
setStaleCheck(Boolean) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
Determines whether stale connection check is to be used.
setTcpNoDelay(Boolean) - Method in class com.tibco.amf.sharedresource.runtime.core.common.BaseTCPClientConfiguration
Determines whether Nagle's algorithm is to be used.
setTcpNoDelay(Boolean) - Method in interface com.tibco.amf.sharedresource.runtime.core.common.TCPClientConfiguration
Determines whether Nagle's algorithm is to be used.

T

TCPClientConfiguration - Interface in com.tibco.amf.sharedresource.runtime.core.common
Exposes the TCP Client configuration parameters.
TeneoSessionFactory - Interface in com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource
Proxy for the SessionFactory that handles dynamically creating new SessionFactories under the covers with added mappings from the EPackages.
TrinityException - Exception in com.tibco.amf.sharedresource.runtime.core.common.util
 
TrinityException() - Constructor for exception com.tibco.amf.sharedresource.runtime.core.common.util.TrinityException
Default constructor
TrinityException(String) - Constructor for exception com.tibco.amf.sharedresource.runtime.core.common.util.TrinityException
 
TrinityException(String, Throwable) - Constructor for exception com.tibco.amf.sharedresource.runtime.core.common.util.TrinityException
 
TrinityException(Throwable) - Constructor for exception com.tibco.amf.sharedresource.runtime.core.common.util.TrinityException
 
TrinityUtil - Class in com.tibco.amf.sharedresource.runtime.core.common.util
 
TrinityUtil() - Constructor for class com.tibco.amf.sharedresource.runtime.core.common.util.TrinityUtil
 

U

unregisterExtension(String) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Unregister an Extension from SessionFactory.
unregisterExtension(Extension) - Method in interface com.tibco.amf.sharedresource.runtime.core.teneo.sharedresource.TeneoSessionFactory
Unregister an Extension from SessionFactory.
UNSUPPORTED_PK - Static variable in class com.tibco.amf.sharedresource.runtime.core.common.util.CommonMessageBundle
 

A B C E G H I K O P R S T U

Copyright © 2011 TIBCO Software Inc. All Rights Reserved.