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

A

addConnectionListener(ConnectionListener) - Static method in class com.linar.jintegra.Cleaner
Adds a listener which is notified when new COM client connection comes in
addListener(String, Object, Object) - Method in class com.linar.jintegra.Dispatch
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
addUnreferencedListener(Unreferenced) - Static method in class com.linar.jintegra.Cleaner
Adds a listener which is invoked when COM releases all references to a Java object.
AuthInfo - Class in com.linar.jintegra
This class represents information used to authenticate a user.
AuthInfo(String, String, String) - Constructor for class com.linar.jintegra.AuthInfo
Constructs an AuthInfo instance representing the specified domain, user, and password.
AuthInfo(String, String, String, int) - Constructor for class com.linar.jintegra.AuthInfo
Constructs an AuthInfo instance representing the specified domain, user, password, and authentication level.
AutomationException - Exception in com.linar.jintegra
The AutomationException class represents an Exception returned from a remote COM Component.
AutomationException(long, String, String) - Constructor for exception com.linar.jintegra.AutomationException
Constructs an automation exception
AutomationException(Throwable) - Constructor for exception com.linar.jintegra.AutomationException
 

B

bindUsingMoniker(String) - Static method in class com.linar.jintegra.Dispatch
 

C

Cleaner - Class in com.linar.jintegra
This class is used to programatically release references to COM objects.
clearCreatorThreadContextFor(Object) - Static method in class com.linar.jintegra.Cleaner
Clears the thread context for an object.
com.linar.jintegra - package com.linar.jintegra
 
convertToNative() - Method in class com.linar.jintegra.Dispatch
 
cookieForListener(Object) - Method in class com.linar.jintegra.Dispatch
Returns the COM cookie associated with a specific listener.
createDispatch(String, String, String, AuthInfo) - Method in class com.linar.jintegra.Dispatch
 
createObjrefMonikerDisplayName(Object) - Static method in class com.linar.jintegra.Dispatch
 

D

disableLmResponse() - Method in class com.linar.jintegra.AuthInfo
Disables the sending of Lan Manager(LM) Challenge response when using this AuthInfo instance to connect to a remote COM Component.
Dispatch - Class in com.linar.jintegra
The Dispatch class represents a reference to a COM object via a COM interface.
Dispatch() - Constructor for class com.linar.jintegra.Dispatch
Used in proxies generated by 'java2com'
Dispatch(String, String, String, boolean) - Constructor for class com.linar.jintegra.Dispatch
 
Dispatch(String, String) - Constructor for class com.linar.jintegra.Dispatch
Create an instance of a COM class.
Dispatch(String, String, String, AuthInfo) - Constructor for class com.linar.jintegra.Dispatch
Create an instance of a COM class.
Dispatch(Object) - Constructor for class com.linar.jintegra.Dispatch
 
Dispatch(Object, String) - Constructor for class com.linar.jintegra.Dispatch
Access an existing COM object reference via the specified COM interface.
DISPATCH_METHOD - Static variable in class com.linar.jintegra.Dispatch
Used in invoke, Indicates that it is a method that is being invoked
DISPATCH_PROPERTYGET - Static variable in class com.linar.jintegra.Dispatch
Used in invoke, Indicates that a property is being got
DISPATCH_PROPERTYPUT - Static variable in class com.linar.jintegra.Dispatch
Used in invoke, Indicates that a property is being set
DISPATCH_PROPERTYPUTREF - Static variable in class com.linar.jintegra.Dispatch
Used in invoke, Indicates that a property is being set by reference (an object reference)

E

EmptyVariant - Class in com.linar.jintegra
This class represents VT_EMPTY value in VARIANT type.
equals(Object) - Method in class com.linar.jintegra.AuthInfo
 
equals(Object) - Method in class com.linar.jintegra.Dispatch
 
exportAllowed(Object) - Method in interface com.linar.jintegra.ObjectExportChecker
Returns true if the export should be allowed.

F

flush() - Static method in class com.linar.jintegra.Log
Flushes current log information.
flushLog() - Static method in class com.linar.jintegra.Cleaner
Flushes the J-Integra® log.

G

get(String) - Method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
getActiveObject(String) - Static method in class com.linar.jintegra.Dispatch
 
getActiveObject(String, String) - Static method in class com.linar.jintegra.Dispatch
 
getActiveObjectCount() - Static method in class com.linar.jintegra.Cleaner
Returns the number of active DCOM objects in the system.
getCallerDomain() - Static method in class com.linar.jintegra.AuthInfo
Returns the NT Domain of the COM client that initiated the current call into a Java object.
getCallerUser() - Static method in class com.linar.jintegra.AuthInfo
Returns the NT User name of the COM client that initiated the current call into a Java object.
getCode() - Method in exception com.linar.jintegra.AutomationException
Returns the error code of the exception
getDefaultProperty() - Method in class com.linar.jintegra.Dispatch
 
