org.apache.karaf.features.management.codec
Class JmxRepository

java.lang.Object
  extended by org.apache.karaf.features.management.codec.JmxRepository

public class JmxRepository
extends java.lang.Object


Field Summary
static javax.management.openmbean.CompositeType REPOSITORY
           
static javax.management.openmbean.TabularType REPOSITORY_TABLE
           
 
Constructor Summary
JmxRepository(Repository repository)
           
 
Method Summary
 javax.management.openmbean.CompositeData asCompositeData()
           
static javax.management.openmbean.TabularData tableFrom(java.util.Collection<JmxRepository> repositories)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY

public static final javax.management.openmbean.CompositeType REPOSITORY

REPOSITORY_TABLE

public static final javax.management.openmbean.TabularType REPOSITORY_TABLE
Constructor Detail

JmxRepository

public JmxRepository(Repository repository)
Method Detail

asCompositeData

public javax.management.openmbean.CompositeData asCompositeData()

tableFrom

public static javax.management.openmbean.TabularData tableFrom(java.util.Collection<JmxRepository> repositories)


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