Package system.servicemodel.channels
Class IInputSessionChannelImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.channels.IInputSessionChannelImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IChannel
,IInputChannel
,IInputSessionChannel
,ICommunicationObject
public class IInputSessionChannelImplementation extends NetObject implements IInputSessionChannel
The base .NET class managing System.ServiceModel.Channels.IInputSessionChannel, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.IInputSessionChannel
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.Channels.IInputSessionChannelstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IInputSessionChannelImplementation(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
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.Channels.IInputSessionChannel- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIChannel
- Specified by:
getJCOAssemblyName
in interfaceICommunicationObject
- Specified by:
getJCOAssemblyName
in interfaceIInputChannel
- Specified by:
getJCOAssemblyName
in interfaceIInputSessionChannel
- 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 interfaceIChannel
- Specified by:
getJCOClassName
in interfaceICommunicationObject
- Specified by:
getJCOClassName
in interfaceIInputChannel
- Specified by:
getJCOClassName
in interfaceIInputSessionChannel
- 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 interfaceIChannel
- Specified by:
getJCOObjectName
in interfaceICommunicationObject
- Specified by:
getJCOObjectName
in interfaceIInputChannel
- Specified by:
getJCOObjectName
in interfaceIInputSessionChannel
- 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 interfaceIChannel
- Specified by:
getJCOInstance
in interfaceICommunicationObject
- Specified by:
getJCOInstance
in interfaceIInputChannel
- Specified by:
getJCOInstance
in interfaceIInputSessionChannel
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIChannel
- Specified by:
getJCOType
in interfaceICommunicationObject
- Specified by:
getJCOType
in interfaceIInputChannel
- Specified by:
getJCOType
in interfaceIInputSessionChannel
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIInputSessionChannel
public static IInputSessionChannel ToIInputSessionChannel(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIInputSessionChannel
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IInputSessionChannel
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
EndTryReceive
public boolean EndTryReceive(IAsyncResult result, JCORefOut<Message> message) throws java.lang.Throwable
- Specified by:
EndTryReceive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
EndWaitForMessage
public boolean EndWaitForMessage(IAsyncResult result) throws java.lang.Throwable
- Specified by:
EndWaitForMessage
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
TryReceive
public boolean TryReceive(TimeSpan timeout, JCORefOut<Message> message) throws java.lang.Throwable
- Specified by:
TryReceive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
WaitForMessage
public boolean WaitForMessage(TimeSpan timeout) throws java.lang.Throwable
- Specified by:
WaitForMessage
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
BeginClose
public IAsyncResult BeginClose(AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginClose
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
BeginClose
public IAsyncResult BeginClose(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginClose
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
BeginOpen
public IAsyncResult BeginOpen(AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginOpen
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
BeginOpen
public IAsyncResult BeginOpen(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginOpen
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
BeginReceive
public IAsyncResult BeginReceive(AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginReceive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
BeginReceive
public IAsyncResult BeginReceive(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginReceive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
BeginTryReceive
public IAsyncResult BeginTryReceive(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginTryReceive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
BeginWaitForMessage
public IAsyncResult BeginWaitForMessage(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginWaitForMessage
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
EndReceive
public Message EndReceive(IAsyncResult result) throws java.lang.Throwable
- Specified by:
EndReceive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
Receive
public Message Receive() throws java.lang.Throwable
- Specified by:
Receive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
Receive
public Message Receive(TimeSpan timeout) throws java.lang.Throwable
- Specified by:
Receive
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
Abort
public void Abort() throws java.lang.Throwable
- Specified by:
Abort
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable
- Specified by:
Close
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
Close
public void Close(TimeSpan timeout) throws java.lang.Throwable
- Specified by:
Close
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
EndClose
public void EndClose(IAsyncResult result) throws java.lang.Throwable
- Specified by:
EndClose
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
EndOpen
public void EndOpen(IAsyncResult result) throws java.lang.Throwable
- Specified by:
EndOpen
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
Open
public void Open() throws java.lang.Throwable
- Specified by:
Open
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
Open
public void Open(TimeSpan timeout) throws java.lang.Throwable
- Specified by:
Open
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
getState
public CommunicationState getState() throws java.lang.Throwable
- Specified by:
getState
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
getLocalAddress
public EndpointAddress getLocalAddress() throws java.lang.Throwable
- Specified by:
getLocalAddress
in interfaceIInputChannel
- Throws:
java.lang.Throwable
-
addClosed
public void addClosed(EventHandler handler) throws java.lang.Throwable
- Specified by:
addClosed
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
removeClosed
public void removeClosed(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeClosed
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
addClosing
public void addClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
addClosing
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
removeClosing
public void removeClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeClosing
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
addFaulted
public void addFaulted(EventHandler handler) throws java.lang.Throwable
- Specified by:
addFaulted
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
removeFaulted
public void removeFaulted(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeFaulted
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
addOpened
public void addOpened(EventHandler handler) throws java.lang.Throwable
- Specified by:
addOpened
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
removeOpened
public void removeOpened(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeOpened
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
addOpening
public void addOpening(EventHandler handler) throws java.lang.Throwable
- Specified by:
addOpening
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
removeOpening
public void removeOpening(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeOpening
in interfaceICommunicationObject
- Throws:
java.lang.Throwable
-
-