Package system.servicemodel.dispatcher
Class DispatchOperation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.dispatcher.DispatchOperation
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DispatchOperation extends NetObject
The base .NET class managing System.ServiceModel.Dispatcher.DispatchOperation, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Dispatcher.DispatchOperation
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.ServiceModelstatic java.lang.String
className
Qualified class name: System.ServiceModel.Dispatcher.DispatchOperationstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DispatchOperation()
DispatchOperation(java.lang.Object instance)
Internal constructor.DispatchOperation(DispatchRuntime parent, java.lang.String name, java.lang.String action)
DispatchOperation(DispatchRuntime parent, java.lang.String name, java.lang.String action, java.lang.String replyAction)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DispatchOperation
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDispatchOperation
, a cast assert is made to check if types are compatible.java.lang.String
getAction()
boolean
getAutoDisposeParameters()
boolean
getDeserializeRequest()
IDispatchMessageFormatter
getFormatter()
ImpersonationOption
getImpersonation()
IOperationInvoker
getInvoker()
boolean
getIsInsideTransactedReceiveScope()
boolean
getIsOneWay()
boolean
getIsTerminating()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getName()
DispatchRuntime
getParent()
boolean
getReleaseInstanceAfterCall()
boolean
getReleaseInstanceBeforeCall()
java.lang.String
getReplyAction()
boolean
getSerializeReply()
boolean
getTransactionAutoComplete()
boolean
getTransactionRequired()
void
setAutoDisposeParameters(boolean AutoDisposeParameters)
void
setDeserializeRequest(boolean DeserializeRequest)
void
setFormatter(IDispatchMessageFormatter Formatter)
void
setImpersonation(ImpersonationOption Impersonation)
void
setInvoker(IOperationInvoker Invoker)
void
setIsInsideTransactedReceiveScope(boolean IsInsideTransactedReceiveScope)
void
setIsTerminating(boolean IsTerminating)
void
setJCOInstance(JCObject instance)
void
setReleaseInstanceAfterCall(boolean ReleaseInstanceAfterCall)
void
setReleaseInstanceBeforeCall(boolean ReleaseInstanceBeforeCall)
void
setSerializeReply(boolean SerializeReply)
void
setTransactionAutoComplete(boolean TransactionAutoComplete)
void
setTransactionRequired(boolean TransactionRequired)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Dispatcher.DispatchOperation- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DispatchOperation
public DispatchOperation(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DispatchOperation
public DispatchOperation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
DispatchOperation
public DispatchOperation(DispatchRuntime parent, java.lang.String name, java.lang.String action) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
DispatchOperation
public DispatchOperation(DispatchRuntime parent, java.lang.String name, java.lang.String action, java.lang.String replyAction) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DispatchOperation cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDispatchOperation
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DispatchOperation
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getAutoDisposeParameters
public boolean getAutoDisposeParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoDisposeParameters
public void setAutoDisposeParameters(boolean AutoDisposeParameters) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getDeserializeRequest
public boolean getDeserializeRequest() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeserializeRequest
public void setDeserializeRequest(boolean DeserializeRequest) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getIsInsideTransactedReceiveScope
public boolean getIsInsideTransactedReceiveScope() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsInsideTransactedReceiveScope
public void setIsInsideTransactedReceiveScope(boolean IsInsideTransactedReceiveScope) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getIsOneWay
public boolean getIsOneWay() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsTerminating
public boolean getIsTerminating() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsTerminating
public void setIsTerminating(boolean IsTerminating) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getReleaseInstanceAfterCall
public boolean getReleaseInstanceAfterCall() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReleaseInstanceAfterCall
public void setReleaseInstanceAfterCall(boolean ReleaseInstanceAfterCall) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getReleaseInstanceBeforeCall
public boolean getReleaseInstanceBeforeCall() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReleaseInstanceBeforeCall
public void setReleaseInstanceBeforeCall(boolean ReleaseInstanceBeforeCall) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getSerializeReply
public boolean getSerializeReply() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSerializeReply
public void setSerializeReply(boolean SerializeReply) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getTransactionAutoComplete
public boolean getTransactionAutoComplete() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTransactionAutoComplete
public void setTransactionAutoComplete(boolean TransactionAutoComplete) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getTransactionRequired
public boolean getTransactionRequired() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTransactionRequired
public void setTransactionRequired(boolean TransactionRequired) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getParent
public DispatchRuntime getParent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFormatter
public IDispatchMessageFormatter getFormatter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFormatter
public void setFormatter(IDispatchMessageFormatter Formatter) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getInvoker
public IOperationInvoker getInvoker() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInvoker
public void setInvoker(IOperationInvoker Invoker) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getImpersonation
public ImpersonationOption getImpersonation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImpersonation
public void setImpersonation(ImpersonationOption Impersonation) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getAction
public java.lang.String getAction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getReplyAction
public java.lang.String getReplyAction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-