A B C D E F G H I J L M N O P Q R S T U V W X 

A

abort() - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationContext
Abort current conversation.
addEventHandler(FutureEventHandler<C>) - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
 
addEventHandler(FutureEventHandler<C>, Executor) - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
 
addEventHandler(FutureEventHandler<V>) - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
 
addEventHandler(FutureEventHandler<V>) - Method in interface sk.ipesoft.d2000.async.FutureEvent
Add handler for handling result of the future.
addEventHandler(FutureEventHandler<V>, Executor) - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
 
addEventHandler(FutureEventHandler<V>, Executor) - Method in interface sk.ipesoft.d2000.async.FutureEvent
Add handler for handling result of the future and executor with thread for execution of handling.
AdjustableFuture<V> - Class in sk.ipesoft.d2000.async.base
Default implementation of FutureEvent.
AdjustableFuture() - Constructor for class sk.ipesoft.d2000.async.base.AdjustableFuture
Create new future.
allOf(Collection<? extends FutureEvent<?>>) - Static method in class sk.ipesoft.d2000.async.base.AdjustableFuture
Create new instance that completes when all of futures are complete.
AlreadyClosedException - Exception in sk.ipesoft.d2000.d2japi
Exception indicating that resource (eg Session or messanger) has been already closed.
AlreadyClosedException() - Constructor for exception sk.ipesoft.d2000.d2japi.AlreadyClosedException
 
