com.jniwrapper.win32.com
Class DispatchComServerFactory

java.lang.Object
  extended bycom.jniwrapper.win32.com.DispatchComServerFactory

public class DispatchComServerFactory
extends java.lang.Object


Field Summary
static java.lang.String INDIVIDUAL_JVM
          Specifies option for creating new individual JVM for every new server object
static int PORT
           
 
Method Summary
static OleMessageLoop getOleMessageLoop()
          Provides the access to the message loop of the factory.
static void main(java.lang.String[] args)
           
 void registerComServer(java.lang.Class comServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static final int PORT
See Also:
Constant Field Values

INDIVIDUAL_JVM

public static final java.lang.String INDIVIDUAL_JVM
Specifies option for creating new individual JVM for every new server object

See Also:
Constant Field Values
Method Detail

registerComServer

public void registerComServer(java.lang.Class comServer)

getOleMessageLoop

public static OleMessageLoop getOleMessageLoop()
Provides the access to the message loop of the factory.

Returns:
message loop of the factory

main

public static void main(java.lang.String[] args)