JBoss Managed Parent POM 2.1.1.SP2

Uses of Interface
org.jboss.managed.api.ManagedOperation

Packages that use ManagedOperation
org.jboss.managed.api   
org.jboss.managed.plugins   
org.jboss.managed.plugins.factory   
 

Uses of ManagedOperation in org.jboss.managed.api
 

Methods in org.jboss.managed.api that return types with arguments of type ManagedOperation
 Set<ManagedOperation> ManagedCommon.getOperations()
          Get the operations
 

Method parameters in org.jboss.managed.api with type arguments of type ManagedOperation
 void MutableManagedComponent.setOperations(Set<ManagedOperation> operations)
          Set the ManagedOperation associated with the ManagedObject.
 void MutableManagedObject.setOperations(Set<ManagedOperation> operations)
          Set the ManagedOperation associated with the ManagedObject.
 

Uses of ManagedOperation in org.jboss.managed.plugins
 

Classes in org.jboss.managed.plugins that implement ManagedOperation
 class ManagedOperationImpl
          A default implementation of ManagedOperation
 

Methods in org.jboss.managed.plugins that return ManagedOperation
static ManagedOperation ManagedOperationMatcher.findOperation(Set<ManagedOperation> ops, String name, MetaType... signature)
           
 

Methods in org.jboss.managed.plugins that return types with arguments of type ManagedOperation
 Set<ManagedOperation> DelegateManagedObjectImpl.getOperations()
           
 Set<ManagedOperation> DelegateManagedCommonImpl.getOperations()
           
 Set<ManagedOperation> ManagedObjectImpl.getOperations()
          get the ManagedOperations
 

Method parameters in org.jboss.managed.plugins with type arguments of type ManagedOperation
static ManagedOperation ManagedOperationMatcher.findOperation(Set<ManagedOperation> ops, String name, MetaType... signature)
           
 void ManagedComponentImpl.setOperations(Set<ManagedOperation> operations)
           
 void ManagedObjectImpl.setOperations(Set<ManagedOperation> operations)
           
 

Constructor parameters in org.jboss.managed.plugins with type arguments of type ManagedOperation
ManagedObjectImpl(String name, Set<ManagedProperty> properties, HashSet<ManagedOperation> operations)
          Deprecated. 
ManagedObjectImpl(String name, Set<ManagedProperty> properties, Set<ManagedOperation> operations)
          Create a new ManagedObjectImpl
ManagedObjectImpl(String name, String nameType, String attachmentName, Map<String,ManagedProperty> properties, HashSet<ManagedOperation> operations, Serializable attachment)
          Deprecated. 
ManagedObjectImpl(String name, String nameType, String attachmentName, Map<String,ManagedProperty> properties, Set<ManagedOperation> operations, Object attachment)
          Create a new ManagedObjectImpl
ManagedObjectImpl(String name, String nameType, String attachmentName, Set<ManagedProperty> properties, HashSet<ManagedOperation> operations, Serializable attachment)
          Deprecated. 
ManagedObjectImpl(String name, String nameType, String attachmentName, Set<ManagedProperty> properties, Set<ManagedOperation> operations, Object attachment)
          Create a new ManagedObjectImpl
 

Uses of ManagedOperation in org.jboss.managed.plugins.factory
 

Methods in org.jboss.managed.plugins.factory that return ManagedOperation
protected  ManagedOperation AbstractManagedObjectFactory.getManagedOperation(org.jboss.reflect.spi.MethodInfo methodInfo, ManagementOperation opAnnotation, org.jboss.metadata.spi.MetaData metaData)
           
 


JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.