org.mule.el.context
Class MuleInstanceContext

java.lang.Object
  extended by org.mule.el.context.MuleInstanceContext

public class MuleInstanceContext
extends Object

Expose information about the Mule instance:

  • clusterid Cluster ID
  • home Home directory
  • nodeid Cluster Node ID
  • version Mule Version


    Constructor Summary
    MuleInstanceContext(MuleContext muleContext)
               
     
    Method Summary
     String getClusterId()
               
     String getHome()
               
     int getNodeId()
               
    static String getVersion()
               
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    MuleInstanceContext

    public MuleInstanceContext(MuleContext muleContext)
    Method Detail

    getVersion

    public static String getVersion()

    getClusterId

    public String getClusterId()

    getNodeId

    public int getNodeId()

    getHome

    public String getHome()


    Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.