org.mule
Class RegistryContext

java.lang.Object
  extended by org.mule.RegistryContext

public class RegistryContext
extends Object

A handle to the Mule Registry. We should make no assumptions about the location of the actual Registry implementation. It might be simply a singleton object in the same JVM, or it might be in another JVM or even running remotely on another machine.


Field Summary
protected static Registry registry
           
 
Constructor Summary
RegistryContext()
           
 
Method Summary
static MuleConfiguration getConfiguration()
           
static Registry getOrCreateRegistry()
           
static Registry getRegistry()
           
static void setRegistry(Registry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registry

protected static Registry registry
Constructor Detail

RegistryContext

public RegistryContext()
Method Detail

getRegistry

public static Registry getRegistry()

setRegistry

public static void setRegistry(Registry registry)

getConfiguration

public static MuleConfiguration getConfiguration()

getOrCreateRegistry

public static Registry getOrCreateRegistry()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.