Package system.servicemodel.dispatcher
Class ClientOperation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.dispatcher.ClientOperationCompatBase
-
- system.servicemodel.dispatcher.ClientOperation
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ClientOperation extends ClientOperationCompatBase
The base .NET class managing System.ServiceModel.Dispatcher.ClientOperation, 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.ClientOperation
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.ClientOperationstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ClientOperation()
ClientOperation(java.lang.Object instance)
Internal constructor.ClientOperation(ClientRuntime parent, java.lang.String name, java.lang.String action)
ClientOperation(ClientRuntime 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 ClientOperation
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoClientOperation
, a cast assert is made to check if types are compatible.java.lang.String
getAction()
MethodInfo
getBeginMethod()
boolean
getDeserializeReply()
MethodInfo
getEndMethod()
IClientMessageFormatter
getFormatter()
boolean
getIsInitiating()
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()
ClientRuntime
getParent()
java.lang.String
getReplyAction()
boolean
getSerializeRequest()
MethodInfo
getSyncMethod()
MethodInfo
getTaskMethod()
NetType
getTaskTResult()
void
setBeginMethod(MethodInfo BeginMethod)
void
setDeserializeReply(boolean DeserializeReply)
void
setEndMethod(MethodInfo EndMethod)
void
setFormatter(IClientMessageFormatter Formatter)
void
setIsInitiating(boolean IsInitiating)
void
setIsOneWay(boolean IsOneWay)
void
setIsTerminating(boolean IsTerminating)
void
setJCOInstance(JCObject instance)
void
setSerializeRequest(boolean SerializeRequest)
void
setSyncMethod(MethodInfo SyncMethod)
void
setTaskMethod(MethodInfo TaskMethod)
void
setTaskTResult(NetType TaskTResult)
-
-
-
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.ClientOperation- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClientOperation
public ClientOperation(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ClientOperation
public ClientOperation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ClientOperation
public ClientOperation(ClientRuntime parent, java.lang.String name, java.lang.String action) 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
-
ClientOperation
public ClientOperation(ClientRuntime parent, java.lang.String name, java.lang.String action, java.lang.String replyAction) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, 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 classClientOperationCompatBase
- 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 classClientOperationCompatBase
- 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 classClientOperationCompatBase
- 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 classClientOperationCompatBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classClientOperationCompatBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classClientOperationCompatBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ClientOperation cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoClientOperation
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ClientOperation
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getDeserializeReply
public boolean getDeserializeReply() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeserializeReply
public void setDeserializeReply(boolean DeserializeReply) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getIsInitiating
public boolean getIsInitiating() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsInitiating
public void setIsInitiating(boolean IsInitiating) 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
-
setIsOneWay
public void setIsOneWay(boolean IsOneWay) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
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
-
getSerializeRequest
public boolean getSerializeRequest() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSerializeRequest
public void setSerializeRequest(boolean SerializeRequest) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getBeginMethod
public MethodInfo getBeginMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBeginMethod
public void setBeginMethod(MethodInfo BeginMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getEndMethod
public MethodInfo getEndMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEndMethod
public void setEndMethod(MethodInfo EndMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getSyncMethod
public MethodInfo getSyncMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSyncMethod
public void setSyncMethod(MethodInfo SyncMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getTaskMethod
public MethodInfo getTaskMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTaskMethod
public void setTaskMethod(MethodInfo TaskMethod) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getParent
public ClientRuntime getParent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFormatter
public IClientMessageFormatter getFormatter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFormatter
public void setFormatter(IClientMessageFormatter Formatter) 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
-
getTaskTResult
public NetType getTaskTResult() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTaskTResult
public void setTaskTResult(NetType TaskTResult) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
-