getDescription() - Method in exception com.linar.jintegra.AutomationException
Returns the description of the exception
getDispatchIdOfName(String) - Method in class com.linar.jintegra.Dispatch
Gets the IDispatch memid of a method or property
getDllHandle() - Static method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
getLastErrorCode() - Static method in class com.linar.jintegra.Dispatch
 
getMoniker() - Static method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
getMtsObjectContext() - Static method in class com.linar.jintegra.Dispatch
 
getObjRef() - Method in class com.linar.jintegra.Dispatch
 
getPropertyByName(String) - Method in class com.linar.jintegra.Dispatch
getPropertyByName.
getPropertyByName(String, Object) - Method in class com.linar.jintegra.Dispatch
 
getRef(String, String, String, int) - Method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
getReleaseStackTraceFor(Object) - Static method in class com.linar.jintegra.Cleaner
For internal use only - never call this method.
getRootVersion() - Static method in class com.linar.jintegra.Version
Returns current root version of J-Integra®.
getSource() - Method in exception com.linar.jintegra.AutomationException
Returns the source of the exception
getVersion() - Static method in class com.linar.jintegra.Version
Returns current version of J-Integra®.

H

hashCode() - Method in class com.linar.jintegra.AuthInfo
 
hashCode() - Method in class com.linar.jintegra.Dispatch
 

I

IMP_LEVEL_DELEGATE - Static variable in class com.linar.jintegra.AuthInfo
Delegate level impersonation.
IMP_LEVEL_IDENTIFY - Static variable in class com.linar.jintegra.AuthInfo
Identify level impersonation.
IMP_LEVEL_IMPERSONATE - Static variable in class com.linar.jintegra.AuthInfo
Impersonate level impersonation.
init() - Static method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
init(int) - Static method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
instanciate(String) - Method in interface com.linar.jintegra.Instanciator
Instanciates a Java object.
instanciate(String) - Method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
Instanciator - Interface in com.linar.jintegra
This interface controls the instanciation of Java objects on behalf of COM objects.
invoke(String, int, long, Variant[]) - Method in class com.linar.jintegra.Dispatch
Invoke a method or set/get a property on the COM object.
invokeMethodByName(String, Object[]) - Method in class com.linar.jintegra.Dispatch
 
invokeMethodByName(String, Variant[]) - Method in class com.linar.jintegra.Dispatch
 
invokeMethodByName(String, Object[], boolean[]) - Method in class com.linar.jintegra.Dispatch
 
invokePropertyGetByName(String, Variant[]) - Method in class com.linar.jintegra.Dispatch
 
invokePropertyPutByName(String, Variant[]) - Method in class com.linar.jintegra.Dispatch
 
invokePropertyPutByRefByName(String, Variant[]) - Method in class com.linar.jintegra.Dispatch
 
isCallerAuthenticated() - Static method in class com.linar.jintegra.AuthInfo
Indicates whether J-Integra® was able to authenticate the domain/username of the COM client that is invoking a method in a Java object.
isNativeMode() - Static method in class com.linar.jintegra.Dispatch
 
isObjRef(Object) - Static method in class com.linar.jintegra.Dispatch
 

J

Jvm - Class in com.linar.jintegra
The JVM class is used to register the JVM id.

L

Log - Class in com.linar.jintegra
This class is used to log J-Integra®'s activities.
Log() - Constructor for class com.linar.jintegra.Log
 
log(int, String) - Static method in class com.linar.jintegra.Log
Inserts a message to current log information.
logImmediately(int, String) - Static method in class com.linar.jintegra.Log
Creates a log file immediately.
logImmediately(int, PrintStream) - Static method in class com.linar.jintegra.Log
Creates a log immediately to PrintStream.

M

main(String[]) - Static method in class com.linar.jintegra.Version
Prints out current version and configuration information of J-Integra®, Java and operating system on screen.

N

newInstance(String, String) - Method in class com.linar.jintegra.Jvm
For internal use only - never call this method.
NTLMAuthenticate - Class in com.linar.jintegra
This class authenticates a domain/user/password using the "NT Challenge-Response" protocol.
NTLMAuthenticate(String) - Constructor for class com.linar.jintegra.NTLMAuthenticate
 
NTLMAuthenticate(String, String) - Constructor for class com.linar.jintegra.NTLMAuthenticate
 
NullVariant - Class in com.linar.jintegra
This class represents VT_EMPTY value in VARIANT type.

O

