org.apache.servicemix.common
Class ManagementSupport

java.lang.Object
  extended by org.apache.servicemix.common.ManagementSupport

public class ManagementSupport
extends java.lang.Object

ManagementMessageHelper is a class that ease the building of management messages.


Nested Class Summary
static class ManagementSupport.Message
           
 
Constructor Summary
ManagementSupport()
           
 
Method Summary
static java.lang.String createComponentMessage(ManagementSupport.Message msg)
           
static javax.jbi.management.DeploymentException failure(java.lang.String task, java.lang.String component, java.lang.String info, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementSupport

public ManagementSupport()
Method Detail

failure

public static javax.jbi.management.DeploymentException failure(java.lang.String task,
                                                               java.lang.String component,
                                                               java.lang.String info,
                                                               java.lang.Throwable e)

createComponentMessage

public static java.lang.String createComponentMessage(ManagementSupport.Message msg)


Copyright © 2005-2012 FuseSource. All Rights Reserved.