|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.hivemind.impl.BaseLocatable | +--org.apache.hivemind.impl.ServiceInterceptorContributionImpl
Implementation of ServiceInterceptorContribution
.
Constructor Summary | |
ServiceInterceptorContributionImpl()
|
Method Summary | |
void |
createInterceptor(InterceptorStack stack)
Invoked to actually create the interceptor and push it onto the stack. |
java.lang.String |
getFactoryServiceId()
Returns the id of the factory that creates the interceptor. |
java.lang.String |
getFollowingInterceptorIds()
As getPrecedingInterceptorIds() , but the indicating
interceptors's behavior should follow this interceptor's. |
java.lang.String |
getPrecedingInterceptorIds()
Returns a list interceptors service ids as a comma seperated list. |
void |
setContributingModule(Module module)
|
void |
setFactoryServiceId(java.lang.String string)
|
void |
setFollowingInterceptorIds(java.lang.String string)
|
void |
setParameters(java.util.List list)
|
void |
setPrecedingInterceptorIds(java.lang.String string)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Constructor Detail |
public ServiceInterceptorContributionImpl()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getFactoryServiceId()
ServiceInterceptorContribution
ServiceInterceptorFactory
.
getFactoryServiceId
in interface ServiceInterceptorContribution
public void setFactoryServiceId(java.lang.String string)
public void createInterceptor(InterceptorStack stack)
ServiceInterceptorContribution
createInterceptor
in interface ServiceInterceptorContribution
public void setContributingModule(Module module)
public void setParameters(java.util.List list)
public java.lang.String getFollowingInterceptorIds()
ServiceInterceptorContribution
ServiceInterceptorContribution.getPrecedingInterceptorIds()
, but the indicating
interceptors's behavior should follow this interceptor's.
getFollowingInterceptorIds
in interface ServiceInterceptorContribution
public java.lang.String getPrecedingInterceptorIds()
ServiceInterceptorContribution
Each service id is fully qualified. May return null.
getPrecedingInterceptorIds
in interface ServiceInterceptorContribution
public void setFollowingInterceptorIds(java.lang.String string)
public void setPrecedingInterceptorIds(java.lang.String string)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |