Uses of Class
org.apache.cxf.management.annotation.ManagedOperation
-
Packages that use ManagedOperation Package Description org.apache.cxf.bus org.apache.cxf.bus.managers org.apache.cxf.endpoint org.apache.cxf.management.jmx.export.runtime org.apache.cxf.sts.cache org.apache.cxf.ws.rm -
-
Uses of ManagedOperation in org.apache.cxf.bus
Methods in org.apache.cxf.bus with annotations of type ManagedOperation Modifier and Type Method Description voidManagedBus. shutdown(boolean wait) -
Uses of ManagedOperation in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers with annotations of type ManagedOperation Modifier and Type Method Description voidWorkQueueManagerImplMBeanWrapper. shutdown(boolean processRemainingWorkItems) -
Uses of ManagedOperation in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint with annotations of type ManagedOperation Modifier and Type Method Description voidManagedEndpoint. destroy()voidManagedEndpoint. start()voidManagedEndpoint. stop() -
Uses of ManagedOperation in org.apache.cxf.management.jmx.export.runtime
Methods in org.apache.cxf.management.jmx.export.runtime that return ManagedOperation Modifier and Type Method Description ManagedOperationModelMBeanAssembler. getManagedOperation(Method method)Methods in org.apache.cxf.management.jmx.export.runtime with parameters of type ManagedOperation Modifier and Type Method Description DescriptorModelMBeanInfoSupporter. buildOperationDescriptor(ManagedOperation mo, String operationName) -
Uses of ManagedOperation in org.apache.cxf.sts.cache
Methods in org.apache.cxf.sts.cache with annotations of type ManagedOperation Modifier and Type Method Description Map<String,String>EHCacheIdentityCache. get(String user, String realm)Map<String,String>MemoryIdentityCache. get(String user, String realm)StringEHCacheIdentityCache. getContent()StringMemoryIdentityCache. getContent() -
Uses of ManagedOperation in org.apache.cxf.ws.rm
-