org.apache.servicemix.common
Class ManagementSupport

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

public class ManagementSupport
extends 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 String createComponentMessage(ManagementSupport.Message msg)
           
static javax.jbi.management.DeploymentException failure(String task, String component, String info, 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(String task,
                                                               String component,
                                                               String info,
                                                               Throwable e)

createComponentMessage

public static String createComponentMessage(ManagementSupport.Message msg)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.