org.eclipse.emf.ecp.makeithappen.application.sample.rap.j2ee
Class RealmSetter

java.lang.Object
  extended by org.eclipse.emf.ecp.makeithappen.application.sample.rap.j2ee.RealmSetter

public final class RealmSetter
extends Object

Realm Setter. Is needed as the J2EE Mode doesn't have a Realm by default.


Method Summary
static void initialize()
          Initialize the RealmSetter.
static void setRealm(org.eclipse.core.databinding.observable.Realm realm)
          Set the default Realm.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setRealm

public static void setRealm(org.eclipse.core.databinding.observable.Realm realm)
Set the default Realm.

Parameters:
realm - the Realm to set

initialize

public static void initialize()
Initialize the RealmSetter.



Copyright © 2015. All Rights Reserved.