org.microemu.app.classloader
Class MIDletClassLoaderConfig
java.lang.Object
org.microemu.app.classloader.MIDletClassLoaderConfig
public class MIDletClassLoaderConfig
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MIDletClassLoaderConfig
public MIDletClassLoaderConfig()
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.