Class TestServiceableComponent
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
- net.shibboleth.ext.spring.service.AbstractServiceableComponent<TestServiceableComponent>
-
- net.shibboleth.ext.spring.service.TestServiceableComponent
-
- All Implemented Interfaces:
Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent,ServiceableComponent<TestServiceableComponent>,Aware,ApplicationContextAware
public class TestServiceableComponent extends AbstractServiceableComponent<TestServiceableComponent>
-
-
Constructor Summary
Constructors Constructor Description TestServiceableComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestServiceableComponentgetComponent()StringgetTheValue()voidsetTheValue(String value)-
Methods inherited from class net.shibboleth.ext.spring.service.AbstractServiceableComponent
doDestroy, doInitialize, getApplicationContext, pinComponent, setApplicationContext, unloadComponent, unpinComponent
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
-
-
-
Field Detail
-
theValue
private String theValue
-
-
Method Detail
-
getComponent
@Nonnull public TestServiceableComponent getComponent()
- Specified by:
getComponentin interfaceServiceableComponent<TestServiceableComponent>- Specified by:
getComponentin classAbstractServiceableComponent<TestServiceableComponent>
-
getTheValue
public String getTheValue()
- Returns:
- Returns the theValue.
-
setTheValue
public void setTheValue(String value)
- Parameters:
value- The theValue to set.
-
-