com.genesyslab.omsdk.mil
Class MILInitializationParameters

java.lang.Object
  extended bycom.genesyslab.omsdk.mil.MILInitializationParameters
All Implemented Interfaces:
java.lang.Cloneable

public class MILInitializationParameters
extends java.lang.Object
implements java.lang.Cloneable

Placeholder for the additional MIL parameters required to initialize MIL.

Since:
7.1.000.00

Constructor Summary
MILInitializationParameters(java.lang.String[] preloadedExtensions)
          Constructor.
 
Method Summary
 java.lang.Object clone()
          Creates and returns a copy of this object.
 java.lang.String[] getPreloadedExtensions()
          Returns the preloaded extensions.
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MILInitializationParameters

public MILInitializationParameters(java.lang.String[] preloadedExtensions)
Constructor.

Specify the fully qualified name for each extension to be preloaded.

For instance, if you defined a ServiceName class in a com.genesyslab.examples.mil.extensions package, the fully qualified name is com.genesyslab.examples.mil.extensions.ServiceName.

Parameters:
preloadedExtensions - the extensions to be preloaded.
Method Detail

getPreloadedExtensions

public java.lang.String[] getPreloadedExtensions()
Returns the preloaded extensions.

Each returned extension name is a fully qualified name.

For instance, if you defined a ServiceName class in a com.genesyslab.examples.mil.extensions package, the fully qualified name is com.genesyslab.examples.mil.extensions.ServiceName.

Returns:
the preloaded extensions.

clone

public java.lang.Object clone()
Creates and returns a copy of this object.


toString

public java.lang.String toString()
Returns a string representation of the object.