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.


Constructor Summary
RegistryContext()
           
 
Method Summary
static MuleRegistry getRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryContext

public RegistryContext()
Method Detail

getRegistry

public static MuleRegistry getRegistry()


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