com.sun.jdo.api.persistence.enhancer
Class PersistenceLauncher

java.lang.Object
  extended by com.sun.jdo.api.persistence.enhancer.PersistenceLauncher

public class PersistenceLauncher
extends Object

Application launcher for persistence-capable classes.

Version:
1.1
Author:
Martin Zaun

Method Summary
static void main(String[] args)
          Creates a class loader and launches a target class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws ClassNotFoundException,
                        NoSuchMethodException,
                        SecurityException,
                        IllegalAccessException,
                        IllegalArgumentException,
                        InvocationTargetException
Creates a class loader and launches a target class.

Parameters:
args - the command line arguments
Throws:
ClassNotFoundException
NoSuchMethodException
SecurityException
IllegalAccessException
IllegalArgumentException
InvocationTargetException


Copyright © 2012. All Rights Reserved.