org.microemu.app.classloader
Class MIDletClassLoaderConfig

java.lang.Object
  extended by org.microemu.app.classloader.MIDletClassLoaderConfig

public class MIDletClassLoaderConfig
extends java.lang.Object


Field Summary
static int DELEGATION_DELEGATING
           
static int DELEGATION_RELAXED
           
static int DELEGATION_STRICT
           
static int DELEGATION_SYSTEM
           
 
Constructor Summary
MIDletClassLoaderConfig()
           
 
Method Summary
 void addAppClass(java.lang.String className)
           
 void addAppClassPath(java.lang.String path)
           
 int getDelegationType(boolean forJad)
           
 boolean isClassLoaderDisabled()
           
 void setDelegationType(java.lang.String delegationType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELEGATION_STRICT

public static final int DELEGATION_STRICT
See Also:
Constant Field Values

DELEGATION_RELAXED

public static final int DELEGATION_RELAXED
See Also:
Constant Field Values

DELEGATION_DELEGATING

public static final int DELEGATION_DELEGATING
See Also:
Constant Field Values

DELEGATION_SYSTEM

public static final int DELEGATION_SYSTEM
See Also:
Constant Field Values
Constructor Detail

MIDletClassLoaderConfig

public MIDletClassLoaderConfig()
Method Detail

setDelegationType

public void setDelegationType(java.lang.String delegationType)
                       throws ConfigurationException
Throws:
ConfigurationException

getDelegationType

public int getDelegationType(boolean forJad)

isClassLoaderDisabled

public boolean isClassLoaderDisabled()

addAppClassPath

public void addAppClassPath(java.lang.String path)
                     throws ConfigurationException
Throws:
ConfigurationException

addAppClass

public void addAppClass(java.lang.String className)
                 throws ConfigurationException
Throws:
ConfigurationException


Copyright © 2001-2009 MicroEmulator Team. All Rights Reserved.