1 25 26 package org.objectweb.easybeans.api.jmx; 27 28 33 public interface EZBManagementIdentifier<ManagedType> { 34 35 38 String getDomain(); 39 40 46 String getTypeProperty(); 47 48 52 String getTypeName(); 53 54 58 String getTypeValue(); 59 60 64 String getNamePropertyValue(final ManagedType instance); 65 66 71 String getAdditionnalProperties(final ManagedType instance); 72 } 73 | Popular Tags |