public interface OSGiInvoke extends Invoke
The following features are supported:
SofiaPackage.getOSGiInvoke()| Modifier and Type | Method and Description |
|---|---|
String |
getBundleName()
Returns the value of the 'Bundle Name' attribute.
|
String |
getMethodName()
Returns the value of the 'Method Name' attribute.
|
String |
getParameterTypes()
Returns the value of the 'Parameter Types' attribute.
|
String |
getServiceClassName()
Returns the value of the 'Service Class Name' attribute.
|
void |
setBundleName(String value)
Sets the value of the '
Bundle Name' attribute. |
void |
setMethodName(String value)
Sets the value of the '
Method Name' attribute. |
void |
setParameterTypes(String value)
Sets the value of the '
Parameter Types' attribute. |
void |
setServiceClassName(String value)
Sets the value of the '
Service Class Name' attribute. |
getDescription, getParentstep, getPorts, getResource, getType, setDescription, setParentstep, setResource, setTypegetId, setIdgetContext, getControlProcess, getControlProcessId, getEplQuery, getGoal, isCyberPhysical, setContext, setControlProcess, setControlProcessId, setCyberPhysical, setEplQuery, setGoalString getServiceClassName()
If the meaning of the 'Service Class Name' attribute isn't clear, there really should be more of a description here...
setServiceClassName(String),
SofiaPackage.getOSGiInvoke_ServiceClassName()void setServiceClassName(String value)
Service Class Name' attribute.
value - the new value of the 'Service Class Name' attribute.getServiceClassName()String getMethodName()
If the meaning of the 'Method Name' attribute isn't clear, there really should be more of a description here...
setMethodName(String),
SofiaPackage.getOSGiInvoke_MethodName()void setMethodName(String value)
Method Name' attribute.
value - the new value of the 'Method Name' attribute.getMethodName()String getParameterTypes()
If the meaning of the 'Parameter Types' attribute isn't clear, there really should be more of a description here...
setParameterTypes(String),
SofiaPackage.getOSGiInvoke_ParameterTypes()void setParameterTypes(String value)
Parameter Types' attribute.
value - the new value of the 'Parameter Types' attribute.getParameterTypes()String getBundleName()
If the meaning of the 'Bundle Name' attribute isn't clear, there really should be more of a description here...
setBundleName(String),
SofiaPackage.getOSGiInvoke_BundleName()void setBundleName(String value)
Bundle Name' attribute.
value - the new value of the 'Bundle Name' attribute.getBundleName()Copyright © 2018. All rights reserved.