public class OperationDescriptor<T extends Annotation> extends AbstractActiveDescriptor<OperationHandle<T>>
| Constructor and Description |
|---|
OperationDescriptor(T scope,
SingleOperationManager<T> parent) |
| Modifier and Type | Method and Description |
|---|---|
OperationHandle<T> |
create(ServiceHandle<?> root) |
Class<?> |
getImplementationClass() |
Type |
getImplementationType() |
void |
setImplementationType(Type t) |
addContractType, addQualifierAnnotation, dispose, equals, getCache, getContractTypes, getFactoryLocatorId, getFactoryServiceId, getInjectees, getQualifierAnnotations, getScopeAnnotation, getScopeAsAnnotation, hashCode, isCacheSet, isReified, releaseCache, removeContractType, removeQualifierAnnotation, setCache, setFactoryId, setName, setReified, setScopeAnnotation, setScopeAsAnnotationaddAdvertisedContract, addMetadata, addMetadata, addQualifier, clearMetadata, descriptorEquals, getAdvertisedContracts, getClassAnalysisName, getDescriptorType, getDescriptorVisibility, getImplementation, getLoader, getLocatorId, getMetadata, getName, getQualifiers, getRanking, getScope, getServiceId, isProxiable, isProxyForSameScope, pretty, readExternal, readObject, removeAdvertisedContract, removeAllMetadata, removeMetadata, removeQualifier, setClassAnalysisName, setDescriptorType, setDescriptorVisibility, setImplementation, setLoader, setLocatorId, setMetadata, setProxiable, setProxyForSameScope, setRanking, setScope, setServiceId, toString, writeExternal, writeObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAdvertisedContracts, getClassAnalysisName, getDescriptorType, getDescriptorVisibility, getImplementation, getLoader, getLocatorId, getMetadata, getName, getQualifiers, getRanking, getScope, getServiceId, isProxiable, isProxyForSameScope, setRankingpublic OperationDescriptor(T scope, SingleOperationManager<T> parent)
public Class<?> getImplementationClass()
public Type getImplementationType()
public void setImplementationType(Type t)
setImplementationType in class AbstractActiveDescriptor<OperationHandle<T extends Annotation>>public OperationHandle<T> create(ServiceHandle<?> root)
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.