AlreadyClosedException(String) - Constructor for exception sk.ipesoft.d2000.d2japi.AlreadyClosedException
Create new instance with human-readable reason.
AlreadyClosedException(String, Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.AlreadyClosedException
 
AlreadyClosedException(Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.AlreadyClosedException
 
anyOf(Collection<? extends FutureEvent<?>>) - Static method in class sk.ipesoft.d2000.async.base.AdjustableFuture
Create new instance of future that completes when first of futures completes.
ArchiveDataListener - Interface in sk.ipesoft.d2000.d2japi
Listener notifying about archive data arrival.
ArchiveDataListener2 - Interface in sk.ipesoft.d2000.d2japi
 
ArchiveDataProvider - Interface in sk.ipesoft.d2000.d2japi
Provider of archive data that holds data.
ArchiveIntegralUnit - Enum in sk.ipesoft.d2000.d2japi
 
ArchiveObjectDescription - Interface in sk.ipesoft.d2000.d2japi
Description of archive object.
ArchiveObjectType - Enum in sk.ipesoft.d2000.d2japi.unival
 
ArchiveStatisticalFunction - Enum in sk.ipesoft.d2000.d2japi
 
AsynchronousExecutor - Interface in sk.ipesoft.d2000.d2japi
Interface for universal executor that can handle processing various callable objects or runnable method asynchronously with ability to return future.
AuditDataListener - Interface in sk.ipesoft.d2000.d2japi
Interface for receiving list of object names in chunks.
AuditDataType - Enum in sk.ipesoft.d2000.d2japi
Type of logged objects for auditing purposes.
AuditOperationCommon - Interface in sk.ipesoft.d2000.d2japi
Common properties of audited operation.
AuditResourceGroupListener - Interface in sk.ipesoft.d2000.d2japi
Interface for receiving list of operations on resource groups for auditing purposes.
AuditResourceGroupMember - Interface in sk.ipesoft.d2000.d2japi
Representation of an object's membership in resource group.
AuditResourceGroupOperation - Interface in sk.ipesoft.d2000.d2japi
Properties of audited operation performed on resource group.
AuditResourceGroupOperationConfiguration - Interface in sk.ipesoft.d2000.d2japi
Configuration of resource group for auditing purposes.
AuditResourceGroupOperationType - Enum in sk.ipesoft.d2000.d2japi
Type of resource group operation logged for auditing purposes.
AuditUserListener - Interface in sk.ipesoft.d2000.d2japi
Interface for receiving list of operations on users for auditing purposes.
AuditUserOperation - Interface in sk.ipesoft.d2000.d2japi
User operation for auditing purposes.
AuditUserOperationConfiguration - Interface in sk.ipesoft.d2000.d2japi
Configuration of used account persisted for auditting purposes.
AuditUserOperationGroupMember - Interface in sk.ipesoft.d2000.d2japi
 
AuditUserOperationType - Enum in sk.ipesoft.d2000.d2japi
Type of user operation logged for auditing purposes.
average - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Arithmetic mean of archived values.
averageOfNegativeValues - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
averageOfPositiveValues - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 

B

BACKUP_FAILED - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
BAD_COMMAND - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
BAD_CONDITION - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
BAD_CONNECT - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
BAD_PARENT - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
badParameters - sk.ipesoft.d2000.d2japi.RpcReturnContextErrorType
RPC has been called with wrong number or types of arguments.
begin - sk.ipesoft.d2000.d2japi.annotations.ConversationBeginType
Begin standard bi-directional RPC conversation.
begin - sk.ipesoft.d2000.d2japi.RPCConversationFlag
Initiating message for standard two-way RPC conversation.
beginBatch - sk.ipesoft.d2000.d2japi.annotations.ConversationBeginType
Begin one-way-to-target RPC conversation.
beginBatch - sk.ipesoft.d2000.d2japi.RPCConversationFlag
Initiating message that enables only initiator to send batch of messages to the target.
beginEnd - sk.ipesoft.d2000.d2japi.annotations.ConversationBeginType
Begin one-way-to-initiator RPC conversation.
beginEnd - sk.ipesoft.d2000.d2japi.RPCConversationFlag
Initiating message that closes RPC conversation from initiator's side immediately.
bool - sk.ipesoft.d2000.d2japi.annotations.ParameterType
3-state boolean type.
build() - Method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Create initialized instance of session parameters from previously set properties.

C

calculated - sk.ipesoft.d2000.d2japi.unival.ArchiveObjectType
Calculated archive object is configured with eval expression.
CallerInformation - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate binding of actual method parameter to the information about caller of RPC.
CallerInformationType - Enum in sk.ipesoft.d2000.d2japi.annotations
Types of information about caller of RPC available to callee.
callRPC(boolean, int, int, int, int, String, UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure synchronously and return result of the call.
callRPC(boolean, int, int, int, String, UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure synchronously and return result of the call.
callRPC(boolean, int, int, String, UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure synchronously and return result of the call.
callRPCNoreply(boolean, int, int, int, int, String, UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously.
callRPCNoreply(boolean, int, int, int, String, UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously.
callRPCNoreply(boolean, int, int, String, UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously.
callRPCNoreply(int, String, UnivalValue<?>[], RPCConversationFlag) - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationContext
Call partners RPC asynchronously.
callRPCNoreplyBeginBatchConversation(boolean, int, int, int, int, String, UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously and begin batch conversation.
callRPCNoreplyBeginConversation(boolean, int, int, int, int, String, UnivalValue<?>[], RPCConversationHandler) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously and begin standard conversation.
callRPCNoreplyBeginConversation(boolean, int, int, int, int, String, UnivalValue<?>[], RPCConversationManagedHandler) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously and begin standard conversation.
callRPCNoreplyBeginEndConversation(boolean, int, int, int, int, String, UnivalValue<?>[], RPCConversationHandler) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously and begin conversation with closing initiators side immediately.
callRPCNoreplyBeginEndConversation(boolean, int, int, int, int, String, UnivalValue<?>[], RPCConversationManagedHandler) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure asynchronously and begin conversation with closing initiators side immediately.
callSBA(int, int, int, String, byte[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure with synchronous ByteArray signature and return result of the call.
callSBANoreply(int, int, int, String, byte[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Call RPC procedure with asynchronous ByteArray signature.
cancel(boolean) - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
 
cancel(boolean) - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
 
changeConsoleInfo(String, String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Create, change or delete console in list of consoles for NamedDevice licensing model and get changed list of consoles.
changeKey(String) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Create new instance as a copy of entry object with changed entry key.
changeLanguageIndex(int) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Create new instance as a copy of entry object with changed language index.
changeMacros - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Change of user macros in D2000 HI.
changePassword - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Change of user password in D2000 HI.
changePassword(String, String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Change password of current user.
ChangePasswordResult - Enum in sk.ipesoft.d2000.d2japi
 
changeUserSettings - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Change of user settings in D2000 HI.
CIOUtils - Class in sk.ipesoft.d2000.d2japi.utils
Utility class for reading from and writing to bytestream.
CIOUtils() - Constructor for class sk.ipesoft.d2000.d2japi.utils.CIOUtils
 
cloneMemberOfResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
A new member has been added to the group due to cloning of other member of the group.
close() - Method in interface sk.ipesoft.d2000.d2japi.AsynchronousExecutor
Stop executing asynchronous tasks.
close() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
close() - Method in class sk.ipesoft.d2000.d2japi.connector.ListeningHandleImpl
 
close() - Method in class sk.ipesoft.d2000.d2japi.connector.OpenedObject
 
close() - Method in class sk.ipesoft.d2000.d2japi.connector.RedundantConnectionManagerImpl
 
close() - Method in interface sk.ipesoft.d2000.d2japi.D2Cono
Send close command.
close() - Method in interface sk.ipesoft.d2000.d2japi.D2Object
Close object.
close() - Method in interface sk.ipesoft.d2000.d2japi.D2ProcessList
 
close() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Close the session instance and delete its counterpart ".DCC" object from D2000 DODM.
close() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionFactory
Close connection to D2000.
close() - Method in interface sk.ipesoft.d2000.d2japi.ListeningHandle
Close listening socket.
closeCono() - Method in interface sk.ipesoft.d2000.d2japi.D2Cono
Deprecated.
CLOSED - sk.ipesoft.d2000.d2japi.CloseReason
Internal close command.
CloseReason - Enum in sk.ipesoft.d2000.d2japi
Reason for resource being closed.
ColumnAttribute - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.structureBinding
Indicate binding to specified unival attribute from named column from UNIVAL RECORD object.
ColumnValue - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.structureBinding
Indicate binding to value from named column from UNIVAL RECORD object.
ColumnValueType - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.structureBinding
Indicate binding to unival type of value from named column.
COMMAND_NOT_ACCEPT - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
completedFuture(T) - Static method in class sk.ipesoft.d2000.async.base.AdjustableFuture
Create new instance with value already set.
computers - sk.ipesoft.d2000.d2japi.AuditDataType
Computers that run system processes.
configureDeleteUser - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Deletion of user.
configureGraphsCompositionsReports - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to edit D2000 graphs, compositions and reports.
configureNewUser - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Creation of a new user in D2000 CNF.
configureSaveUser - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Change of user configuration in D2000 CNF.
configureSaveUserPassword - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Change of user configuration and password in D2000 CNF.
connectDisable - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
ConnectionAcceptanceError - Enum in sk.ipesoft.d2000.d2japi
 
ConnectionParameters - Class in sk.ipesoft.d2000.d2japi
Parameters of direct connection from RedundantConnectionManager.
ConnectionParameters(String, int) - Constructor for class sk.ipesoft.d2000.d2japi.ConnectionParameters
Create new instance of parameters specifying unencrypted connection.
ConnectionParameters(String, int, String) - Constructor for class sk.ipesoft.d2000.d2japi.ConnectionParameters
Create new instance of parameters specifying TLS connection.
ConnectionRejectedException - Exception in sk.ipesoft.d2000.d2japi
ConnectionRejectedException() - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectionRejectedException
 
ConnectionRejectedException(String) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectionRejectedException
 
ConnectionRejectedException(String, Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectionRejectedException
 
ConnectionRejectedException(Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectionRejectedException
 
Connector - Class in sk.ipesoft.d2000.d2japi.connector
 
ConnectorException - Exception in sk.ipesoft.d2000.d2japi
Exception throw by D2Connector when unable to connect
ConnectorException() - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectorException
 
ConnectorException(String) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectorException
 
ConnectorException(String, Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectorException
 
ConnectorException(Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectorException
 
ConnectSessionException - Exception in sk.ipesoft.d2000.d2japi
Exception thrown by createSession call when connection is refused.
ConnectSessionException() - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectSessionException
 
ConnectSessionException(ConnectionAcceptanceError, String) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectSessionException
 
ConnectSessionException(D2JapiErrorCode, String) - Constructor for exception sk.ipesoft.d2000.d2japi.ConnectSessionException
 
CONOEntry - Interface in sk.ipesoft.d2000.d2japi
Value object holding data of one line of Console Output entry
CONOSeverity - Enum in sk.ipesoft.d2000.d2japi
 
console - sk.ipesoft.d2000.d2japi.LoggedUserFlags
flag indicating that the user account is used by HI after startup and before any normal user logs in.
consoleInfo() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Deprecated.
As of R39, replaced by D2Session.getConsoleInfo()
containtData() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataProvider
 
ConversationBeginType - Enum in sk.ipesoft.d2000.d2japi.annotations
Type of beginning of RPC conversation.
ConversationContext - Interface in sk.ipesoft.d2000.d2japi.annotations
 
ConversationHandler<T extends ConversationContext> - Interface in sk.ipesoft.d2000.d2japi.annotations
Common interface for RPC conversation handlers used by sk.ipesoft.d2000.d2japi.annotations package.
ConversionResult - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Unival value representation of user interface
convertCellValue(Object, UnivalType, int, int) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert value according to Structure Definition configuration assuming it is from unival type and from indexed column.
convertCellValue(Object, UnivalType, String, String) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert value according to Structure Definition configuration assuming it is from unival type and from named column.
convertCellValue(TableCell<?, ?, ?, ?, ?, ?, ?>, int) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert value of cell according to Structure Definition configuration.
convertCellValue(TableCell<?, ?, ?, ?, ?, ?, ?>, String) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert value of cell according to Structure Definition configuration.
ConvertedColumnValue - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.structureBinding
Indicate binding of method (setter) to converted value of the named column.
convertIndirectValue(Object, UnivalType, SingleIndirectInfoResponse) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert unival value according to description in indirectInfo assuming it is from type unival.
convertIndirectValue(UnivalValue<?>, SingleIndirectInfoResponse) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert unival value according to description in indirectInfo.
Convertor - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Instance converts unival values to their string representation according to the D2000 rules and configuration.
convertValue(Object, UnivalType, D2ObjectInfo) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert value according to description in objectInfo assuming it is from unival type.
convertValue(UnivalValue<?>, D2ObjectInfo) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Convertor
Convert unival value according to description in objectInfo.
count - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Number of archived values.
crash - sk.ipesoft.d2000.d2japi.RedundancyStateType
Kernel has crashed.
create(int, int, int, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy.
create(int, int, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy.
create(int, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy.
create(String, int, String, List<String>, RedundantConnectionEventListener, long, TimeUnit, boolean) - Static method in class sk.ipesoft.d2000.d2japi.connector.RedundantConnectionManagerImpl
Create new instance of RedundantConnectionManager for handling reverse connections using TLS socket.
create(String, int, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy synchronously.
create(String, String) - Static method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Utility method to create parameters for dynamic session with login and password.
create(String, String, int, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy.
create(String, String, String) - Static method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Utility method to create parameters for dynamic session with login, password and sessionName.
create(String, String, String, boolean) - Static method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Utility method to create parameters with login, password, sessionName and choice for static session.
create(String, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy synchronously.
create(List<ConnectionParameters>, RedundantConnectionEventListener, long, TimeUnit, boolean) - Static method in class sk.ipesoft.d2000.d2japi.connector.RedundantConnectionManagerImpl
Create new instance of RedundantConnectionManager for handling direct connections.
create(UnivalValue<?>, int, int, int) - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalObjectReferenceFactory
Create new instance of D2000 object reference.
CREATE_NEW_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
CREATE_STATISTICS_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
CREATE_WRT_FILE_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
createAsync(String, int, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy asynchronously.
createAsync(String, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy asynchronously.
createConnector(String, String, D2ConnectorEventsListener) - Static method in class sk.ipesoft.d2000.d2japi.connector.Connector
Create new instance of connector with TLS connection
createConnector(String, String, D2ConnectorEventsListener) - Method in class sk.ipesoft.d2000.d2japi.D2Japi
Create new instance of D2Connector connected with TLS and ready for use.
createConnector(String, D2ConnectorEventsListener) - Static method in class sk.ipesoft.d2000.d2japi.connector.Connector
Create a new instance of connector.
createConnector(String, D2ConnectorEventsListener) - Method in class sk.ipesoft.d2000.d2japi.D2Japi
Create new instance of D2Connector connected and ready for use.
createDefault(String, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy synchronously.
createDefault(D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy.
createDefaultAsync(String, D2Session) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create new instance of EventProxy asynchronously.
createDictionaryConvertor() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Create new instance of dictionary convertor for session default language.
createDictionaryConvertor(int) - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
createDictionaryTranslator() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Create new instance of dictionary translator for session default language.
createDictionaryTranslator(int) - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
createEventsListener(InetAddress, int, ListeningHandle) - Method in interface sk.ipesoft.d2000.d2japi.ServerSocketEventsListener
Called to accept or reject new incoming connection and possibly provide an instance of D2ConnectorEventsListener for constructor of new D2Connector instance.
createFactory(Class<T>, D2Session) - Static method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create instance of EventProxyFactory that would create instances implementing T interface.
createFactory(Class<T>, D2Session) - Static method in class sk.ipesoft.d2000.d2japi.annotations.EventWrapperFactory
Create new EventWrapperFactory instance for annotated T type.
createFactory(Class<T>, D2Session, UnivalConvertor) - Static method in class sk.ipesoft.d2000.d2japi.annotations.EventProxyFactory
Create instance of EventProxyFactory that would create instances implementing T interface.
createFactory(Class<T>, D2Session, UnivalConvertor) - Static method in class sk.ipesoft.d2000.d2japi.annotations.EventWrapperFactory
Create new EventWrapperFactory instance for annotated T type.
createInstanceFailed - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
createObjectInfoCache(int) - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
createParameter(boolean, int) - Static method in class sk.ipesoft.d2000.d2japi.utils.RpcParameterTypeFactory
Create new instance of RpcParameterType for unival record type.
createParameter(boolean, UnivalType) - Static method in class sk.ipesoft.d2000.d2japi.utils.RpcParameterTypeFactory
Create new instance of RpcParameterType for simple type.
createRedundantConnectionManager(String, int, String, List<String>, RedundantConnectionEventListener, long, TimeUnit, boolean) - Method in class sk.ipesoft.d2000.d2japi.D2Japi
Create new instance of RedundantConnectionManager for handling reverse connections using TLS socket.
createRedundantConnectionManager(String, int, List<String>, RedundantConnectionEventListener, long, TimeUnit, boolean) - Method in class sk.ipesoft.d2000.d2japi.D2Japi
Create new instance of RedundantConnectionManager for handling reverse connections without use of certificate.
createRedundantConnectionManager(List<ConnectionParameters>, RedundantConnectionEventListener, long, TimeUnit, boolean) - Method in class sk.ipesoft.d2000.d2japi.D2Japi
Create new instance of RedundantConnectionManager for handling direct connections.
createResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
New resource group object has been created.
createResult(O) - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
Create result for the wrapper by converting original value.
createSession(D2SessionParameters, D2SessionEventsListener) - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
createSession(D2SessionParameters, D2SessionEventsListener) - Method in class sk.ipesoft.d2000.d2japi.connector.RedundantConnectionManagerImpl
 
createSession(D2SessionParameters, D2SessionEventsListener) - Method in interface sk.ipesoft.d2000.d2japi.D2SessionFactory
Create new session object, connect it to D2000 and authorize it with valid D2000 user account.
createSession(D2SessionParameters, D2SessionEventsListener, Set<SharedResourceType>) - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
createSession(D2SessionParameters, D2SessionEventsListener, Set<SharedResourceType>) - Method in class sk.ipesoft.d2000.d2japi.connector.RedundantConnectionManagerImpl
 
createSession(D2SessionParameters, D2SessionEventsListener, Set<SharedResourceType>) - Method in interface sk.ipesoft.d2000.d2japi.D2SessionFactory
Create new session object, connect it to D2000 and authorise it with valid D2000 user account.
createSingleRequest(int, int, int) - Static method in class sk.ipesoft.d2000.d2japi.utils.IndirectInfoRequestFactory
Create new instance of SingleIndirectInfoRequest.
createTable(int, int) - Method in interface sk.ipesoft.d2000.d2japi.utils.D2StructureDefinitionResolver
Create new instance of AnonymousTable or registered table class.
createTable(String, int) - Method in interface sk.ipesoft.d2000.d2japi.utils.D2StructureDefinitionResolver
Create new instance of AnonymousTable or registered table class.
createUnivalConvertor() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
createUnivalValue(Object, UnivalType) - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalValueUtils
Create new instance of UnivalValue with default unival value type determined by type parameter
createUnivalValue(Object, UnivalValueType) - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalValueUtils
Create new instance of UnivalValue with actual unival type determined by type parameter.
createUnivalValue(T) - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalValueUtils
Create appropriate UnivalValue instance with its value set to the value parameter.
createUnivalValueUntyped(Object) - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalValueUtils
Create appropriate UnivalValue instance from value.
CUnivalReader - Class in sk.ipesoft.d2000.d2japi.unival
Utility class for reading arbitrary UnivalValue instances from input stream.
CUnivalReader() - Constructor for class sk.ipesoft.d2000.d2japi.unival.CUnivalReader
 
CUnivalWriter - Class in sk.ipesoft.d2000.d2japi.unival
Utility class for writing UnivalValue instances into output stream.
CUnivalWriter() - Constructor for class sk.ipesoft.d2000.d2japi.unival.CUnivalWriter
 

D

D2000_BASIC - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2Product
 
D2000_ENTERPRISE - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2Product
 
D2000_STANDARD - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2Product
 
D2Connector - Interface in sk.ipesoft.d2000.d2japi
D2000 JAPI connector.
D2ConnectorEventsListener - Interface in sk.ipesoft.d2000.d2japi
Listener interface for receiving asynchronous events that occured on D2Connector instance.
D2ConnectorEventsListener3 - Interface in sk.ipesoft.d2000.d2japi
 
D2Cono - Interface in sk.ipesoft.d2000.d2japi
Represents CONO connection
D2ConoEntryEventListener - Interface in sk.ipesoft.d2000.d2japi
CONO entry listener interface used by JAPI to notify clients about CONO entry changes;
D2ConsoleInfo - Interface in sk.ipesoft.d2000.d2japi
 
D2Japi - Class in sk.ipesoft.d2000.d2japi
Singleton class providing entry point to get connection to D2000
D2JapiErrorCode - Enum in sk.ipesoft.d2000.d2japi
 
D2JapiException - Exception in sk.ipesoft.d2000.d2japi
General exception thrown by various Session calls when error code is received instead of expected response.
D2JapiException(Enum<?>) - Constructor for exception sk.ipesoft.d2000.d2japi.D2JapiException
 
D2JapiException(String, Enum<?>) - Constructor for exception sk.ipesoft.d2000.d2japi.D2JapiException
 
D2LicenseStatus - Interface in sk.ipesoft.d2000.d2japi
Information about license.
D2LicenseTypes - Class in sk.ipesoft.d2000.d2japi
 
D2LicenseTypes() - Constructor for class sk.ipesoft.d2000.d2japi.D2LicenseTypes
 
D2LicenseTypes.D2DatabaseEngine - Enum in sk.ipesoft.d2000.d2japi
 
D2LicenseTypes.D2LicensingModel - Enum in sk.ipesoft.d2000.d2japi
 
D2LicenseTypes.D2Product - Enum in sk.ipesoft.d2000.d2japi
 
D2LicenseTypes.D2VerLevel - Enum in sk.ipesoft.d2000.d2japi
 
D2Object - Interface in sk.ipesoft.d2000.d2japi
Reference to D2000 object with opened channel for receiving new value updates.
D2ObjectEventsListener - Interface in sk.ipesoft.d2000.d2japi
Object event listener interface used by JAPI to notify clients about events on opened object.
D2ObjectEventsListener2 - Interface in sk.ipesoft.d2000.d2japi
 
D2ObjectInfo - Interface in sk.ipesoft.d2000.d2japi
Data describing certain object from D2000 DODM.
D2ProcessList - Interface in sk.ipesoft.d2000.d2japi
Reference to list of active D2000 processes.
D2ProcessListEventsListener - Interface in sk.ipesoft.d2000.d2japi
Process event listener interfaces used by JAPI to notify clients about events on opened process list.
D2RTIProviderHandle - Interface in sk.ipesoft.d2000.d2japi
 
D2Session - Interface in sk.ipesoft.d2000.d2japi
Representation of session object in D2000 application server.
D2SessionEventsListener - Interface in sk.ipesoft.d2000.d2japi
Listener interface for receiving asynchronous events about D2Session instance.
D2SessionEventsListener4 - Interface in sk.ipesoft.d2000.d2japi
Extension of D2SessionEventsListener3
D2SessionFactory - Interface in sk.ipesoft.d2000.d2japi
 
D2SessionParameters - Interface in sk.ipesoft.d2000.d2japi
Parameters to create new session.
D2SessionUtils - Class in sk.ipesoft.d2000.d2japi
Utility class.
D2SessionUtils() - Constructor for class sk.ipesoft.d2000.d2japi.D2SessionUtils
 
D2StructureDefinitionInfo - Interface in sk.ipesoft.d2000.d2japi
Technical description of structure definition object.
D2StructureDefinitionResolver - Interface in sk.ipesoft.d2000.d2japi.utils
Interface for resolver that is capable of resolving HOBJ of structure name into structure definition.
D2TellCmdInfo - Interface in sk.ipesoft.d2000.d2japi
Human readable description of a single tell command.
DATABASE_NOT_VALID - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
DATABASE_OPEN_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
DBM_CONNECTION_BROKEN_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
DBM_MAX_CONNECTIONS - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
DBM_OFF - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
DBM_SEQUENCE_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
DE_All - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2DatabaseEngine
 
DE_MicrosoftJetEngine - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2DatabaseEngine
 
DE_Oracle - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2DatabaseEngine
 
DE_Sybase - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2DatabaseEngine
 
DEBUG - sk.ipesoft.d2000.d2japi.CONOSeverity
 
DebugInfoCategory - Class in sk.ipesoft.d2000.d2japi
 
DebugInfoCategory(String, boolean) - Constructor for class sk.ipesoft.d2000.d2japi.DebugInfoCategory
 
DebugInfoCategory(String, String, boolean) - Constructor for class sk.ipesoft.d2000.d2japi.DebugInfoCategory
 
decodeStructure(UnivalRecord<?, ?, ?>, Class<T>) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Convert from unival record value to list of user-defined beans.
decodeStructureRow(UnivalRecord<?, ?, ?>, int, Class<T>) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Decode single row of structured value into single instance of user-defined bean.
deleteAllMembersOfResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
All members have been removed from the group.
deleteMemberFromResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
A member has been removed from the group.
deleteObjectThatWasAMemberOfResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
A member has been removed from the group due to its deletion from the system.
deleteResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Resource group object has been deleted.
delta - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Difference between two consecutive values.
deltaParametrised - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
Demo - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2VerLevel
 
derived - sk.ipesoft.d2000.d2japi.annotations.ParameterDirectionType
Actual direction is derived from types of actual method parameter and formal RPC parameter.
dictionary - sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Contents of D2000 system dictionary.
DictionaryEntry - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Single-language entry within multi-lingual system dictionary.
DictionaryLanguage - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Description of dictionary language.
disabledByConfiguration - sk.ipesoft.d2000.d2japi.UserAccountDisabledReason
Account has been locked permanently by configuration.
disallowOpeningSchemas - sk.ipesoft.d2000.d2japi.LoggedUserFlags
user is disallowed to open HI schemas except for default schema.
doReturn(byte[]) - Method in interface sk.ipesoft.d2000.d2japi.SBAReturnContext
Return valid result to the caller.
doReturnError(T) - Method in interface sk.ipesoft.d2000.d2japi.ReturnContext
Respond with error code
doReturnException(Throwable) - Method in interface sk.ipesoft.d2000.d2japi.ReturnContext
Respond that an exception has been thrown.
doReturnNotFound() - Method in interface sk.ipesoft.d2000.d2japi.ReturnContext
Respond that overloaded method not found.
DUPLICATE_ADDRESS_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 

E

ecoAverage - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
EDIT_DISABLE - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
editArchive - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to edit, insert or remove values in D2000 archive.
editDictionary - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to edit system dictionary.
editStructDb - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to directly view and edit structure valued objects.
emptyPassword - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to have password set to an empty string.
emptyPasswordIsNotAllowed - sk.ipesoft.d2000.d2japi.ChangePasswordResult
Empty new password is not allowed.
encodeEmptyStructure(Class<T>) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Create unival record value with zero rows.
encodeStructure(List<T>, Class<T>) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Covert list of beans to Unival record value.
end - sk.ipesoft.d2000.d2japi.RPCConversationFlag
Closes RPC conversation from senders side.
entryConfiguration - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Artificial first entry as a starting point of the history.
entryConfiguration - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Artificial first entry as a starting point of the history.
equals(Object) - Method in class sk.ipesoft.d2000.d2japi.annotations.InOut
 
equals(Object) - Method in class sk.ipesoft.d2000.d2japi.ConnectionParameters
 
equals(Object) - Method in class sk.ipesoft.d2000.utils.IndexedObjectName
 
equals(UnivalValue<?>) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
equalsTypes(RpcParameterType[], RpcParameterType[]) - Static method in class sk.ipesoft.d2000.d2japi.utils.RpcParameterTypeFactory
Compares arrays one and two and returns true when same.
ERR_ARCHIV_NOT_RUNNING - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_DATABASE_ROWS_LIMIT - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_DEADLOCK_RPC - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_EVAL_ERROR - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_EXEC_EVENT - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_EXEC_UNIT - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_EXPRESSION_STATUS - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_EXPRESSION_TYPE - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_FILE_ERROR - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_INV_NUM_PARAMS - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_INVALID_HANDLE - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_INVALID_OBJ_TYPE - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_INVALID_REFID_TYPE - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_IS_RECORD - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_JAVA_EXCEPTION - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_LOCAL_MUST_PUBLIC - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_LOCAL_VAR_NFOUND - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_LOCAL_VAR_NOT_RECORD - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_MISSING_RETURN - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_MORE_DATA - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_NO_ALIAS - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_NO_ASSIGNED_ALIAS - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_NO_DATA - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_NO_ERROR - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_NO_RECOD - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_OBJECT_IS_NOT_IN_ARCHIVE - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_OBJECT_NFOUND - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_PROCEDURE_NOT_FOUND - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_RANGE_ERROR - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_RECORD_NO_COMP - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_RETURN - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_SERVER_REQUIRED - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_SET_CONST - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_TIME_OUT - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_TRANS_ABORT - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_TRANS_ERROR - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_TRANS_IGNORED - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_UNIT_NOT_FOUND - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_UNKNOWN_REFID - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERR_VALUE_RANGE - sk.ipesoft.d2000.d2japi.EventErrorCodes
 
ERROR - sk.ipesoft.d2000.d2japi.CONOSeverity
 
Event - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate that annotated interface is designed for EventProxy.
EventErrorCodes - Enum in sk.ipesoft.d2000.d2japi
 
eventHobj - sk.ipesoft.d2000.d2japi.annotations.CallerInformationType
HOBJ of event or schema or 0 if called from JAPI Session.
EventProxyFactory<T> - Class in sk.ipesoft.d2000.d2japi.annotations
Factory class for creating "EventProxy" objects.
EventWrapperFactory<T> - Class in sk.ipesoft.d2000.d2japi.annotations
Factory class for creating and registering "EventWrapper" objects within a JAPI Sessions.
exceptionThrown - sk.ipesoft.d2000.d2japi.SBAInternalErrorCode
Exception thrown during SBA execution.
ExecRPCListener - Interface in sk.ipesoft.d2000.d2japi
Listener interface for incoming RPC events.
execRTICommand(D2RTIProviderHandle, String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Execute RTI (Runtime Information) command on RTI provider and get result of the execution.
ExecSBAListener - Interface in sk.ipesoft.d2000.d2japi
Listener interface for incoming SBA events.
execute(Runnable) - Method in interface sk.ipesoft.d2000.d2japi.AsynchronousExecutor
Execute runnable object asynchronously.
execute(Callable<V>) - Method in interface sk.ipesoft.d2000.d2japi.AsynchronousExecutor
Execute callable object asynchronously and return result wrapped in Future.
externalReason - sk.ipesoft.d2000.d2japi.RPCConversationAbortReason
Parter aborted the RPC conversation.
externalTools - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to use external tools.

F

failed - sk.ipesoft.d2000.d2japi.RedundancyStateType
Kernel is in fail state.
FATAL_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
fillConvertedValues(List<T>, Class<T>, Convertor) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Convert column bound values with dictionaryConvertor and write results as converted column bound values.
fillMulticonvertedValues(List<T>, Class<T>, List<Convertor>) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Convert column bound values with all dictionaryConvertors and write results as multi-converted column bound values.
filter - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Filter out non significant changes of archived value.
fromLegacyName(String, boolean) - Static method in enum sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Translate legacy name of operation type into enumeration item or null if not recognized.
fromLegacyName(String, boolean) - Static method in enum sk.ipesoft.d2000.d2japi.AuditUserOperationType
Translate legacy name of operation type to enumeration item.
fromMask(int) - Static method in enum sk.ipesoft.d2000.d2japi.LoggedUserFlags
Get set of flags from bitwise mask.
FutureEvent<V> - Interface in sk.ipesoft.d2000.async
Standard Future with ability to notify listeners when future computation is done
FutureEventHandler<V> - Interface in sk.ipesoft.d2000.async
Implementations of this interface are notified by implementations of FutureEvent when result of the future is available.
FutureEventWrapper<O,C> - Class in sk.ipesoft.d2000.async
Base class for converters of FutureEvent results.
FutureEventWrapper(FutureEvent<O>) - Constructor for class sk.ipesoft.d2000.async.FutureEventWrapper
Wrap wrapped into new FutureEvent with converted result.

G

get() - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
 
get() - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
 
get(long, TimeUnit) - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
 
get(long, TimeUnit) - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
 
getAcceptanceError() - Method in exception sk.ipesoft.d2000.d2japi.ConnectSessionException
 
getAccessType() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationGroupMember
Get type of access.
getAccountExpirationDate() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get user account expiration date or null if account is configured without one.
getAddress() - Method in class sk.ipesoft.d2000.d2japi.ConnectionParameters
Get IP address or host name of d2connector.exe process location.
getAlarm() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translations of D2000 alarm object states.
getAlarmControl() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translations of responses to D2000 alarm.
getAntiABA() - Method in interface sk.ipesoft.d2000.d2japi.D2RTIProviderHandle
 
getApplication_Name() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getApplicationTimeZone() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getApplicationTimeZone() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get time zone of D2000 kernel.
getArchivedObjectColumnIndex() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get one-based column index of cell in case of archived structured value or zero.
getArchivedObjectHobj() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get HOBJ of archived object.
getArchivedObjectRowIndex() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get one-based row index of cell in case of archived structured value or zero.
getArchiveObjectType() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get type of archive object.
getArchiveValues(int, int, int, Date, Date, int, int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get values of archived object from D2000 archive with data provider.
getArchiveValues(int, int, int, Date, Date, int, int, ArchiveDataListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get values of archived object from D2000 archive with data and description listener.
getArchiveValuesThroughStatisticalFunction(int, int, int, Date, Date, int, int, ArchiveStatisticalFunction, int, ArchiveIntegralUnit, double) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get values of archived object from D2000 archive transformed through chosen statistical function.
getArchTags_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getArguments() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
Values of arguments used in RPC call.
getAssignedGroups() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get list of resource groups that the user account is member of.
getAuditData(AuditDataType, AuditDataListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get list of names of objects that have been logged for auditing.
getAuditResourceGroupOperations(Date, int, Date, int, int, String, String, String, String, AuditResourceGroupOperationType, AuditResourceGroupListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Obatin filtered list of audited activities concerning D2000 resource group objects.
getAuditUserOperations(Date, int, Date, int, int, String, String, String, AuditUserOperationType, AuditUserListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Obatin filtered list of audited activities concerning D2000 user objects.
getAuthenticationMethods() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get list of authentication methods that are allowed for the user account.
getBackground() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.ConversionResult
Color of text's background as 0xBBGGRR or null if no color is specified.
getBackgroundColor() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get default background color of the state text.
getBackgroundColor() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextItem
Get background color of the visual representation.
getBaseValue() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get base value of the state text definition.
getBool() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translations of D2000 3-state boolean values.
getByteArray() - Method in interface sk.ipesoft.d2000.d2japi.SBACallEvent
Get argument of the call.
getCallerEventHobj() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
HOBJ of Event object that made the call or 0 if called from JAPI.
getCallerProcessHobj() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
HOBJ of EVH process that runs the caller or HOBJ of JAPI Session.
getCertificatePath() - Method in class sk.ipesoft.d2000.d2japi.ConnectionParameters
Get optional path to file with certificate.
getCode() - Method in enum sk.ipesoft.d2000.d2japi.RpcReturnContextErrorType
Get actual code being sent to the kernel
getColCount() - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Deprecated.
getCols() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
As of R39, replaced by D2ObjectInfo.getColumnCount().
getColumn() - Method in class sk.ipesoft.d2000.d2japi.unival.Vobj
Get one-based column index.
getColumnCount() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get number of column in case of structured value, zero otherwise.
getColumnCount() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalRecordValue
 
getColumnDescription(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get human-readable title of column at the indexed position.
getColumnIndex() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get one-based column index of cell from archived structured value or zero for non-structured value.
getColumnIndex() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoRequest
Get one-based column index of cell with reference.
getColumnIndex() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get one-based column index of referenced cell or zero if non-structured value object is referenced.
getColumnIndex() - Method in class sk.ipesoft.d2000.utils.IndexedObjectName
 
getColumnIndex(String) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get index of column identified by its name or null for unknown column.
getColumnName(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get technical name of column (identifier) at the indexed position.
getColumnStateTextHobj(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get HOBJ of StateTextDefinition object that should be used for displaying values from indexed column or zero if not used.
getColumnStatusTextHOBJ(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Deprecated.
As of R39, replaced by D2ObjectInfo.getStateTextHobj()
getColumnTransformationPaletteIndex(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get one-based index of transformation palette used for displaying values from indexed column or zero if not used.
getColumnTransPalIdx(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
getColumnType(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get type of column at the indexed position.
getColumnTypes() - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get ordered list of all column types.
getColumnUseLimits(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Deprecated.
getColumnUsePrAlarm(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Deprecated.
getColumnUseStartVal(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Deprecated.
getCommand() - Method in interface sk.ipesoft.d2000.d2japi.D2TellCmdInfo
Get name of the command.
getCommentText() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get additional text information.
getComposition() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get name of default composition of graphical objects that are opened automatically after user's valid login to HI.
getComputerName() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get name of the computer that performed the action.
getConcurrentUser_Nr() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getConcurrentUser_Nr_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getConnectionExecutor() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getConnectionName() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getConnectionString() - Method in class sk.ipesoft.d2000.d2japi.ConnectionParameters
Get formated address:port string.
getConnector() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get actual connector used by this session.
getConsoleInfo() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get list of consoles for NamedDevice licensing model.
getConsoles() - Method in interface sk.ipesoft.d2000.d2japi.D2ConsoleInfo
 
getConsolesNr() - Method in interface sk.ipesoft.d2000.d2japi.D2ConsoleInfo
 
getCreateTimeMiliseconds() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Get unix time in milliseconds, when the entry has been created.
getCreatorUserName() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Get name of user that created the entry.
getCurrentServerTimeMilliseconds() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getCustomer_Name() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getD2Product() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getD2VerLevel() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getDbEng() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getDebugInfoCategories(int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Retrieves list of debug categories (levels) supported by existing and running D2000 process.
getDefaultLanguageIndex() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get index of dictionary language that should be used by default for UI translation.
getDefaultObjectInfoCache() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getDefaultUnivalConvertor() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getDefinition(int) - Method in interface sk.ipesoft.d2000.d2japi.utils.D2StructureDefinitionResolver
Returns structure definition according to passed HOBJ.
getDefinition(String) - Method in interface sk.ipesoft.d2000.d2japi.utils.D2StructureDefinitionResolver
Returns structure definition according to passed structure definition name.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataProvider
Get current snapshot of configuration of archived tag.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get human readable (translatable) description of archive object.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationConfiguration
Get human-readable description of the resource group.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get human-readable description of user account.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get human-readable description of the object.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.D2TellCmdInfo
Get human readable command description.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get human readable description of the state text object.
getDescription() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get human readable, translatable description of referenced object.
getDesctiption() - Method in class sk.ipesoft.d2000.d2japi.DebugInfoCategory
 
getDictionaryLanguages() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SharedResourcesCache
Get list of cached languages.
getDigitalInput() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translations of D2000 3-state digital input values.
getEnabledActivities() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get list of activities that are allowed in HI to be performed with the user account.
getError() - Method in exception sk.ipesoft.d2000.d2japi.ConnectSessionException
Get
getErrorCode() - Method in exception sk.ipesoft.d2000.d2japi.D2JapiException
 
getErrorCode() - Method in exception sk.ipesoft.d2000.d2japi.LoginFailedException
Get code of error reported by Kernel.
getExceptionCode() - Static method in enum sk.ipesoft.d2000.d2japi.RpcReturnContextErrorType
Get internal code for exception being thrown.
getExceptionCode() - Static method in enum sk.ipesoft.d2000.d2japi.SBAErrorCode
Get internal code for thrown exception.
getExpirationDate() - Method in interface sk.ipesoft.d2000.d2japi.PasswordInformation
Get date when password expires.
getForeground() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.ConversionResult
Color of text encoded as 0xBBGGRR or null if no color is specified.
getForegroundColor() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get default foreground color of the state text.
getForegroundColor() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextItem
Get foreground color of the visual representation.
getFullConfigData() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupOperation
Get state of the resource group after the operation finished.
getFullConfigData() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperation
Get configuration of user account after the audited operation has been performed.
getFullConfigXml() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get complete contents of XML document, that can be exported for further processing.
getFullName() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get the full name specified for the user account.
getFutureObjectHobjByName(D2Session, String) - Static method in class sk.ipesoft.d2000.d2japi.D2SessionUtils
Resolve object name to it's HOBJ lazily.
getGraceLogonAttemptsCount() - Method in interface sk.ipesoft.d2000.d2japi.PasswordInformation
Get current number of tolerated logon attempts since the password has been expired.
getGraceLogonAttemptsLimit() - Method in interface sk.ipesoft.d2000.d2japi.PasswordInformation
Get number of allowed logon attempts that kernel tolerates after the password has been expired.
getHasNL() - Method in interface sk.ipesoft.d2000.d2japi.CONOEntry
Get true if this CONO entry is supposed to be printed as one line; or false should be appended to next entry, until entry with EOL appears.
getHighAvailabilityProcessLevel() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getHighAvailabilitySystemLevel() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get HOBJ of archive object.
getHobj() - Method in class sk.ipesoft.d2000.d2japi.connector.OpenedObject
 
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.D2Object
Get HOBJ of opened object.
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get HOBJ - immutable unique identifier in D2000 DODM - of the object.
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.D2RTIProviderHandle
 
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get HOBJ - unique indentifier of the session's counter part ".DCC" object within D2000 DODM.
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get HOBJ of D2000 the user object.
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get HOBJ of state text object.
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoRequest
Get HOBJ of structured value object (SV.).
getHobj() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get HOBJ of referenced object.
getHobj() - Method in class sk.ipesoft.d2000.d2japi.unival.Vobj
Get HOBJ.
getHobj(String, D2Session) - Method in interface sk.ipesoft.d2000.d2japi.ObjectInfoCache
Resolve object name into HOBJ.
getHOBJ() - Method in class sk.ipesoft.d2000.d2japi.connector.OpenedObject
Deprecated.
getHOBJ() - Method in interface sk.ipesoft.d2000.d2japi.D2Object
Deprecated.
as of R39. Use D2Object.getHobj() instead.
getHOBJ() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
As of R39, replaced by D2ObjectInfo.getHobj().
getHost() - Method in class sk.ipesoft.d2000.d2japi.connector.ListeningHandleImpl
 
getHost() - Method in interface sk.ipesoft.d2000.d2japi.ListeningHandle
Get address of listening socket.
getHostName() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionParameters
Get name of the computer that the connecting client is running on.
getId() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupMember
Get HOBJ of object.
getId() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationGroupMember
Get id of operation.
getId() - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationContext
Get internal ID of RPC conversation.
getIndex() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryLanguage
Get index of dictionary language referenced by DictionaryEntry.getLanguageIndex().
getIndirectInfo(List<SingleIndirectInfoRequest>) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get information about objects referenced by indirect references in cells of structured value.
getIndirectInfo(SingleIndirectInfoRequest[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get information about objects referenced by indirect references in cells of structured value.
getInstance() - Static method in class sk.ipesoft.d2000.d2japi.D2Japi
Get single instance of D2Japi class.
getInterfaceHobj() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
Get HOBJ of ESL Interface that declares RPC.
getInterfaceHobj() - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationContext
Get HOBJ of ESL interface that declares called RPC or zero if RPC is not declared by ESL interface.
getInvalidLogonAttemptsCount() - Method in interface sk.ipesoft.d2000.d2japi.PasswordInformation
Get current number of consequent invalid logon attempts.
getInvalidLogonAttemptsLimit() - Method in interface sk.ipesoft.d2000.d2japi.PasswordInformation
Get allowed number of invalid logon attempts before kernel locks the account.
getInvalidLogonCount() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperation
Get number of invalid attempts to logon.
getJsonDetails() - Method in interface sk.ipesoft.d2000.d2japi.ProcessListItem
Get details of process in JSON format.
getKey() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Get key which is to be translated
getLanguageIndex() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Get index of language within multi-lingual dictionary.
getLegacyName() - Method in enum sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Get legacy name of oepration type.
getLegacyName() - Method in enum sk.ipesoft.d2000.d2japi.AuditUserOperationType
Get legacy name of the operation type.
getLicenseStatus() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get information about current license state.
getLicExpiration() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getLicModel() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getLicNumber() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getLimit() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translations of D2000 unival limit boundaries
getList() - Method in interface sk.ipesoft.d2000.d2japi.D2ProcessList
 
getLocalId() - Method in interface sk.ipesoft.d2000.d2japi.D2RTIProviderHandle
 
getLockoutTime() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperation
Get timestamp, till when the user account is locked.
getLockTimeoutSeconds() - Method in interface sk.ipesoft.d2000.d2japi.PasswordInformation
Get number of seconds for how long the kernel locks the account after exceeding allowed number of invalid logon attempts.
getLoggedUserInformation() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get information about D2000 user account that has been used to authenticate current session.
getLogoffTimeout() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get number of seconds of being inactive in HI after which the user account is automatically logged off.
getLogTime() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get timestamp, when the logged operation occured.
getMacros() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get list of object names that are invokable with keyboard shortcut from HI
getMajorVersion() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getMask() - Method in enum sk.ipesoft.d2000.d2japi.LoggedUserFlags
 
getMask() - Method in enum sk.ipesoft.d2000.d2japi.RPCConversationFlag
 
getMaxArcTags() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getMaxTags() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getMembers() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationConfiguration
Get list of objects that are members of the resource group.
getMenu() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get name of HI Menu object that extends standard HI menu.
getMetainfo() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get metainfo for current session.
getMilisecondsValue() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalTimeValue
 
getMinorVersion() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getModifyTimeMiliseconds() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Get unix time in miliseconds of the last update of the entry.
getName() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get name of the object in DODM.
getName() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationConfiguration
Get name of the resource group.
getName() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get name of the user account.
getName() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get name of the object - mutable unique identifier in D2000 DODM.
getName() - Method in interface sk.ipesoft.d2000.d2japi.D2RTIProviderHandle
 
getName() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get name of the session as provided in D2SessionParameters.
getName() - Method in class sk.ipesoft.d2000.d2japi.DebugInfoCategory
 
getName() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryLanguage
Get human readable name of the dictionary language.
getName() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get unique name of the state text object.
getName() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get name (unique idetifier) of referenced object.
getNamedDevice_Nr() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getNamedDevice_Nr_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getNamedUser_Nr() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getNamedUser_Nr_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getNoErrorCode() - Static method in enum sk.ipesoft.d2000.d2japi.RpcReturnContextErrorType
Get internal code for no error.
getNoErrorCode() - Static method in enum sk.ipesoft.d2000.d2japi.SBAErrorCode
Get internal code for no error.
getNotFoundCode() - Static method in enum sk.ipesoft.d2000.d2japi.RpcReturnContextErrorType
Get internal code for bad RPC name.
getNotFoundCode() - Static method in enum sk.ipesoft.d2000.d2japi.SBAErrorCode
Get internal code for bad name of SBA.
getObjectHobj(String) - Method in class sk.ipesoft.d2000.d2japi.utils.ObjectHobjLazyCache
Resolve object name into HOBJ.
getObjectHOBJByName(D2Session, String) - Static method in class sk.ipesoft.d2000.d2japi.D2SessionUtils
Deprecated.
As of R39 due to its inefficiency; use D2SessionUtils.getFutureObjectHobjByName(D2Session, String) instead.
getObjectInfo() - Method in class sk.ipesoft.d2000.d2japi.connector.OpenedObject
 
getObjectInfo() - Method in interface sk.ipesoft.d2000.d2japi.D2Object
Get definition of opened object.
getObjectInfo(int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get current configuration of an object in D2000 DODM identified by HOBJ.
getObjectInfo(String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get current configuration of an object in D2000 DODM identified by name.
getObjectInfo(String, D2Session) - Method in interface sk.ipesoft.d2000.d2japi.ObjectInfoCache
Resolve object name into object info.
getObjectName() - Method in class sk.ipesoft.d2000.utils.IndexedObjectName
 
getObjectType() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get D2000 object type of referenced object.
getObjectValue() - Method in class sk.ipesoft.d2000.d2japi.connector.OpenedObject
 
getObjectValue() - Method in interface sk.ipesoft.d2000.d2japi.D2Object
Get value of the object in time, when it was opened.
getOperationType() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupOperation
Get type of operation performed on resource group.
getOperationType() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperation
Get type of the operation.
getParent() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
As of R39, replaced by D2ObjectInfo.getParentHobj().
getParentHobj() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get HOBJ of the object's parent.
getParmDesc() - Method in interface sk.ipesoft.d2000.d2japi.D2TellCmdInfo
Get human readable description of tell command parameters.
getPartner_NameOEM() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getPassword() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionParameters
 
getPasswordExpirationDate() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get user account password's expiration date or null if password has no expiration date.
getPasswordInformation() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get password information for the current logged user.
getPasswordInformation() - Method in exception sk.ipesoft.d2000.d2japi.LoginFailedException
Get information about account password or null.
getPasswordValidityDuration() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get number of days for how long a new password will be valid until it expires.
getPeriodSeconds() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get length of archive object period in seconds or zero for non-periodic archive object.
getPort() - Method in class sk.ipesoft.d2000.d2japi.ConnectionParameters
Get port number on which d2connector.exe process listens for JAPI connections.
getPort() - Method in class sk.ipesoft.d2000.d2japi.connector.ListeningHandleImpl
 
getPort() - Method in interface sk.ipesoft.d2000.d2japi.ListeningHandle
Get port number of listening socket.
getPrimitiveValue() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalBooleanValue
 
getPrimitiveValue() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalIntValue
 
getProc_EdaClientAct() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_JapiSessionDynamic() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_JapiSessionDynamicAct() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_JapiSessionStatic() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_JapiSessionStaticAct() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_SGCom() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_SGComAct() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_SmartWebClientAct() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProc_SmartWebRESTAct() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getProcess() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translation of D2000 process object's states.
getProcessAlarm() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translation of D2000 unival process alarm states.
getProcessId() - Method in interface sk.ipesoft.d2000.d2japi.D2Cono
Get HOBJ of attached process.
getProcessId() - Method in interface sk.ipesoft.d2000.d2japi.ProcessListItem
Get process ID (HOBJ) of D2000 process
getProcessName() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get name of the process that performed the action.
getProcessValid() - Method in interface sk.ipesoft.d2000.d2japi.ProcessListItem
Get true if the process is running; false if it is not.
getProtocols() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getQval() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translation of D2000 switch object states.
getRedundancyState() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get current redundancy state;
getRedundantConnectionEventListener() - Method in class sk.ipesoft.d2000.d2japi.connector.RedundantConnectionManagerImpl
 
getRedundantConnectionEventListener() - Method in interface sk.ipesoft.d2000.d2japi.RedundantConnectionManager
Get reference to the connection event listener.
getResourceGroupName() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupOperation
Get name of resource group, which was affected by the operation.
getResponseDataSet() - Method in interface sk.ipesoft.d2000.d2japi.RPCReturnContext
Get reference to response data set.
getReturnContext() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
Get context used for returning values in case of synchronous RPC call or null in case of asynchronous call.
getReturnContext() - Method in interface sk.ipesoft.d2000.d2japi.SBACallEvent
Get context object which serves as proxy for returning result of the call or null if called asynchronously.
getRow() - Method in class sk.ipesoft.d2000.d2japi.unival.Vobj
Get one-based row index.
getRowCount() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get number of rows in case of structured value, zero otherwise.
getRowIndex() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get one-based row index of cell from archived structured value or zero for non-structured value.
getRowIndex() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoRequest
Get one-based row index of cell with reference.
getRowIndex() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get one-based row index of referenced cell or zero if non-structured value object is referenced.
getRowIndex() - Method in class sk.ipesoft.d2000.utils.IndexedObjectName
 
getRows() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
As of R39, replaced by D2ObjectInfo.getRowCount().
getRTIProviders(int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get list of RTI provider handles for D2000 process identified by HOBJ.
getSecurityInfo() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get additional text information about security tokens involved in the action.
getSerialNr() - Method in interface sk.ipesoft.d2000.d2japi.CONOEntry
Get serial number (line number) of this entry.
getSerialNumber() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get serial number of the logged item in group of logged items with the same writeTime timestamp.
getSessionHobj() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
Get HOBJ of JAPI session handling the call event.
getSessionName() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionParameters
 
getSeverity() - Method in interface sk.ipesoft.d2000.d2japi.CONOEntry
Get severity of this entry.
getSharedResourcesCache() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getSize() - Method in interface sk.ipesoft.d2000.d2japi.RpcResponseDataSet
Get number of arguments.
getSmartWebClient() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getStateTextHobj() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get HOBJ of associated state text object.
getStateTextHobj() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get HOBJ of StateTextDefinition object, which should be used when value of the object is to be displayed, or zero if not used.
getStateTextHobj() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get HOBJ of state text used to represent referenced object's value or zero if not used.
getStateTextItems() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get definitions of individual steps of state text object.
getStation() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translation of D2000 station object states.
getStatus() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translation of D2000 unival state flags.
getStepValue() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get size of one step between two values distinguished by different text representation.
getStrucDefinitionID() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
getStructDefInfo(int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get structure definition data for existing "SD." object identified by HOBJ.
getStructDefInfo(String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get structure definition data for existing "SD." object identified by object name.
getStructDefInfoList() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get all structure definitions in one list.
getStructTypeId() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalRecordValue
 
getStructureColumnCount() - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get number of columns in strucure.
getStructureDefinitionHobj() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get HOBJ of associated structure definition object in case of structured value object, zero otherwise.
getStructureDefinitionHobj() - Method in interface sk.ipesoft.d2000.d2japi.RpcParameterType
Get HOBJ of structure definition if RpcParameterType.getType() is UnivalType.record, otherwise zero.
getStructureDefinitionHobj() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get HOBJ of structure definition if referenced object's value is of Unival Record type or zero if not applicable.
getStructureDefinitionResolver() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getSupportedTellComands(int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get list of tell commands supported by D2000 process identified by its HOBJ.
getSupportedTellComands(String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get array of tell commands supported by D2000 process identified by its name.
getSysProc_Api() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Api_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Archiv() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Archiv_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Calc() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Calc_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_DbManager() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_DbManager_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_EDAServer() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_EDAServer_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Event() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Event_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Gateway() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Gateway_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Kom() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Kom_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_OPCServer() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_OPCServer_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Switch() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Switch_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Topology() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getSysProc_Topology_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getTags_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getTargetProcedureName() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
Get name of called RPC procedure.
getTargetProcedureName() - Method in interface sk.ipesoft.d2000.d2japi.SBACallEvent
Get identifier of called RPC.
getTechnicalUnit() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
As of R39, replaced with D2ObjectInfo.getTechnicalUnits().
getTechnicalUnits() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get human readable (translatable) description of techical units.
getTechnicalUnits() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get human-readable representation of technical units.
getTechnicalUnits() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get human readable, translatable description of technical units of referenced object's value.
getText() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.DictionaryEntry
Get translation of key (DictionaryEntry.getKey()) in language (DictionaryEntry.getLanguageIndex()).
getText() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextItem
Get text for the visual representation that replaces the actual value.
getTextLine() - Method in interface sk.ipesoft.d2000.d2japi.CONOEntry
Get text message of this entry.
getTextPalID() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
As of R39, replaced by D2ObjectInfo.getStateTextHobj().
getThinCli_Nr() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getThinCli_Nr_Act() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
getTimestamp() - Method in interface sk.ipesoft.d2000.d2japi.CONOEntry
Get time stamp of this entry.
getTotalBytesRead() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getTotalBytesRead() - Method in interface sk.ipesoft.d2000.d2japi.D2Connector
Get number of bytes read from stream.
getTotalBytesSent() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
getTotalBytesSent() - Method in interface sk.ipesoft.d2000.d2japi.D2Connector
Get number of bytes sent into stream.
getTransformationPaletteIndex() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get one-based index of associated transformation palette.
getTransformationPaletteIndex() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get one-based index of transformation palette, that should be used when value of the object is to be displayed, or zero if not used.
getTransformationPaletteIndex() - Method in interface sk.ipesoft.d2000.d2japi.SingleIndirectInfoResponse
Get one-based index of transformation palette used to represent referenced object's value or zero if not used.
getTransPalID() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Deprecated.
getType() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get type of the object./
getType() - Method in interface sk.ipesoft.d2000.d2japi.RpcParameterType
Get type of the parameter.
getType(int) - Method in interface sk.ipesoft.d2000.d2japi.RpcResponseDataSet
Get unival type of argument at certain position.
getUnivalType() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get type of Unival value that is to be translated.
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalAlarmValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalArrayValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalBooleanValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalIntValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalProcessValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalQvalValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalRealValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalRecordValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalStationValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalTextValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalTimespanValue
 
getUnivalType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalTimeValue
 
getUnivalTypeOrdinal() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
getUnivalValueType() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get type of values stored in archive object.
getUnivalValueType() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
getUnivalValueTypeOrdinal() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
getUnivalWrapper(D2Session) - Method in class sk.ipesoft.d2000.datatable.TableBase
Create UnivalRecord instance with appropriate reference to structure definition and value set to the current table instance.
getUserAccountDisabledReason() - Method in interface sk.ipesoft.d2000.d2japi.PasswordInformation
Get reason for account being disabled or null.
getUserFlags() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get set of allowed activities to be performed by the user
getUserId() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get HOBJ of the D2000 object of type user.
getUsername() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get unique name of the user object.
getUserName() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get name of the D2000 object of type user.
getUserName() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionParameters
 
getUserParametersMap() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get user parameters in form of map.
getUserParametersRaw() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get raw for of user parameters field.
getUserTimeoutMinutes() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get inactivity timeout for current user in minutes.
getUuid() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get UUID identifier of the object.
getValue() - Method in class sk.ipesoft.d2000.d2japi.annotations.InOut
Get current value.
getValue() - Method in enum sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
getValue() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectInfo
Get current snapshot of object value.
getValue() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.ConversionResult
Get textual representation of value.
getValue() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
getValue(int) - Method in interface sk.ipesoft.d2000.d2japi.RpcResponseDataSet
Get current value of INOUT argument or null for IN argument.
getValueAsDouble(boolean) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
getValueControl() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Get translation of D2000 value control modes.
getValueOrNull() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
getWriteTime() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get timestamp, when the logged item has been written to the database.
getWriteTimeMilliseconds() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get timestamp, when the logged item has been written to the database in milliseconds since epoch.

H

hasDictionary() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SharedResourcesCache
Get true when dictionary is cached.
hashCode() - Method in class sk.ipesoft.d2000.d2japi.annotations.InOut
 
hashCode() - Method in class sk.ipesoft.d2000.d2japi.ConnectionParameters
 
hashCode() - Method in class sk.ipesoft.d2000.utils.IndexedObjectName
 
hasStateTexts() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SharedResourcesCache
Get true when state texts are cached.
hasStructureDefinitions() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SharedResourcesCache
Get true when structure definitions are cached.
hasSystemTexts() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SharedResourcesCache
Get true when system texts are cached.
hasTransformationPalettes() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.SharedResourcesCache
Get true when transformation palettes are cached.
hostName(String) - Method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Set new value of hostName and get reference to self.
hot - sk.ipesoft.d2000.d2japi.RedundancyStateType
Hot kernel.
hour - sk.ipesoft.d2000.d2japi.ArchiveIntegralUnit
 

I

in - sk.ipesoft.d2000.d2japi.annotations.ParameterDirectionType
From caller to callee only.
increment - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Difference between two consecutive values.
incrementParametrised - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
IndexedObjectName - Class in sk.ipesoft.d2000.utils
 
IndexedObjectName(String) - Constructor for class sk.ipesoft.d2000.utils.IndexedObjectName
 
IndexedObjectName(String, Integer, Integer) - Constructor for class sk.ipesoft.d2000.utils.IndexedObjectName
 
IndirectInfoRequestFactory - Class in sk.ipesoft.d2000.d2japi.utils
Helper class for creating indirect info requests.
IndirectInfoRequestFactory() - Constructor for class sk.ipesoft.d2000.d2japi.utils.IndirectInfoRequestFactory
 
INFO - sk.ipesoft.d2000.d2japi.CONOSeverity
 
inout - sk.ipesoft.d2000.d2japi.annotations.ParameterDirectionType
Both from caller to callee and then from callee to caller.
InOut<T> - Class in sk.ipesoft.d2000.d2japi.annotations
Container type for handling output parameters of synchronous RPC calls.
InOut() - Constructor for class sk.ipesoft.d2000.d2japi.annotations.InOut
Create new instance initiated with null.
InOut(T) - Constructor for class sk.ipesoft.d2000.d2japi.annotations.InOut
Create new instance initiated with value.
insertMemberToResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
A new member has been added to the group.
instanceAlreadyRunning - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
integer - sk.ipesoft.d2000.d2japi.annotations.ParameterType
Signed 32-bit integer number type.
integral - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Integral of archived values.
intermediate - sk.ipesoft.d2000.d2japi.RPCConversationFlag
Marks standard message of continuing RPC conversations.
internalJava - sk.ipesoft.d2000.d2japi.annotations.CallerInformationType
Whether called from internal java environment.
INVALID_ACCESS - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
INVALID_DB_PASSWORD - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
INVALID_NAME - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
INVALID_VERSION - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
invalidOldPassword - sk.ipesoft.d2000.d2japi.ChangePasswordResult
Old password was not valid.
invalidProcessName - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
invalidSAS - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
Ipesoft - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2VerLevel
 
isActive() - Method in class sk.ipesoft.d2000.d2japi.DebugInfoCategory
 
isAdmin() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get true if the user account has administrative privileges, false otherwise.
isAdmin() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get true if the user has administrator privileges within D2000 system.
isCallerJava() - Method in interface sk.ipesoft.d2000.d2japi.RPCCallEvent
Get true if RPC call has been made from D2000 internal java.
isCancelled() - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
 
isCancelled() - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
 
isChangeOfPasswordRequired() - Method in interface sk.ipesoft.d2000.d2japi.LoggedUserInformation
Get true if the user account is configured to have its password changed upon the next login.
isClosed() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
isClosed() - Method in class sk.ipesoft.d2000.d2japi.connector.OpenedObject
 
isClosed() - Method in class sk.ipesoft.d2000.d2japi.connector.RedundantConnectionManagerImpl
 
isClosed() - Method in interface sk.ipesoft.d2000.d2japi.D2Object
Indicate state of being opened.
isClosed() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionFactory
Get true after D2SessionFactory.close() has been called.
isCnfKeyMandatory() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
isConnected() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
isConnected() - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Get connection state of the session instance.
isDeleted() - Method in class sk.ipesoft.d2000.d2japi.connector.OpenedObject
 
isDeleted() - Method in interface sk.ipesoft.d2000.d2japi.D2Object
Indicate state of object being deleted since it has been opened.
isDoingIntern() - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalTextValue
Check whether the instance class are using String.intern() for storing values.
isDone() - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
 
isDone() - Method in class sk.ipesoft.d2000.async.FutureEventWrapper
 
isEdaClientsEnabled() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
isEditable() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get true if object is editable or false if it is not.
isEmptyPasswordAllowed() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get true if user account is allowed to have empty password, false otherwise.
isEnhancedSecurity() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
isHighAvailabilityProcess() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
isHighAvailabilitySystem() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
isHighPerformanceArchive() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
isImplicit() - Method in enum sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Get implicity state of shared resource type.
isInout(int) - Method in interface sk.ipesoft.d2000.d2japi.RpcResponseDataSet
Get current state of INOUT-ness of an argument.
isInOut() - Method in interface sk.ipesoft.d2000.d2japi.RpcParameterType
Get INOUT-ness state of the parameter.
isLimitsDefinition() - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Get true if the state text defines value for limits of an object rather than its values.
isLimitsUsed(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get true if column has limit values specified, false otherwise.
isLoginDisabled() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get true if user account has been disabled, false otherwise.
isMeInitiator() - Method in interface sk.ipesoft.d2000.d2japi.annotations.ConversationContext
Initiator of the conversation gets true, target of the conversation gets false.
isMeInitiator() - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationContext
Initiator of the conversation gets true, target of the conversation gets false.
isObjectGuardEnabled() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get true if user account "guards" other objects, which are accessible to the user, against deletion or renaming, false otherwise.
isPasswordChangeRequired() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get true if user will be prompted to change his password after next valid login, false otherwise.
isPeriodic() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get true if values are archived periodically or false if they are archived on change of archived object value.
isProcessAlarmUsed(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get true if column has usage of process alarm turned on, false otherwise.
isSmartWebRestEnabled() - Method in interface sk.ipesoft.d2000.d2japi.D2LicenseStatus
 
isStartValueUsed(int) - Method in interface sk.ipesoft.d2000.d2japi.D2StructureDefinitionInfo
Get true if column has a default value for new row specified, false otherwise.
isStaticProcess() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionParameters
Get true if new process is static.
isSuccessful() - Method in interface sk.ipesoft.d2000.d2japi.AuditOperationCommon
Get information on whether the operation was successful.
isToMeOpened() - Method in interface sk.ipesoft.d2000.d2japi.annotations.ConversationContext
Get true if receiving messages from the partner is possible.
isToMeOpened() - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationContext
Get true if receiving messages from the partner is possible.
isToPartnerOpened() - Method in interface sk.ipesoft.d2000.d2japi.annotations.ConversationContext
Get true if sending messages to the partner is possible.
isToPartnerOpened() - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationContext
Get true if sending messages to the partner is possible.
isUserEditAllowed() - Method in interface sk.ipesoft.d2000.d2japi.AuditUserOperationConfiguration
Get true if user is allowed to edit other user accounts, false otherwise.
isValid() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
isWithChildren() - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupMember
Get true if all object's children are implicitly members of resource group.
isWritingToStartOfTheInterval() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveObjectDescription
Get true if periodic statistical archive writes computed value at the start of processed time interval or false when it writes to the end of the interval.

J

JAPI_CREATE_CONNECTOR_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
JAPI_UNSUPPORTED_LICENCE_MODEL_CONNCURENT_USER - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
JAPI_UNSUPPORTED_LICENCE_MODEL_NAMED_USER - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
JAPI_WRONG_LICENCE - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 

L

LICENCE_LIMIT_OVERRUN - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
LIMITED_ACCESS_RIGHTS - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
ListeningHandle - Interface in sk.ipesoft.d2000.d2japi
Handle to listening socket waiting for connections from D2Connector.
ListeningHandleImpl - Class in sk.ipesoft.d2000.d2japi.connector
Implementation of listening handle.
LM_ConcurrentUser - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2LicensingModel
 
LM_NamedDevice - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2LicensingModel
 
LM_NamedUser - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2LicensingModel
 
LOAD_TREZOR_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
lockedForTimeoutPeriodNow - sk.ipesoft.d2000.d2japi.UserAccountDisabledReason
Allowed number of invalid logon attempts has been exceeded by this attempt and the account has been locked for timeout period.
LoggedUserFlags - Enum in sk.ipesoft.d2000.d2japi
Activity types that are either allowed or denyied to individual D2000 user accounts.
LoggedUserInformation - Interface in sk.ipesoft.d2000.d2japi
 
LoginFailedException - Exception in sk.ipesoft.d2000.d2japi
Exception thrown when Kernel refuses to authenticate user account.
LoginFailedException() - Constructor for exception sk.ipesoft.d2000.d2japi.LoginFailedException
 
LoginFailedException(D2JapiErrorCode, PasswordInformation) - Constructor for exception sk.ipesoft.d2000.d2japi.LoginFailedException
 
LoginFailedException(D2JapiErrorCode, PasswordInformation, String) - Constructor for exception sk.ipesoft.d2000.d2japi.LoginFailedException
 
LOGON_AUTHSYSTEM_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
LOGON_METHOD_FORBIDDEN - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
LOGON_NAME_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
Logon attempted with invalid login.
LOGON_NAME_PASSWORD_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
LOGON_WRONG_PASSWORD - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
Logon attempted with wrong password.

M

macro - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to edit macro actions on user keyboard shortcuts.
MANUAL_CTRL_DISABLED - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
max - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Maximum of archived values.
maxt - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Deprecated.
min - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Minimum of archived values.
mint - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Deprecated.
minute - sk.ipesoft.d2000.d2japi.ArchiveIntegralUnit
 
MulticonvertedColumnValue - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.structureBinding
Indicate binding of method (setter) to value of the named column converted by multiple convertors.

N

NAME_ALLREADY_EXIST - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
newProcessOnSBSDisabled - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
none - sk.ipesoft.d2000.d2japi.annotations.ConversationBeginType
No RPC conversation.
notEnoughDigits - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet minimal number of digits requirement.
notEnoughNonDigitCharacters - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet minimal number of non-digit characters requirement.
notEnoughResources - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
notEnoughSpecialCharacters - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet minimal number of special characters requirement.
notEnoughtLowerCaseLetters - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet minimal number of lower case letters requirement.
notEnoughtUpperCaseLetters - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet minimal number of upper case letters requirement.
numberOfPeeks - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
numberOfPits - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 

O

OBJECT_ALLREADY_EXIST - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
OBJECT_HAS_CHILDREN - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
OBJECT_IS_LOCKED_XML - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
OBJECT_IS_READ_ONLY - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
OBJECT_IS_USED - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
OBJECT_NOT_FOUND - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
OBJECT_NOT_OPENED - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
ObjectHobjLazyCache - Class in sk.ipesoft.d2000.d2japi.utils
Resolver of object name to its HOBJ and object info.
ObjectHobjLazyCache(D2Session) - Constructor for class sk.ipesoft.d2000.d2japi.utils.ObjectHobjLazyCache
Create new instance attached to active session.
ObjectInfoCache - Interface in sk.ipesoft.d2000.d2japi
Resolver of object name to object info
objectNotRunning - sk.ipesoft.d2000.d2japi.SBAInternalErrorCode
Process or Event not active.
ODBC_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
Oem - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2VerLevel
 
ok - sk.ipesoft.d2000.d2japi.ChangePasswordResult
Password was changed successfully.
ok - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
ok - sk.ipesoft.d2000.d2japi.SBAInternalErrorCode
No error.
OK - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
onAborted(RPCConversationContext, RPCConversationAbortReason) - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationHandler
Handle RPC conversation abortion.
onAborted(RPCConversationContext, RPCConversationAbortReason) - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationManagedHandler
Method called when RPC conversation is aborted due to partner's process unexpected termination.
onArchiveData(UnivalValue<?>[], boolean) - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataListener
Notify that new data from archive request has arrived.
onArchiveObjectDescription(ArchiveObjectDescription) - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataListener
Handle description of archive object.
onCalled(RPCCallEvent, RPCConversationContext, RPCConversationFlag) - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationHandler
Handle asynchronous RPC call from the conversation partner.
onChange(int, int, UnivalValue<?>) - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectEventsListener
Invoked when value of opened object has changed.
onClose(CloseReason) - Method in interface sk.ipesoft.d2000.d2japi.D2ConnectorEventsListener
Called when D2Connector instance is being disconnected.
onClose(CloseReason) - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectEventsListener
Called when opened object was closed.
onClose(CloseReason) - Method in interface sk.ipesoft.d2000.d2japi.D2ProcessListEventsListener
process list close event
onClose(CloseReason) - Method in interface sk.ipesoft.d2000.d2japi.D2SessionEventsListener
Called when session is being closed.
onConnectionEstabilished(D2Connector, InetAddress, int, ListeningHandle) - Method in interface sk.ipesoft.d2000.d2japi.ServerSocketEventsListener
Called when triple handshake connection verified validity of connecting client and new instance of D2Connector has been created.
onConnectionEstablished(ConnectionParameters) - Method in interface sk.ipesoft.d2000.d2japi.RedundantConnectionEventListener
Method is called when new instance of D2Connector has been obtained.
onConnectionFailed(Exception) - Method in interface sk.ipesoft.d2000.d2japi.D2SessionEventsListener4
Called when session creation failed.
onConnectionFailed(ConnectorException) - Method in interface sk.ipesoft.d2000.d2japi.D2ConnectorEventsListener3
Called on failed connection.
onConnectionFailed(ConnectorException, InetAddress, int, ListeningHandle) - Method in interface sk.ipesoft.d2000.d2japi.ServerSocketEventsListener
Called when connecting client does not pass through initial triple handshake procedure.
onConnectionLost(ConnectionParameters, CloseReason) - Method in interface sk.ipesoft.d2000.d2japi.RedundantConnectionEventListener
Method is called when instance of D2Connector has been disconnected.
onConnectionOpened(D2Connector) - Method in interface sk.ipesoft.d2000.d2japi.D2ConnectorEventsListener
Called when new connection is established.
onCONOEntry(CONOEntry[]) - Method in interface sk.ipesoft.d2000.d2japi.D2ConoEntryEventListener
List of new CONO entries when available.
onConversationAborted() - Method in interface sk.ipesoft.d2000.d2japi.annotations.ConversationHandler
Called when RPC conversation is aborted.
onData(String[], boolean) - Method in interface sk.ipesoft.d2000.d2japi.AuditDataListener
Receive next chunk of object names.
onData(AuditResourceGroupOperation[], boolean) - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupListener
Receive next chunk.
onData(AuditUserOperation[], boolean) - Method in interface sk.ipesoft.d2000.d2japi.AuditUserListener
Receive next chunk.
onDeleted() - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectEventsListener
Object has been deleted in system.
onError(String) - Method in interface sk.ipesoft.d2000.d2japi.AuditDataListener
Called when an error occured in kernel while reading data.
onError(String) - Method in interface sk.ipesoft.d2000.d2japi.AuditResourceGroupListener
Called when an error occured in kernel while reading list of operations.
onError(String) - Method in interface sk.ipesoft.d2000.d2japi.AuditUserListener
Called when an error occured in kernel while reading list of operations.
onError(D2JapiErrorCode) - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataListener
Notify about error that occurs during data arrival from archive.
onException(Throwable) - Method in interface sk.ipesoft.d2000.async.FutureEventHandler
Handle exception being throw during the computation of the future.
onHotConnectorLost(D2Connector) - Method in interface sk.ipesoft.d2000.d2japi.RedundantConnectionEventListener
Called when previously HOT kernel changes state.
onMoreDataInArchive() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataListener2
Notify that there is still more data in archive.
onNewHotConnectorRecognized(D2Connector) - Method in interface sk.ipesoft.d2000.d2japi.RedundantConnectionEventListener
Called when another kernel becomes HOT and reconnection is required.
onObjectOpened(D2Object) - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectEventsListener2
Invoked on object being opened.
onObjectOpenFailed(D2JapiErrorCode, String) - Method in interface sk.ipesoft.d2000.d2japi.D2ObjectEventsListener2
Invoked when object couldn't have been opened due to an error.
onProcessListChange(D2ProcessList, List<ProcessListItem>) - Method in interface sk.ipesoft.d2000.d2japi.D2ProcessListEventsListener
state of any process in the list has been changed
onRedundancyStateChanged(RedundancyStateType) - Method in interface sk.ipesoft.d2000.d2japi.D2SessionEventsListener
Called when D2000 kernel redundancy state has been changed.
onResult(V) - Method in interface sk.ipesoft.d2000.async.FutureEventHandler
Handle valid result of the future.
onRPCCalledEvent(RPCCallEvent) - Method in interface sk.ipesoft.d2000.d2japi.ExecRPCListener
This method is invoked on RPC call event.
onRPCInitializeConversation(String, RPCConversationFlag) - Method in class sk.ipesoft.d2000.d2japi.connector.RpcConversationHandlerFactoryImpl
 
onRPCInitializeConversation(String, RPCConversationFlag) - Method in interface sk.ipesoft.d2000.d2japi.RPCConversationHandlerFactory
Create new instance of RPC conversation handler.
onRTIReceived(String) - Method in interface sk.ipesoft.d2000.d2japi.D2SessionEventsListener
Called when asynchronous RTI command is received.
onSBACalledEvent(SBACallEvent) - Method in interface sk.ipesoft.d2000.d2japi.ExecSBAListener
This method is invoked on SBA call event.
onSessionCreated(D2Session) - Method in interface sk.ipesoft.d2000.d2japi.D2SessionEventsListener
Called when new session is created.
onTerminateRequest() - Method in interface sk.ipesoft.d2000.d2japi.D2SessionEventsListener
Called when kernel issues terminate request to the current session instance.
OPEN_TREZOR_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
openAlarm - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to open list of alarms.
openArchiv - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to view contents of archive.
openBrowser - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to open D2000 Browser.
openCono(int, D2ConoEntryEventListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Open CONO (console output) of running D2000 process identified by its HOBJ and get handle to it.
OpenedObject - Class in sk.ipesoft.d2000.d2japi.connector
 
openGraphsCompositionsReports - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to open D2000 graphs, compositions and reports.
openMonitor - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to view contents of monitoring database.
openObject(int, D2ObjectEventsListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Open existing object in D2000 DODM.
openProcessList(D2ProcessListEventsListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Open D2000 ProcessList.
openTimeChannel - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to browse in D2000 time channels.
originalRunning - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
OTHER_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
out - sk.ipesoft.d2000.d2japi.annotations.ParameterDirectionType
From callee to caller only.

P

PAGE_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
Parameter - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate type of RPC's formal parameter.
ParameterAttribute - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate that actual method parameter is bound to formal RPC's parameter's unival attribute.
ParameterDirectionType - Enum in sk.ipesoft.d2000.d2japi.annotations
Direction of data transfer direction between formal RPC parameter and actual method's parameter.
ParameterType - Enum in sk.ipesoft.d2000.d2japi.annotations
Indicate type of RPC's formal parameter.
ParameterValue - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate that actual method parameter is bound to RPC's formal parameter's value.
parametriseHI - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to set parameters for hi.exe process.
password(String) - Method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Set new value of password and get reference to self.
PASSWORD_EXPIR_TIME - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
Password has expired.
PasswordInformation - Interface in sk.ipesoft.d2000.d2japi
Information about user account password.
PATH_NOT_COMPLETE - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
PERFORMANCE - sk.ipesoft.d2000.d2japi.CONOSeverity
 
POINT_NOT_FOUND_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
previouslyLockedForTimeoutPeriod - sk.ipesoft.d2000.d2japi.UserAccountDisabledReason
Account has been locked for timeout period prior this logon attempt because allowed number of invalid logon attempts has been exceeded.
primary - sk.ipesoft.d2000.d2japi.unival.ArchiveObjectType
Primary archive object reads data directly from another object.
print - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to print.
procedureNotFound - sk.ipesoft.d2000.d2japi.SBAInternalErrorCode
Bad SBA name.
PROCES_LICENCE_DISABLE - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
PROCES_NOT_RUNNING - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
PROCES_RUN_DISABLE - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
PROCES_TCPIP_DENY - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
processAlreadyRunning - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
processes - sk.ipesoft.d2000.d2japi.AuditDataType
System processes.
processHobj - sk.ipesoft.d2000.d2japi.annotations.CallerInformationType
HOBJ of process (event handler, HI, JAPI Session, ...).
ProcessListItem - Interface in sk.ipesoft.d2000.d2japi
Instance of process List item

Q

quitHI - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to turn off hi.exe process.

R

readEnumByteValue(DataInputStream, Class<E>) - Static method in class sk.ipesoft.d2000.d2japi.utils.CIOUtils
Read enum value from input encoded in 1 byte.
readEnumShortValue(DataInputStream, Class<E>) - Static method in class sk.ipesoft.d2000.d2japi.utils.CIOUtils
Read enum value from input encoded in 2 bytes.
readEnumValue(DataInputStream, Class<E>) - Static method in class sk.ipesoft.d2000.d2japi.utils.CIOUtils
Read enum value from input encoded in 4 bytes.
readErrorCode(DataInputStream) - Static method in class sk.ipesoft.d2000.d2japi.utils.CIOUtils
Read D2JapiErrorCode from input.
readString(DataInputStream) - Static method in class sk.ipesoft.d2000.d2japi.utils.CIOUtils
Read string from stream.
readStringArray(DataInputStream) - Static method in class sk.ipesoft.d2000.d2japi.utils.CIOUtils
Read array of strings from input stream.
readUniVal(DataInputStream, D2StructureDefinitionResolver) - Static method in class sk.ipesoft.d2000.d2japi.unival.CUnivalReader
Read arbitrary UnivalValue instances from input stream and return null instead of UnivalNan.
readUniValNotNull(DataInputStream, D2StructureDefinitionResolver) - Static method in class sk.ipesoft.d2000.d2japi.unival.CUnivalReader
Read arbitrary UnivalValue instances from input stream with guarantee of never returning null.
real - sk.ipesoft.d2000.d2japi.annotations.ParameterType
Double-precision floating point number type.
record - sk.ipesoft.d2000.d2japi.annotations.ParameterType
D2000 Structured type.
redim(int, int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Synchronously change row count of D2000 structured variable.
redimAsync(int, int) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Asynchronously change row count of D2000 structured variable.
RedundancyStateType - Enum in sk.ipesoft.d2000.d2japi
 
RedundantConnectionEventListener - Interface in sk.ipesoft.d2000.d2japi
An event listener that is notified on connection state changes by RedundantConnectionManager.
RedundantConnectionManager - Interface in sk.ipesoft.d2000.d2japi
 
RedundantConnectionManagerImpl - Class in sk.ipesoft.d2000.d2japi.connector
Default implementation of RedundantConnectionManager.
registerNewHandler(D2Session, T) - Method in class sk.ipesoft.d2000.d2japi.annotations.EventWrapperFactory
Create new instance of EventWrapper and register it in session for handling incoming RPC and SBA calls.
registerStructure(Class<?>) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
registerStructureClasses(List<? extends Class<?>>) - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
removeRPCListener(String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Unregister RPC listener by it's name.
removeSBAListener(String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Unregister SBA listener by it's name.
resolveUnivalType(Object) - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalValueUtils
Determine unival type from value parameter.
resourceGroups - sk.ipesoft.d2000.d2japi.AuditDataType
System resource groups.
ReturnAttribute - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate binding of method's return value to unival attribute of formal RPC parameter.
ReturnContext<T extends java.lang.Enum<T>> - Interface in sk.ipesoft.d2000.d2japi
Common interface for RPC and SBA return contexts.
ReturnValue - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate binding of method's return value to value of formal RPC parameter.
RPC - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate that annotated method is used as D2000 RPC.
RPCCallEvent - Interface in sk.ipesoft.d2000.d2japi
Information about received RPC call.
RpcCallException - Exception in sk.ipesoft.d2000.d2japi.annotations
Exception thrown when proxied RPC or SBA call throws an exception.
RpcCallException() - Constructor for exception sk.ipesoft.d2000.d2japi.annotations.RpcCallException
Create new instance.
RpcCallException(String) - Constructor for exception sk.ipesoft.d2000.d2japi.annotations.RpcCallException
Create new instance with message.
RpcCallException(String, Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.annotations.RpcCallException
Create new instance with message and cause.
RpcCallException(Throwable) - Constructor for exception sk.ipesoft.d2000.d2japi.annotations.RpcCallException
Create new instance with cause.
RPCConversationAbortReason - Enum in sk.ipesoft.d2000.d2japi
Reason for the conversation being aborted.
RPCConversationContext - Interface in sk.ipesoft.d2000.d2japi
Context of RPC conversation.
RPCConversationFlag - Enum in sk.ipesoft.d2000.d2japi
Indicator of RPC conversation state
RPCConversationHandler - Interface in sk.ipesoft.d2000.d2japi
Raw handler of RPC conversation.
RPCConversationHandlerFactory - Interface in sk.ipesoft.d2000.d2japi
Factory that handles raw RPC conversation initialization with creating RPC conversation handler instance.
RpcConversationHandlerFactoryImpl - Class in sk.ipesoft.d2000.d2japi.connector
 
RPCConversationManagedHandler - Interface in sk.ipesoft.d2000.d2japi
 
RPCConversationMethodBinding - Annotation Type in sk.ipesoft.d2000.d2japi.annotations
Indicate that method is used as a handler of incoming conversation RPC.
RpcParameterType - Interface in sk.ipesoft.d2000.d2japi
Define type of single parameter of a RPC
RpcParameterTypeFactory - Class in sk.ipesoft.d2000.d2japi.utils
 
RpcParameterTypeFactory() - Constructor for class sk.ipesoft.d2000.d2japi.utils.RpcParameterTypeFactory
 
RpcResponseDataSet - Interface in sk.ipesoft.d2000.d2japi
Holder of argument values that are to be returned to the synchronous caller of an RPC
RPCReturnContext - Interface in sk.ipesoft.d2000.d2japi
Return context for synchronous RPC call.
RpcReturnContextErrorType - Enum in sk.ipesoft.d2000.d2japi
 
runTaskInNewThread(Callable<T>) - Static method in class sk.ipesoft.d2000.async.base.AdjustableFuture
Create new thread, execute task within the thread and obtain result as a Future object.
Runtime - sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2VerLevel
 

S

sampleDeviation - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
SAVE_REFERENCES_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
saveResourceGroupConfiguration - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Change of resource group configuration.
SBA - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.eventBinding
Indicate that annotated method is used as D2000 SBA.
SBACallEvent - Interface in sk.ipesoft.d2000.d2japi
Description of call SBA (Send Byte Array) event.
SBAErrorCode - Enum in sk.ipesoft.d2000.d2japi
 
SBAInternalErrorCode - Enum in sk.ipesoft.d2000.d2japi
 
SBAReturnContext - Interface in sk.ipesoft.d2000.d2japi
Proxy for returning outcome of SBA call.
second - sk.ipesoft.d2000.d2japi.ArchiveIntegralUnit
 
sendByteArray(int, int, int, String, byte[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
sendByteArrayNoreply(int, int, int, String, byte[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
ServerSocketEventsListener - Interface in sk.ipesoft.d2000.d2japi
Listener for incoming connections when JAPI is in reverse connect mode.
sessionName(String) - Method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Set new value of sessionName and get reference to self.
SessionParametersBuilder - Class in sk.ipesoft.d2000.d2japi
Builder class for instances of
SessionParametersBuilder() - Constructor for class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
 
setColumn(int) - Method in class sk.ipesoft.d2000.d2japi.unival.Vobj
Set one-based column index.
setConversationContext(T) - Method in interface sk.ipesoft.d2000.d2japi.annotations.ConversationHandler
Called when conversation context is available.
setDebugInfo(int, DebugInfoCategory[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Set debug level of existing and running process identified by HOBJ.
setDoingIntern(boolean) - Static method in class sk.ipesoft.d2000.d2japi.unival.UnivalTextValue
Globally configure whether all instances would use String.intern() for storing values.
setException(Throwable) - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
Set exception that has been thrown during evaluation of future result.
setHobj(int) - Method in class sk.ipesoft.d2000.d2japi.unival.Vobj
Set HOBJ.
setIn(int) - Method in interface sk.ipesoft.d2000.d2japi.RpcResponseDataSet
Make an argument IN typed and clear its current value.
setInvalid() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
setMilisecondsValue(long) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalTimeValue
 
setObjectValue(int, int, int, boolean, UnivalValue<?>) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Synchronously set new value to the object or cell of structured value.
setObjectValueAsync(int, int, int, boolean, UnivalValue<?>) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Asynchronously set new value to the object or cell of structured value.
setPrimitiveValue(boolean) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalBooleanValue
 
setPrimitiveValue(int) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalIntValue
 
setRow(int) - Method in class sk.ipesoft.d2000.d2japi.unival.Vobj
Set one-based row index.
setRPCConversationHandlerFactory(String, RPCConversationHandlerFactory) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Register factory object that produces RPC conversation handler on receiving asynchronous RPC call that begins RPC conversation.
setRPCConversationManagedHandlerType(Class<? extends RPCConversationManagedHandler>) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Process RPCConversationMethodBinding annotations on type and register appropriate RPC Conversation Handler Factories for discovered methods.
setRPCListener(String, ExecRPCListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Register listener for receiving callRPC events from D2000.
setSBAListener(String, ExecSBAListener) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Register listener for receiving callSBA events from D2000.
setValue(int, UnivalValue<?>) - Method in interface sk.ipesoft.d2000.d2japi.RpcResponseDataSet
Make an argument INOUT and set its value to new one.
setValue(Object) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
setValue(UnivalValue<? extends Object>) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
setValue(T) - Method in class sk.ipesoft.d2000.d2japi.annotations.InOut
Set current value to value.
setValue(V) - Method in class sk.ipesoft.d2000.async.base.AdjustableFuture
Set value of future.
setValueFromDouble(double) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
setValueOrNull(Object) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
setValues(UnivalValue<?>[]) - Method in interface sk.ipesoft.d2000.d2japi.RpcResponseDataSet
Set values and INOUT-ness of all arguments at once.
setWeak(boolean) - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
 
SHARED_ACCESS_ERROR - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
SharedResourcesCache - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Cache of shared resources, that are used in user interfaces for personalized representation of data.
SharedResourceType - Enum in sk.ipesoft.d2000.d2japi.sharedResources
Types of D2000 shared resources.
SingleIndirectInfoRequest - Interface in sk.ipesoft.d2000.d2japi
SingleIndirectInfoResponse - Interface in sk.ipesoft.d2000.d2japi
Single response to single indirect info request.
sk.ipesoft.d2000.async - package sk.ipesoft.d2000.async
 
sk.ipesoft.d2000.async.base - package sk.ipesoft.d2000.async.base
 
sk.ipesoft.d2000.d2japi - package sk.ipesoft.d2000.d2japi
 
sk.ipesoft.d2000.d2japi.annotations - package sk.ipesoft.d2000.d2japi.annotations
 
sk.ipesoft.d2000.d2japi.annotations.eventBinding - package sk.ipesoft.d2000.d2japi.annotations.eventBinding
 
sk.ipesoft.d2000.d2japi.annotations.structureBinding - package sk.ipesoft.d2000.d2japi.annotations.structureBinding
 
sk.ipesoft.d2000.d2japi.connector - package sk.ipesoft.d2000.d2japi.connector
 
sk.ipesoft.d2000.d2japi.sharedResources - package sk.ipesoft.d2000.d2japi.sharedResources
 
sk.ipesoft.d2000.d2japi.unival - package sk.ipesoft.d2000.d2japi.unival
 
sk.ipesoft.d2000.d2japi.utils - package sk.ipesoft.d2000.d2japi.utils
 
sk.ipesoft.d2000.datatable - package sk.ipesoft.d2000.datatable
 
sk.ipesoft.d2000.utils - package sk.ipesoft.d2000.utils
 
standBy - sk.ipesoft.d2000.d2japi.RedundancyStateType
Stand-by kernel.
starting - sk.ipesoft.d2000.d2japi.RedundancyStateType
Kernel is starting.
startListening(String, int, String, ServerSocketEventsListener) - Static method in class sk.ipesoft.d2000.d2japi.connector.ListeningHandleImpl
Create new instance of listening handle that listens for incoming connections on designated port using TLS.
startListening(String, int, ServerSocketEventsListener) - Static method in class sk.ipesoft.d2000.d2japi.connector.ListeningHandleImpl
Create new instance of listening handle that listens for incoming connections on designated port.
startListeningForConnection(String, int, String, ServerSocketEventsListener) - Method in class sk.ipesoft.d2000.d2japi.D2Japi
Open server socket at provided address and port and wait for incoming TLS connection from D2Connector.
startListeningForConnection(String, int, ServerSocketEventsListener) - Method in class sk.ipesoft.d2000.d2japi.D2Japi
Open server socket at provided address and port and wait for incoming connection from D2Connector.
stateText - sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Definition of D2000 state text objects.
StateTextDefinition - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Definition of D2000 state text object.
StateTextItem - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Visual definition of single step in state text.
staticProcess(boolean) - Method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Set new value of staticProcess and get reference to self.
statistical - sk.ipesoft.d2000.d2japi.unival.ArchiveObjectType
Statistical archive object reads data from different archive object and processes them with predefined statistical function.
STRUCT_CHANGE - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
StructureConstructor - Annotation Type in sk.ipesoft.d2000.datatable
 
structureDefinition - sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Metadata for structured unival values - so called D2000 "SD." objects.
StructureDefinition - Annotation Type in sk.ipesoft.d2000.d2japi.annotations.structureBinding
Indicate binding of annotated class to D2000 StructureDefinition object.
StructureTableDefinition - Annotation Type in sk.ipesoft.d2000.datatable
Deprecated.
sum - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Sum of archived values.
sumOfIncrements - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
sumOfIncrementsParametrised - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
sumOfNegativeValues - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
sumOfPositiveValues - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
supportedUnivalTypes - Static variable in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Set of unival types that are supported by state texts.
supportedUnivalTypes - Static variable in interface sk.ipesoft.d2000.d2japi.sharedResources.SystemTexts
Set of unival types that are supported by system texts.
systemStateText - sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Contents of D2000 system state texts.
SystemTexts - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Definition of D2000 system state texts.
sysTime - sk.ipesoft.d2000.d2japi.LoggedUserFlags
permission to change system time.

T

TableBase<T extends sk.ipesoft.d2000.datatable.Table<T,R,B>,R extends sk.ipesoft.d2000.datatable.TableRow<T,R,B>,B extends sk.ipesoft.d2000.datatable.TableRowBean> - Class in sk.ipesoft.d2000.datatable
Base class for all implementations of Table that are to be used for representation of unival records.
TableBase(int, int) - Constructor for class sk.ipesoft.d2000.datatable.TableBase
Initialize new instance with empty list of table rows.
TableBase(int, int, int) - Constructor for class sk.ipesoft.d2000.datatable.TableBase
Initialize new instance.
TableWriter - Class in sk.ipesoft.d2000.datatable
Deprecated.
TableWriter() - Constructor for class sk.ipesoft.d2000.datatable.TableWriter
Deprecated.
 
tellCommand(int, String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Send tell command to D2000 process identified by its HOBJ and get its result.
tellCommand(String, String) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Send tell command to D2000 process identified by its name and get its result.
TERMINATED - sk.ipesoft.d2000.d2japi.CloseReason
External termination command.
test - sk.ipesoft.d2000.d2japi.RedundancyStateType
Kernel is permanently as in standBy but HI won't attach and kernel won't become HOT.
testRPC(boolean, int, int, int, int, String, RpcParameterType[]) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Test and get validity of RPC address and signature within.
testSBA(int, int, int, String, boolean) - Method in interface sk.ipesoft.d2000.d2japi.D2Session
Test and get validity of RPC address with synchronous or asynchronous ByteArray signature.
text - sk.ipesoft.d2000.d2japi.annotations.ParameterType
Unicode string type.
time - sk.ipesoft.d2000.d2japi.annotations.ParameterType
Absolute time type with millisecond precision.
timeOfGreaterOrEqualValue - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
timeOfGreaterValue - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
timeOfLesserOrEqualValue - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
timeOfLesserValue - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
timeslice - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
 
TOO_MANY_ROWS_IN_SELECT - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
 
tooManySameConsecutiveCharactgers - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet maximal number of same consecutive characters requirement.
tooShort - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet minimal lenght requirement.
tooSimilar - sk.ipesoft.d2000.d2japi.ChangePasswordResult
New password does not meet maximal percentage of similarity requirement.
toParameterTypes(boolean, UnivalValue<?>[]) - Static method in class sk.ipesoft.d2000.d2japi.utils.RpcParameterTypeFactory
Convert array of univals into array of parameter types.
toString() - Method in class sk.ipesoft.d2000.d2japi.ConnectionParameters
 
toString() - Method in class sk.ipesoft.d2000.d2japi.connector.Connector
 
toString() - Method in exception sk.ipesoft.d2000.d2japi.D2JapiException
 
toString() - Method in class sk.ipesoft.d2000.d2japi.DebugInfoCategory
 
toString() - Method in class sk.ipesoft.d2000.d2japi.unival.UnivalRecordValue
 
toString() - Method in class sk.ipesoft.d2000.utils.IndexedObjectName
 
transformationPalette - sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Contents of D2000 system transformation palette.
translate(String) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Translator
Translate single string.
translate(Map<K, String>) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Translator
Create new map with the same key set as original and translated values for each key.
translateEnum(Map<K, String>) - Method in interface sk.ipesoft.d2000.d2japi.sharedResources.Translator
Create new map with the same key set as original and translated values for each key.
Translator - Interface in sk.ipesoft.d2000.d2japi.sharedResources
Instance provides translation of text with dictionary keys to its translation.
typeProxy - Static variable in enum sk.ipesoft.d2000.d2japi.RPCConversationFlag
 

U

undefinedColor - Static variable in interface sk.ipesoft.d2000.d2japi.sharedResources.StateTextDefinition
Constant used to indicate that no color has been defined.
unhandledException - sk.ipesoft.d2000.d2japi.RPCConversationAbortReason
Handler of RPC thrown unhandled RuntimeException.
UnivalAlarmValue - Class in sk.ipesoft.d2000.d2japi.unival
Value of D2000 Alarm object.
UnivalAlarmValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalAlarmValue
Create new instance with invalid value.
UnivalAlarmValue(VAlarm) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalAlarmValue
Create new instance with valid value.
UnivalArrayValue<T> - Class in sk.ipesoft.d2000.d2japi.unival
Value of D2000 Value Array object
UnivalArrayValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalArrayValue
Create new instance with invalid value.
UnivalArrayValue(UnivalValue<T>[]) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalArrayValue
Create new instance with valid value.
UnivalAttributeType - Enum in sk.ipesoft.d2000.d2japi.annotations
Enumeration of unival attributes.
UnivalBooleanValue - Class in sk.ipesoft.d2000.d2japi.unival
Unival with D2000 3-state logic value.
UnivalBooleanValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalBooleanValue
Create new instance with invalid value.
UnivalBooleanValue(VBool) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalBooleanValue
Create new instance with valid value.
UnivalConvertor - Class in sk.ipesoft.d2000.d2japi.annotations
Convertor for translating from and to unival values.
UnivalConvertor(D2StructureDefinitionResolver) - Constructor for class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Create new instance bound to resolver.
UnivalIntValue - Class in sk.ipesoft.d2000.d2japi.unival
Unival with integer value.
UnivalIntValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalIntValue
Create new instance with invalid value.
UnivalIntValue(int) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalIntValue
Create new instance with valid value.
UnivalNanValue - Class in sk.ipesoft.d2000.d2japi.unival
Unival without support for holding any kind of value.
UnivalNanValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalNanValue
Create new instance.
UnivalObjectReferenceFactory - Class in sk.ipesoft.d2000.d2japi.unival
 
UnivalObjectReferenceFactory() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalObjectReferenceFactory
 
UnivalProcessValue - Class in sk.ipesoft.d2000.d2japi.unival
Value of D2000 process object.
UnivalProcessValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalProcessValue
Create new instance with invalid value.
UnivalProcessValue(VProcess) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalProcessValue
Create new instance with valid value.
UnivalQvalValue - Class in sk.ipesoft.d2000.d2japi.unival
D2000 quaternary logic value of D2000 I/O tag object.
UnivalQvalValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalQvalValue
Create new instance with invalid value.
UnivalQvalValue(VQval) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalQvalValue
Create new instance with valid value.
UnivalRealValue - Class in sk.ipesoft.d2000.d2japi.unival
Unival with floating point value.
UnivalRealValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalRealValue
Create new instance with invalid value.
UnivalRealValue(double) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalRealValue
Create new instance with valid value.
UnivalRecordValue<T extends sk.ipesoft.d2000.datatable.Table<T,R,B>,R extends sk.ipesoft.d2000.datatable.TableRow<T,R,B>,B extends sk.ipesoft.d2000.datatable.TableRowBean> - Class in sk.ipesoft.d2000.d2japi.unival
Value of D2000 Structured variable.
UnivalRecordValue(int, int) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalRecordValue
Create new instance of invalid UnivalRecord.
UnivalRecordValue(T, int) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalRecordValue
Create new instance with valid value.
UnivalStationValue - Class in sk.ipesoft.d2000.d2japi.unival
Value of D2000 Communication Station object.
UnivalStationValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalStationValue
Create new instance with invalid value.
UnivalStationValue(VStation) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalStationValue
Create new instance with valid value.
UnivalTextValue - Class in sk.ipesoft.d2000.d2japi.unival
Unival with text value.
UnivalTextValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalTextValue
Create new instance with invalid value.
UnivalTextValue(String) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalTextValue
Create new instance with valid value.
UnivalTimespanValue - Class in sk.ipesoft.d2000.d2japi.unival
Unival with span of time (relative time) value.
UnivalTimespanValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalTimespanValue
Create new instance with invalid value.
UnivalTimespanValue(double) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalTimespanValue
Create new instance with valid value.
UnivalTimeValue - Class in sk.ipesoft.d2000.d2japi.unival
Unival with timestamp (absolute time) value.
UnivalTimeValue() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalTimeValue
Create new instance with invalid value.
UnivalTimeValue(Date) - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalTimeValue
Create new instance with valid value.
UnivalValueUtils - Class in sk.ipesoft.d2000.d2japi.unival
Utility class for operations with univals.
UnivalValueUtils() - Constructor for class sk.ipesoft.d2000.d2japi.unival.UnivalValueUtils
 
unknownProcess - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 
unknownRPCName - sk.ipesoft.d2000.d2japi.RPCConversationAbortReason
Partner called unknown RPC.
UNLIMITED_CLIENTS - Static variable in class sk.ipesoft.d2000.d2japi.D2LicenseTypes
 
UNLIMITED_SYSPROC - Static variable in class sk.ipesoft.d2000.d2japi.D2LicenseTypes
 
unregisterStructure(Class<?>) - Method in class sk.ipesoft.d2000.d2japi.annotations.UnivalConvertor
Cancel registration of user bean type previously registered by UnivalConvertor.registerStructure(Class).
unspecifiedError - sk.ipesoft.d2000.d2japi.ChangePasswordResult
Unspecified error occured.
USER_EXPIR_TIME - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
User account has expired.
USER_INVALID_ACCESS - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
User account impersonation is not allowed.
USER_IS_DISABLED - sk.ipesoft.d2000.d2japi.D2JapiErrorCode
User account has been disabled.
UserAccountDisabledReason - Enum in sk.ipesoft.d2000.d2japi
 
userAccountIsBeingEdited - sk.ipesoft.d2000.d2japi.ChangePasswordResult
User account object is locked by another process.
userLogoff - sk.ipesoft.d2000.d2japi.AuditUserOperationType
User logoff.
userLogon - sk.ipesoft.d2000.d2japi.AuditUserOperationType
User logon.
userName(String) - Method in class sk.ipesoft.d2000.d2japi.SessionParametersBuilder
Set new value of userName and get reference to self.
users - sk.ipesoft.d2000.d2japi.AuditDataType
System users.

V

valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.annotations.CallerInformationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.annotations.ConversationBeginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.annotations.ParameterDirectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.annotations.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.annotations.UnivalAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.ArchiveIntegralUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.AuditDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.AuditUserOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.ChangePasswordResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.CloseReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.CONOSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.D2JapiErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2DatabaseEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2LicensingModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2Product
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2VerLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.EventErrorCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.LoggedUserFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.RedundancyStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.RPCConversationAbortReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.RPCConversationFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.RpcReturnContextErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.SBAErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.SBAInternalErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.unival.ArchiveObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.ipesoft.d2000.d2japi.UserAccountDisabledReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum sk.ipesoft.d2000.d2japi.annotations.CallerInformationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.annotations.ConversationBeginType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.annotations.ParameterDirectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.annotations.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.annotations.UnivalAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.ArchiveIntegralUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.AuditDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.AuditUserOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.ChangePasswordResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.CloseReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.CONOSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.D2JapiErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2DatabaseEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2LicensingModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2Product
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.D2LicenseTypes.D2VerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.EventErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.LoggedUserFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.RedundancyStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.RPCConversationAbortReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.RPCConversationFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.RpcReturnContextErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.SBAErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.SBAInternalErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.sharedResources.SharedResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.unival.ArchiveObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum sk.ipesoft.d2000.d2japi.UserAccountDisabledReason
Returns an array containing the constants of this enum type, in the order they are declared.
valueTime - sk.ipesoft.d2000.d2japi.annotations.UnivalAttributeType
Time of the last object value change - the "\TIM" attribute.
Vobj - Class in sk.ipesoft.d2000.d2japi.unival
Compose reference to D2000 object value
Vobj(int, int, int) - Constructor for class sk.ipesoft.d2000.d2japi.unival.Vobj
Create new instance.

W

waitForData() - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataProvider
Wait until some data came from archive and return them.
waitForData(long) - Method in interface sk.ipesoft.d2000.d2japi.ArchiveDataProvider
Wait until some data came from archive or specified timeout.
WARNING - sk.ipesoft.d2000.d2japi.CONOSeverity
 
weightedAverage - sk.ipesoft.d2000.d2japi.ArchiveStatisticalFunction
Weighted arithmetic mean of archived values.
writeString(DataOutputStream, String) - Static method in class sk.ipesoft.d2000.d2japi.utils.CIOUtils
Write string instance to the output stream at its current possition.
writeTable(Table<?, ?, ?>, DataOutputStream) - Static method in class sk.ipesoft.d2000.datatable.TableWriter
Deprecated.
 
writeUnival(DataOutputStream, int, int, int, int, int, int, long, long, int, int, int, Object, int, int) - Static method in class sk.ipesoft.d2000.d2japi.unival.CUnivalWriter
Serialize parts of unival to the stream.
writeUniVal(OutputStream, UnivalValue<?>) - Static method in class sk.ipesoft.d2000.d2japi.unival.CUnivalWriter
Serialize value and write it to outputStream.
wrongInstance - sk.ipesoft.d2000.d2japi.ConnectionAcceptanceError
 

X

xmlImportCreateResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
New resource group object has been created due to XML import.
xmlImportNewUser - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Creation of a new user by XML Import.
xmlImportSaveResourceGroup - sk.ipesoft.d2000.d2japi.AuditResourceGroupOperationType
Change of resource group configuration due to XML import.
xmlImportSaveUser - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Change of user configuration by XML Import.
xmlImportSaveUserPassword - sk.ipesoft.d2000.d2japi.AuditUserOperationType
Change of user configuration and password by XML Import.
A B C D E F G H I J L M N O P Q R S T U V W X