Uses of Class
org.glassfish.grizzly.servlet.ver30.IsolationLevelType

Packages that use IsolationLevelType
org.glassfish.grizzly.servlet.ver30   
 

Uses of IsolationLevelType in org.glassfish.grizzly.servlet.ver30
 

Fields in org.glassfish.grizzly.servlet.ver30 declared as IsolationLevelType
protected  IsolationLevelType DataSourceType.isolationLevel
           
 

Methods in org.glassfish.grizzly.servlet.ver30 that return IsolationLevelType
static IsolationLevelType IsolationLevelType.fromValue(java.lang.String v)
           
 IsolationLevelType DataSourceType.getIsolationLevel()
          Gets the value of the isolationLevel property.
static IsolationLevelType IsolationLevelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IsolationLevelType[] IsolationLevelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.grizzly.servlet.ver30 with parameters of type IsolationLevelType
 void DataSourceType.setIsolationLevel(IsolationLevelType value)
          Sets the value of the isolationLevel property.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.