org.apache.aries.jmx.codec
Class BundleData.Header

java.lang.Object
  extended by org.apache.aries.jmx.codec.BundleData.Header
Enclosing class:
BundleData

public static class BundleData.Header
extends Object


Constructor Summary
BundleData.Header(String key, String value)
           
 
Method Summary
static BundleData.Header from(CompositeData compositeData)
           
 String getKey()
           
 String getValue()
           
 CompositeData toCompositeData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleData.Header

public BundleData.Header(String key,
                         String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

toCompositeData

public CompositeData toCompositeData()
                              throws JMRuntimeException
Throws:
JMRuntimeException

from

public static BundleData.Header from(CompositeData compositeData)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.