ObjectExportChecker - Interface in com.linar.jintegra
In DCOM mode, this class can register an object that will be notified whenever a Java object is about to be exposed to a COM client.
objectUnreferenced(Object) - Method in interface com.linar.jintegra.Unreferenced
This method is called when an object is no longer referenced.

P

printStackTrace() - Static method in class com.linar.jintegra.Log
Prints stack trace of exception.
printStackTrace(Throwable) - Static method in class com.linar.jintegra.Log
Prints stack trace of exception.

Q

queryInterface() - Method in class com.linar.jintegra.Dispatch
 

R

readExternal(ObjectInput) - Method in class com.linar.jintegra.Dispatch
 
register(String) - Static method in class com.linar.jintegra.Jvm
Registers a JVM id with the J-Integra® runtime.
register(String, int) - Static method in class com.linar.jintegra.Jvm
Registers a JVM id with the J-Integra® runtime.
register(String, Instanciator) - Static method in class com.linar.jintegra.Jvm
Registers a JVM id with the J-Integra® runtime.
register(String, Instanciator, int) - Static method in class com.linar.jintegra.Jvm
Registers a JVM id with the J-Integra® runtime.
release(Object) - Static method in class com.linar.jintegra.Cleaner
Releases a specific reference to a COM object.
releaseAll() - Static method in class com.linar.jintegra.Cleaner
Releases all outstanding references to COM objects.
releaseAllInCurrentThread() - Static method in class com.linar.jintegra.Cleaner
Tells the runtime to release all objects used in the current thread since the last 'trackObjectsInCurrentThread' call.
removeConnectionListener(ConnectionListener) - Static method in class com.linar.jintegra.Cleaner
Removes a listener which is notified when new COM client connection comes in
removeListener(String, Object) - Method in class com.linar.jintegra.Dispatch
Removes a Java object as a listener to events generated by a COM object.
removeUnreferencedListener(Unreferenced) - Static method in class com.linar.jintegra.Cleaner
Removes a listener.
reset() - Static method in class com.linar.jintegra.Cleaner
For internal use only - never call this method.

S

setDefault(AuthInfo) - Static method in class com.linar.jintegra.AuthInfo
Sets the authentification to be used by default if none is specified when creating or using a COM component.
setDefault(String, String, String) - Static method in class com.linar.jintegra.AuthInfo
Sets the authentification to be used by default if none is specified when creating or using a COM component.
setDefaultImpLevel(int) - Static method in class com.linar.jintegra.AuthInfo
Sets the default impersonation level to be used.
setExceptionInterceptor(ExceptionInterceptor) - Static method in exception com.linar.jintegra.AutomationException
 
setNativeMode() - Static method in class com.linar.jintegra.Dispatch
 
setObjectExportListener(ObjectExportChecker) - Static method in class com.linar.jintegra.Cleaner
Sets a listener which is invoked when a Java object is about to be exported as a COM object
setPropertyByName(String, Object) - Method in class com.linar.jintegra.Dispatch
 
setThreadDefault(AuthInfo) - Static method in class com.linar.jintegra.AuthInfo
Sets the authentification to be used by default if none is specified when creating or using a COM component from this thread.
setThreadDefault(String, String, String) - Static method in class com.linar.jintegra.AuthInfo
Sets the authentification to be used by default if none is specified when creating or using a COM component from this thread.
sizes() - Static method in class com.linar.jintegra.Cleaner
 

T

toString() - Method in class com.linar.jintegra.AuthInfo
 
toString() - Method in exception com.linar.jintegra.AutomationException
Returns this exception as a string
toString() - Method in class com.linar.jintegra.Dispatch
 
trackObjectsInCurrentThread() - Static method in class com.linar.jintegra.Cleaner
Tells the runtime to remember all objects used in the current thread.
TYPE - Static variable in class com.linar.jintegra.EmptyVariant
 
TYPE - Static variable in class com.linar.jintegra.NullVariant
 

U

Unreferenced - Interface in com.linar.jintegra
When a COM client holds a reference to a Java object, the J-Integra® runtime maintains a reference inside the JVM to that Java object on behalf of the COM client.

V

validate(String, String, String, String) - Static method in class com.linar.jintegra.NTLMAuthenticate
Attempts to authenticate an NT domain/user/password.
validate(String, String, String, String, String) - Static method in class com.linar.jintegra.NTLMAuthenticate
Attempts to authenticate an NT domain/user/password.
Version - Class in com.linar.jintegra
This class is used to get version and configuration information of J-Integra®, Java and operating system.
Version() - Constructor for class com.linar.jintegra.Version
 
vtblInvoke(String, int, Object[]) - Method in class com.linar.jintegra.Dispatch
 

W

writeExternal(ObjectOutput) - Method in class com.linar.jintegra.Dispatch
 

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