public class IDuplexSessionChannelImplementation extends NetObject implements IDuplexSessionChannel
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.IDuplexSessionChannel
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.IDuplexSessionChannel
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDuplexSessionChannelImplementation(java.lang.Object instance)
Internal constructor.
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIDuplexChannelToIInputChannelToIOutputChannelpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDuplexSessionChannelImplementation(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 BeginReceive(AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginReceive in interface IInputChanneljava.lang.Throwablepublic IAsyncResult BeginReceive(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginReceive in interface IInputChanneljava.lang.Throwablepublic IAsyncResult BeginSend(Message message, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginSend in interface IOutputChanneljava.lang.Throwablepublic IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginSend in interface IOutputChanneljava.lang.Throwablepublic IAsyncResult BeginTryReceive(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginTryReceive in interface IInputChanneljava.lang.Throwablepublic IAsyncResult BeginWaitForMessage(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
BeginWaitForMessage in interface IInputChanneljava.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 Message EndReceive(IAsyncResult result) throws java.lang.Throwable
EndReceive in interface IInputChanneljava.lang.Throwablepublic void EndSend(IAsyncResult result) throws java.lang.Throwable
EndSend in interface IOutputChanneljava.lang.Throwablepublic boolean EndTryReceive(IAsyncResult result, JCORefOut<Message> message) throws java.lang.Throwable
EndTryReceive in interface IInputChanneljava.lang.Throwablepublic boolean EndWaitForMessage(IAsyncResult result) throws java.lang.Throwable
EndWaitForMessage in interface IInputChanneljava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IChannelgetJCOAssemblyName in interface IDuplexChannelgetJCOAssemblyName in interface IDuplexSessionChannelgetJCOAssemblyName in interface IInputChannelgetJCOAssemblyName in interface IOutputChannelgetJCOAssemblyName 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 IDuplexChannelgetJCOClassName in interface IDuplexSessionChannelgetJCOClassName in interface IInputChannelgetJCOClassName in interface IOutputChannelgetJCOClassName 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 IDuplexChannelgetJCOInstance in interface IDuplexSessionChannelgetJCOInstance in interface IInputChannelgetJCOInstance in interface IOutputChannelgetJCOInstance 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 IDuplexChannelgetJCOObjectName in interface IDuplexSessionChannelgetJCOObjectName in interface IInputChannelgetJCOObjectName in interface IOutputChannelgetJCOObjectName 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 IDuplexChannelgetJCOType in interface IDuplexSessionChannelgetJCOType in interface IInputChannelgetJCOType in interface IOutputChannelgetJCOType in interface ICommunicationObjectgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic EndpointAddress getLocalAddress() throws java.lang.Throwable
getLocalAddress in interface IInputChanneljava.lang.Throwablepublic EndpointAddress getRemoteAddress() throws java.lang.Throwable
getRemoteAddress in interface IOutputChanneljava.lang.Throwablepublic CommunicationState getState() throws java.lang.Throwable
getState in interface ICommunicationObjectjava.lang.Throwablepublic Uri getVia() throws java.lang.Throwable
getVia in interface IOutputChanneljava.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 Message Receive() throws java.lang.Throwable
Receive in interface IInputChanneljava.lang.Throwablepublic Message Receive(TimeSpan timeout) throws java.lang.Throwable
Receive in interface IInputChanneljava.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 void Send(Message message) throws java.lang.Throwable
Send in interface IOutputChanneljava.lang.Throwablepublic void Send(Message message, TimeSpan timeout) throws java.lang.Throwable
Send in interface IOutputChanneljava.lang.Throwablepublic static IDuplexSessionChannel ToIDuplexSessionChannel(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDuplexSessionChannel, a cast assert is made to check if types are compatible.ToIDuplexSessionChannel in interface IDuplexSessionChannelfrom - IJCOBridgeReflected instance to be castedIDuplexSessionChannel instancejava.lang.Throwable - in case of error during cast operationpublic boolean TryReceive(TimeSpan timeout, JCORefOut<Message> message) throws java.lang.Throwable
TryReceive in interface IInputChanneljava.lang.Throwablepublic boolean WaitForMessage(TimeSpan timeout) throws java.lang.Throwable
WaitForMessage in interface IInputChanneljava.lang.Throwable