org.objectweb.fractal.juliak.control.interceptor
Interface InterceptorDefAttributes

All Superinterfaces:
AttributeController
All Known Implementing Classes:
InterceptorCompControllerImpl, InterceptorControllerMixin

public interface InterceptorDefAttributes
extends AttributeController

This interface defines the attributes which describe the interceptors associated to a control membrane.

Since:
2.5
Author:
Lionel Seinturier

Method Summary
 String getInterceptors()
           
 void setInterceptors(String interceptors)
           
 

Method Detail

setInterceptors

void setInterceptors(String interceptors)
Parameters:
interceptors - A stringified representation of a Julia Tree structure describing the interceptor class generators associated with this control membrane.

getInterceptors

String getInterceptors()
Returns:
A stringified representation of a Julia Tree structure describing the interceptor class generators associated with this control membrane.