org.ow2.frascati.tinfi.api.control
Class SCAPropertyControllerInterceptorSCAIntent
java.lang.Object
org.ow2.frascati.tinfi.TinfiComponentInterceptor<org.ow2.frascati.tinfi.api.control.SCAPropertyController>
org.ow2.frascati.tinfi.api.control.SCAPropertyControllerInterceptorSCAIntent
- All Implemented Interfaces:
- org.objectweb.fractal.julia.Controller, org.objectweb.fractal.julia.Interceptor, org.ow2.frascati.tinfi.api.control.SCAPropertyController
public class SCAPropertyControllerInterceptorSCAIntent
- extends org.ow2.frascati.tinfi.TinfiComponentInterceptor<org.ow2.frascati.tinfi.api.control.SCAPropertyController>
- implements org.ow2.frascati.tinfi.api.control.SCAPropertyController, org.objectweb.fractal.julia.Interceptor
| Fields inherited from class org.ow2.frascati.tinfi.TinfiComponentInterceptor |
impl, intentHandlersMap, methods |
| Fields inherited from interface org.ow2.frascati.tinfi.api.control.SCAPropertyController |
NAME |
|
Method Summary |
java.lang.Object |
clone()
|
boolean |
containsPropertyName(java.lang.String arg0)
|
org.ow2.frascati.tinfi.api.control.SCAPropertyController |
getPromoter(java.lang.String arg0)
|
java.lang.String |
getPromoterPropertyName(java.lang.String arg0)
|
java.lang.String[] |
getPropertyNames()
|
java.lang.Class<?> |
getType(java.lang.String arg0)
|
java.lang.Object |
getValue(java.lang.String arg0)
|
boolean |
hasBeenSet(java.lang.String arg0)
|
void |
initFcController(org.objectweb.fractal.julia.InitializationContext ic)
|
boolean |
isDeclared(java.lang.String arg0)
|
void |
setPromoter(java.lang.String arg0,
org.ow2.frascati.tinfi.api.control.SCAPropertyController arg1)
|
void |
setPromoter(java.lang.String arg0,
org.ow2.frascati.tinfi.api.control.SCAPropertyController arg1,
java.lang.String arg2)
|
void |
setType(java.lang.String arg0,
java.lang.Class<?> arg1)
|
void |
setValue(java.lang.String arg0,
java.lang.Object arg1)
|
| Methods inherited from class org.ow2.frascati.tinfi.TinfiComponentInterceptor |
addIntentHandler, addIntentHandler, getFcComponent, getFcItf, getFcItfDelegate, getMethods, initFcClone, initIntentHandlersMap, listIntentHandler, listIntentHandler, pushFcAndGet, releaseFcAndPop, removeIntentHandler, removeIntentHandler, setFcItf, setFcItfDelegate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.fractal.julia.Interceptor |
getFcItfDelegate, setFcItfDelegate |
SCAPropertyControllerInterceptorSCAIntent
public SCAPropertyControllerInterceptorSCAIntent()
initFcController
public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
throws org.objectweb.fractal.api.factory.InstantiationException
- Specified by:
initFcController in interface org.objectweb.fractal.julia.Controller- Overrides:
initFcController in class org.ow2.frascati.tinfi.TinfiComponentInterceptor<org.ow2.frascati.tinfi.api.control.SCAPropertyController>
- Throws:
org.objectweb.fractal.api.factory.InstantiationException
clone
public java.lang.Object clone()
- Specified by:
clone in interface org.objectweb.fractal.julia.Interceptor- Specified by:
clone in class org.ow2.frascati.tinfi.TinfiComponentInterceptor<org.ow2.frascati.tinfi.api.control.SCAPropertyController>
isDeclared
public boolean isDeclared(java.lang.String arg0)
- Specified by:
isDeclared in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
getPromoter
public org.ow2.frascati.tinfi.api.control.SCAPropertyController getPromoter(java.lang.String arg0)
- Specified by:
getPromoter in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
getPromoterPropertyName
public java.lang.String getPromoterPropertyName(java.lang.String arg0)
- Specified by:
getPromoterPropertyName in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
containsPropertyName
public boolean containsPropertyName(java.lang.String arg0)
- Specified by:
containsPropertyName in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
hasBeenSet
public boolean hasBeenSet(java.lang.String arg0)
- Specified by:
hasBeenSet in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
setPromoter
public void setPromoter(java.lang.String arg0,
org.ow2.frascati.tinfi.api.control.SCAPropertyController arg1,
java.lang.String arg2)
throws org.ow2.frascati.tinfi.api.control.IllegalPromoterException
- Specified by:
setPromoter in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
- Throws:
org.ow2.frascati.tinfi.api.control.IllegalPromoterException
setValue
public void setValue(java.lang.String arg0,
java.lang.Object arg1)
throws java.lang.IllegalArgumentException
- Specified by:
setValue in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
- Throws:
java.lang.IllegalArgumentException
setPromoter
public void setPromoter(java.lang.String arg0,
org.ow2.frascati.tinfi.api.control.SCAPropertyController arg1)
throws org.ow2.frascati.tinfi.api.control.IllegalPromoterException
- Specified by:
setPromoter in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
- Throws:
org.ow2.frascati.tinfi.api.control.IllegalPromoterException
setType
public void setType(java.lang.String arg0,
java.lang.Class<?> arg1)
- Specified by:
setType in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
getType
public java.lang.Class<?> getType(java.lang.String arg0)
- Specified by:
getType in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
getPropertyNames
public java.lang.String[] getPropertyNames()
- Specified by:
getPropertyNames in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
getValue
public java.lang.Object getValue(java.lang.String arg0)
- Specified by:
getValue in interface org.ow2.frascati.tinfi.api.control.SCAPropertyController
Copyright © 2011 Petals Link. All Rights Reserved.