org.eclipse.persistence.config
Class TargetServer

java.lang.Object
  extended by org.eclipse.persistence.config.TargetServer

public class TargetServer
extends Object

Target server persistence property values.

JPA persistence property Usage:

properties.add(PersistenceUnitProperties.TargetServer, TargetServer.OC4J);

JPA persistence unit persistence.xml Usage:

<property name="eclipselink.target-server" value="OC4J"/>

Property values are case-insensitive


Field Summary
static String DEFAULT
           
static String JBoss
           
static String None
           
static String OC4J
           
static String SAPNetWeaver_7_1
           
static String SunAS9
           
static String WebLogic
           
static String WebLogic_10
           
static String WebLogic_9
           
static String WebSphere
           
static String WebSphere_6_1
           
static String WebSphere_7
           
 
Constructor Summary
TargetServer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final String None
See Also:
Constant Field Values

OC4J

public static final String OC4J
See Also:
Constant Field Values

SunAS9

public static final String SunAS9
See Also:
Constant Field Values

WebSphere

public static final String WebSphere
See Also:
Constant Field Values

WebSphere_6_1

public static final String WebSphere_6_1
See Also:
Constant Field Values

WebSphere_7

public static final String WebSphere_7
See Also:
Constant Field Values

WebLogic

public static final String WebLogic
See Also:
Constant Field Values

WebLogic_9

public static final String WebLogic_9
See Also:
Constant Field Values

WebLogic_10

public static final String WebLogic_10
See Also:
Constant Field Values

JBoss

public static final String JBoss
See Also:
Constant Field Values

SAPNetWeaver_7_1

public static final String SAPNetWeaver_7_1
See Also:
Constant Field Values

DEFAULT

public static final String DEFAULT
See Also:
Constant Field Values
Constructor Detail

TargetServer

public TargetServer()