public class SelftestReference extends OsgiBeanSource<Object>
SelfTest, i.e. a method of a bean
in a BeanFactory that was annotated with SelfTest.
execution, i.e. invocation of the
method on the corresponding bean instance.| Constructor and Description |
|---|
SelftestReference(org.springframework.beans.factory.BeanFactory factory,
String beanName,
org.springframework.core.type.MethodMetadata methodMetadata,
org.osgi.framework.Bundle bundle) |
SelftestReference(org.springframework.beans.factory.BeanFactory factory,
String beanName,
io.neba.api.annotations.SelfTest selfTest,
String methodName,
org.osgi.framework.Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
execute() |
String |
getDescription() |
String |
getFailure() |
String |
getId() |
String |
getSuccess() |
int |
hashCode() |
String |
toString() |
getBean, getBeanName, getBeanType, getBundle, getBundleId, getFactory, isValidpublic SelftestReference(org.springframework.beans.factory.BeanFactory factory,
String beanName,
org.springframework.core.type.MethodMetadata methodMetadata,
org.osgi.framework.Bundle bundle)
public void execute()
public String toString()
toString in class OsgiBeanSource<Object>public String getId()
null.public String getSuccess()
public String getFailure()
public String getDescription()
public int hashCode()
hashCode in class OsgiBeanSource<Object>public boolean equals(Object obj)
equals in class OsgiBeanSource<Object>Copyright © 2014–2015. All rights reserved.