Class EjbInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.java.EjbInvocation
-
- All Implemented Interfaces:
Serializable,NamespaceUriAware,N2oArgumentsInvocation,N2oInvocation
@Deprecated public class EjbInvocation extends JavaInvocation
Deprecated.Параметры для вызова методов ejb бинов- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EjbInvocation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetApplication()Deprecated.StringgetBeanId()Deprecated.StringgetDistinct()Deprecated.StringgetModule()Deprecated.StringgetProtocol()Deprecated.BooleangetStatefull()Deprecated.StringgetUri()Deprecated.voidsetApplication(String application)Deprecated.voidsetBeanId(String beanId)Deprecated.voidsetDistinct(String distinct)Deprecated.voidsetModule(String module)Deprecated.voidsetProtocol(String protocol)Deprecated.voidsetStatefull(Boolean statefull)Deprecated.voidsetUri(String uri)Deprecated.-
Methods inherited from class net.n2oapp.framework.api.metadata.global.dao.invocation.java.JavaInvocation
getArguments, getClassName, getMethodName, getNamespaceUri, setArguments, setClassName, setMethodName, setNamespaceUri
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getBeanId
public String getBeanId()
Deprecated.
-
setBeanId
public void setBeanId(String beanId)
Deprecated.
-
getUri
public String getUri()
Deprecated.
-
setUri
public void setUri(String uri)
Deprecated.
-
getProtocol
public String getProtocol()
Deprecated.
-
setProtocol
public void setProtocol(String protocol)
Deprecated.
-
getApplication
public String getApplication()
Deprecated.
-
setApplication
public void setApplication(String application)
Deprecated.
-
getDistinct
public String getDistinct()
Deprecated.
-
setDistinct
public void setDistinct(String distinct)
Deprecated.
-
getStatefull
public Boolean getStatefull()
Deprecated.
-
setStatefull
public void setStatefull(Boolean statefull)
Deprecated.
-
getModule
public String getModule()
Deprecated.
-
setModule
public void setModule(String module)
Deprecated.
-
-