Spring BlazeDS Integration

org.springframework.flex.config
Class RuntimeEnvironment

java.lang.Object
  extended by org.springframework.flex.config.RuntimeEnvironment

public abstract class RuntimeEnvironment
extends Object

Internal helper class to determine the type of runtime data services environment being used, to allow for automatically adapting to the available capabilities.

Author:
Rohit Kumar, Jeremy Grelle

Constructor Summary
RuntimeEnvironment()
           
 
Method Summary
static boolean isBlazeDS()
          Returns true if the runtime data services environment is BlazeDS.
static boolean isBlazeDS46()
          Returns true if the runtime data services environment is BlazeDS 4.6 or greater.
static boolean isLCDS()
          Returns true if the runtime data services environment is LCDS.
static boolean isSpringSupportAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeEnvironment

public RuntimeEnvironment()
Method Detail

isLCDS

public static boolean isLCDS()
Returns true if the runtime data services environment is LCDS.


isBlazeDS

public static boolean isBlazeDS()
Returns true if the runtime data services environment is BlazeDS.


isBlazeDS46

public static boolean isBlazeDS46()
Returns true if the runtime data services environment is BlazeDS 4.6 or greater.

Returns:

isSpringSupportAvailable

public static boolean isSpringSupportAvailable()

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.