public class IReplyChannelImplementation extends NetObject implements IReplyChannel
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.IReplyChannel
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Channels.IReplyChannel
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IReplyChannelImplementation(java.lang.Object instance)
Internal constructor.
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIChannelToICommunicationObjectpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IReplyChannelImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Abort()
throws java.lang.Throwable
Abort in interface ICommunicationObjectjava.lang.Throwablepublic void addClosed(EventHandler handler) throws java.lang.Throwable
addClosed in interface ICommunicationObjectjava.lang.Throwablepublic void addClosing(EventHandler handler) throws java.lang.Throwable
addClosing in interface ICommunicationObjectjava.lang.Throwablepublic void addFaulted(EventHandler handler) throws java.lang.Throwable
addFaulted in interface ICommunicationObjectjava.lang.Throwablepublic void addOpened(EventHandler handler) throws java.lang.Throwable
addOpened in interface ICommunicationObjectjava.lang.Throwablepublic void addOpening(EventHandler handler) throws java.lang.Throwable
addOpening in interface ICommunicationObjectjava.lang.Throwablepublic IAsyncResult BeginClose(AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginClose in interface ICommunicationObjectjava.lang.Throwablepublic IAsyncResult BeginClose(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginClose in interface ICommunicationObjectjava.lang.Throwablepublic IAsyncResult BeginOpen(AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginOpen in interface ICommunicationObjectjava.lang.Throwablepublic IAsyncResult BeginOpen(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginOpen in interface ICommunicationObjectjava.lang.Throwablepublic IAsyncResult BeginReceiveRequest(AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic IAsyncResult BeginReceiveRequest(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic IAsyncResult BeginTryReceiveRequest(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTryReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic IAsyncResult BeginWaitForRequest(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginWaitForRequest in interface IReplyChanneljava.lang.Throwablepublic void Close()
throws java.lang.Throwable
Close in interface ICommunicationObjectjava.lang.Throwablepublic void Close(TimeSpan timeout) throws java.lang.Throwable
Close in interface ICommunicationObjectjava.lang.Throwablepublic void EndClose(IAsyncResult result) throws java.lang.Throwable
EndClose in interface ICommunicationObjectjava.lang.Throwablepublic void EndOpen(IAsyncResult result) throws java.lang.Throwable
EndOpen in interface ICommunicationObjectjava.lang.Throwablepublic RequestContext EndReceiveRequest(IAsyncResult result) throws java.lang.Throwable
EndReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic boolean EndTryReceiveRequest(IAsyncResult result, JCORefOut<RequestContext> context) throws java.lang.Throwable
EndTryReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic boolean EndWaitForRequest(IAsyncResult result) throws java.lang.Throwable
EndWaitForRequest in interface IReplyChanneljava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IChannelgetJCOAssemblyName in interface IReplyChannelgetJCOAssemblyName in interface ICommunicationObjectgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IChannelgetJCOClassName in interface IReplyChannelgetJCOClassName in interface ICommunicationObjectgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IChannelgetJCOInstance in interface IReplyChannelgetJCOInstance in interface ICommunicationObjectgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IChannelgetJCOObjectName in interface IReplyChannelgetJCOObjectName in interface ICommunicationObjectgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IChannelgetJCOType in interface IReplyChannelgetJCOType in interface ICommunicationObjectgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic EndpointAddress getLocalAddress() throws java.lang.Throwable
getLocalAddress in interface IReplyChanneljava.lang.Throwablepublic CommunicationState getState() throws java.lang.Throwable
getState in interface ICommunicationObjectjava.lang.Throwablepublic void Open()
throws java.lang.Throwable
Open in interface ICommunicationObjectjava.lang.Throwablepublic void Open(TimeSpan timeout) throws java.lang.Throwable
Open in interface ICommunicationObjectjava.lang.Throwablepublic RequestContext ReceiveRequest() throws java.lang.Throwable
ReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic RequestContext ReceiveRequest(TimeSpan timeout) throws java.lang.Throwable
ReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic void removeClosed(EventHandler handler) throws java.lang.Throwable
removeClosed in interface ICommunicationObjectjava.lang.Throwablepublic void removeClosing(EventHandler handler) throws java.lang.Throwable
removeClosing in interface ICommunicationObjectjava.lang.Throwablepublic void removeFaulted(EventHandler handler) throws java.lang.Throwable
removeFaulted in interface ICommunicationObjectjava.lang.Throwablepublic void removeOpened(EventHandler handler) throws java.lang.Throwable
removeOpened in interface ICommunicationObjectjava.lang.Throwablepublic void removeOpening(EventHandler handler) throws java.lang.Throwable
removeOpening in interface ICommunicationObjectjava.lang.Throwablepublic static IReplyChannel ToIReplyChannel(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IReplyChannel, a cast assert is made to check if types are compatible.ToIReplyChannel in interface IReplyChannelfrom - IJCOBridgeReflected instance to be castedIReplyChannel instancejava.lang.Throwable - in case of error during cast operationpublic boolean TryReceiveRequest(TimeSpan timeout, JCORefOut<RequestContext> context) throws java.lang.Throwable
TryReceiveRequest in interface IReplyChanneljava.lang.Throwablepublic boolean WaitForRequest(TimeSpan timeout) throws java.lang.Throwable
WaitForRequest in interface IReplyChanneljava.lang.Throwable