|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.aries.blueprint.reflect.ComponentMetadataImpl
org.apache.aries.blueprint.reflect.ServiceReferenceMetadataImpl
org.apache.aries.blueprint.reflect.ReferenceMetadataImpl
public class ReferenceMetadataImpl
Implementation of ReferenceMetadata
Field Summary |
---|
Fields inherited from class org.apache.aries.blueprint.reflect.ServiceReferenceMetadataImpl |
---|
availability, componentName, filter, interfaceName, proxyMethod, referenceListeners, runtimeInterface |
Fields inherited from class org.apache.aries.blueprint.reflect.ComponentMetadataImpl |
---|
activation, dependsOn, id |
Fields inherited from interface org.apache.aries.blueprint.ExtendedServiceReferenceMetadata |
---|
PROXY_METHOD_CLASSES, PROXY_METHOD_DEFAULT |
Fields inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata |
---|
AVAILABILITY_MANDATORY, AVAILABILITY_OPTIONAL |
Fields inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata |
---|
ACTIVATION_EAGER, ACTIVATION_LAZY |
Constructor Summary | |
---|---|
ReferenceMetadataImpl()
|
|
ReferenceMetadataImpl(ReferenceMetadata source)
|
Method Summary | |
---|---|
long |
getTimeout()
Return the timeout for service invocations when a backing service is is unavailable. |
void |
setTimeout(long timeout)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.aries.blueprint.reflect.ServiceReferenceMetadataImpl |
---|
addServiceListener, addServiceListener, getAvailability, getComponentName, getFilter, getInterface, getProxyMethod, getReferenceListeners, getRuntimeInterface, removeReferenceListener, setAvailability, setComponentName, setFilter, setInterface, setProxyMethod, setReferenceListeners, setRuntimeInterface |
Methods inherited from class org.apache.aries.blueprint.reflect.ComponentMetadataImpl |
---|
addDependsOn, getActivation, getDependsOn, getId, removeDependsOn, setActivation, setDependsOn, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.aries.blueprint.mutable.MutableServiceReferenceMetadata |
---|
addServiceListener, addServiceListener, removeReferenceListener, setAvailability, setComponentName, setFilter, setInterface, setProxyMethod, setRuntimeInterface |
Methods inherited from interface org.apache.aries.blueprint.ExtendedServiceReferenceMetadata |
---|
getProxyMethod, getRuntimeInterface |
Methods inherited from interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata |
---|
getAvailability, getComponentName, getFilter, getInterface, getReferenceListeners |
Methods inherited from interface org.osgi.service.blueprint.reflect.ComponentMetadata |
---|
getActivation, getDependsOn, getId |
Methods inherited from interface org.apache.aries.blueprint.mutable.MutableComponentMetadata |
---|
addDependsOn, removeDependsOn, setActivation, setDependsOn, setId |
Constructor Detail |
---|
public ReferenceMetadataImpl()
public ReferenceMetadataImpl(ReferenceMetadata source)
Method Detail |
---|
public long getTimeout()
ReferenceMetadata
timeout
attribute of the reference.
getTimeout
in interface ReferenceMetadata
public void setTimeout(long timeout)
setTimeout
in interface MutableReferenceMetadata
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |