Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
G
get(Object)
- Method in interface com.adeptia.indigo.system.
Context
Returns the value to which context map maps the specified key
getActivityParameter(String, String)
- Method in interface com.adeptia.indigo.system.
Context
Get an activity parameter from the context.
getActivityStatus()
- Method in class com.adeptia.indigo.logging.
Logger
Get Status of Running Activity
getActivityStatusRefreshTime()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Activity Status refresh time duration in Transaction monitor
getBCalendar()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Business Calendar Configuration
getBufferSize()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Buffer Size for performance optimization
getCleanupCronExpression()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Data Cleanup CronExpression
getCleanupLogRetainTime()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Log Cleanup Retain Time with default value "1"
getCleanupRetainTime()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Data Cleanup Retain Time with default value "2"
getConnnector(JMXServiceURL, Properties, NotificationListener)
- Static method in class com.adeptia.indigo.utils.
MBeanUtils
Creates a connection to the connector server at the given address.
getContextVarValue(String)
- Method in class com.adeptia.indigo.utils.
TransactionInformation
Returns the value to which the specified paramName is mapped in context.
getDatabaseConnectionWaitTime()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Time in seconds that driver will wait while attempting to connect to the Database with default value "60"
getDataMapperDBLookupCachingSize()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Data Mapper DBLookup Caching Limit with default value "10000"
getDESBaseSecretKey()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Default SecretKey is required for DES based encryption
getDirectXsdEdit()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns schema direct xsd edit property
getDomainId()
- Method in class com.adeptia.indigo.utils.
TransactionInformation
Get domain id for current transaction
getEntityIdentity(Entity)
- Method in interface com.adeptia.indigo.storage.
EntityManager
Retrieve the primary keys values.
getEntityManager(String, Subject)
- Static method in class com.adeptia.indigo.storage.
EntityManagerFactory
getEntityManager(Class)
- Static method in class com.adeptia.indigo.storage.
EntityManagerFactory
Retrieve an entity manager for the targetType.
getEntityManager(Class, Subject)
- Static method in class com.adeptia.indigo.storage.
EntityManagerFactory
Retrieve an entity manager for the targetType.
getEntityManagerCollection(String[], Subject)
- Static method in class com.adeptia.indigo.storage.
EntityManagerFactory
getErrorCodes()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Error Code to abort Database target
getExecutionPath()
- Method in interface com.adeptia.indigo.system.
Context
Sets execution path for current transaction
getExpiryDays()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns number of days after which the password will expire with default value "0"
getexpirymessageflash()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns number of days after which warning message will be dispalyed for the password with default value "5"
getFtpConnectionRetry()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns FTP connection retry count with default value "3"
getHostIPAddress()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns the host IP address string in textual presentation.
getHttpPort()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Web Server HTTP Port Number with default value "8080"
getHttpsPort()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Web Server HTTPS Port Number with default value "8443"
getHWFPollingFrequency()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Human Workflow Polling frequency in seconds
getId()
- Method in class com.adeptia.indigo.storage.
TypedEntityId
Method to get entitiy id
getIndigoWebserverAddress()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Web Server Domain Name
getIndigoWebserverPortno()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Web Server HTTP Port Number
getIOPipesVersion()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns internal tuning io pipes version with default value "2"
getJdoConnectionUrl()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns JDO Database Connection Url
getJdoDatabaseName()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns JDO Database Name with default value "indigo"
getJdoDriverUrl()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns JDO Database Driver Url
getJdoEngine()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns JDO Database Engine Name
getJdoMappingFile()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns JDO Mapping File with default value "mapping.xml"
getJdoMaxActiveConn()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns maximum number of active connections that can be allocated from this pool at the same time, or non-positive for no limit.
getJdoMaxIdleConn()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns maximum number of connections that can remain idle in the pool, without extra ones being released, or negative for no limit.
getJdoMaxWaitConn()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns maximum number of milliseconds that the pool will wait (when there are no available connections) for a connection to be returned before throwing an exception, or -1 to wait indefinitely.
getJdoMinIdleConn()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns minimum number of connections that can remain idle in the pool, without extra ones being created, or zero to create none.
getJdoPassword()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns JDO Database Password
getJdoUserName()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns JDO Database UserName
getLogCleanupCronExpression()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Log Cleanup CronExpression
getLogger()
- Static method in class com.adeptia.indigo.logging.
Logger
Create Default Logger Instance
getLogger(String)
- Static method in class com.adeptia.indigo.logging.
Logger
Create Logger Instance with param name
getLogger(String, Subject)
- Static method in class com.adeptia.indigo.logging.
Logger
Create Logger instance with name and subject as param
getLogger(Subject, String, String, String, String, String, String, String, String, String)
- Static method in class com.adeptia.indigo.logging.
Logger
Create Logger Instance for Transaction Logging
getLogger(AbstractService)
- Static method in class com.adeptia.indigo.logging.
Logger
Get Transaction and services info from AbstractService instance
getLoginModule()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Security login module with default value "DatabaseLoginModule"
getMailServer()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Mail Server Address
getMailServerPassword()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Mail Server password
getMailServerUserId()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Mail Server UserId
getMailSubject()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Mail subject with default value "Password"
getMap()
- Method in interface com.adeptia.indigo.system.
Context
Returns context map
getMBeanProxy(ObjectAddress, Class)
- Static method in class com.adeptia.indigo.utils.
MBeanUtils
Provides a MBean proxy object
getMBeanProxy(ObjectAddress, Class[])
- Static method in class com.adeptia.indigo.utils.
MBeanUtils
Provides a MBean proxy object for multiple interface classes
getMBeanServerConnection(String)
- Static method in class com.adeptia.indigo.utils.
MBeanUtils
Returns an MBeanServerConnection object representing a remote MBean server.
getMBeanServerConnection(String, Properties)
- Static method in class com.adeptia.indigo.utils.
MBeanUtils
Returns an MBeanServerConnection object representing a remote MBean server.
getMBeanServerConnection(String, int, Properties)
- Static method in class com.adeptia.indigo.utils.
MBeanUtils
Returns an MBeanServerConnection object representing a remote MBean server.
getNodeHeartbeatPeriod()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Cluster Node Heartbeat Period (in seconds) with default value "10"
getNodeHeartbeatTries()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Cluster Node Heartbeat Tries with default value "2"
getNodeName()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Cluster Node Name with default value "localhost"
getNodePort()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Cluster Node Port with default value "21000"
getObjectAddress()
- Method in interface com.adeptia.indigo.system.
Context
Method to get object address of current transaction context in format serverName://objectName
getParentContextAddress()
- Method in interface com.adeptia.indigo.system.
Context
Gets object address for parent transaction context
getPollingInterval()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns IO Pooling Interval with default value "1000"
getPortMBeanServer()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns MBeans server port with default value "9082"
getQueueProcessorConcurrentProcesses()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns number of concurrent processes allowed Queue Processor with default value "100"
getQueueProcessorDatabasePollingTime()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Queue Processor Database Polling Time (in ms) with default value 3000
getQueueProcessorJobRstWithoutRecoveryInfo()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns boolean value whether to restart uncompleted jobs(Process Flows) without recovery information
getQueueProcessorPollingTime()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Queue Processor Internal Polling Time (in ms) with default value 100
getQueueProcessorReloadFactor()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Thresh Hold value To lookup For more jobs in Queue Processor with default value "100"
getRecoveryRepositoryRoot()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Process Flow recovery path with default value "recovery"
getReportingLibraryRepository()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Get the Reporting Library Repository path
getRepositoryAddress()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Repository Address for kernel settings
getRepositoryArchivePath()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Transaction Repository Path with default value "C:/"
getRepositoryArchiveServer()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Transaction Repository server with default value "webdav"
getRepositoryRoot()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Server Repository Path with default value "./web/repository"
getResourcePath(String)
- Static method in class com.adeptia.indigo.system.
IndigoConfig
This method returns the path to resource file .
getSchemaShowFieldCount()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Maximum no of fields to be shown on the EDI/Advance Positional/Text Schema GUI page with default value "200"
getSecretKeystoreName()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Server Secret keystore name with default value "SecretKeys.keystore"
getSecretKeystorePassword()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Server Secret key Password
getSecurityRepository()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Keystore Repository Path with default value "etc/security"
getServiceAddress(String)
- Method in interface com.adeptia.indigo.system.
Context
Gets object address of service used in the transaction.
getServiceAddressMap()
- Method in interface com.adeptia.indigo.system.
Context
Reurns service address map for current transaction
getSessionTime()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Server Session Time (in minutes) with default value "60"
getStreamGcLimit()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Limit of Garbage Collection with default value "75000"
getSystemAdminEmailId()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns System Admin Email Id
getSystemLogLevel()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Method to get system logging level used by log4j root logger
getSystemVariable()
- Method in class com.adeptia.indigo.utils.
TransactionInformation
Return map view for system defined context variables i.e.'TransactionAddress', 'currentState' and 'LoggingLevel'.
getTempRepositoryRoot()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns temp Repository Root
getTransactionID()
- Method in class com.adeptia.indigo.utils.
TransactionInformation
Get transaction id
getTransactionLoggingLevel()
- Method in class com.adeptia.indigo.logging.
Logger
Get Transaction Logging Level
getTransactionName()
- Method in class com.adeptia.indigo.utils.
TransactionInformation
Returns current transaction name
getTransactionPID()
- Method in class com.adeptia.indigo.utils.
TransactionInformation
Get current transaction pid
getType()
- Method in class com.adeptia.indigo.storage.
TypedEntityId
Method to get entitiy type
getUserDefinedVariable()
- Method in class com.adeptia.indigo.utils.
TransactionInformation
Return map view for all user defined context variables
getWebDAVDirBaseLocation()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Webdav Base Directory with default value "/slide/files/"
getWebDAVPassword()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns webdav password with default value "indigo"
getWebDAVPort()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Webdav port with default value "8080"
getWebDAVServerName()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Webdav server name with default value "localhost"
getWebDAVUserName()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns webdav user name with default value "admin"
getWSServerKeyStorePath()
- Static method in class com.adeptia.indigo.system.
IndigoConfig
Returns Web service server KeyStorePath
Group
- Static variable in class com.adeptia.indigo.utils.
TransactionInformation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X