Package system.servicemodel
Class IDuplexContextChannelImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.IDuplexContextChannelImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IChannel,ICommunicationObject,IContextChannel,IDuplexContextChannel
public class IDuplexContextChannelImplementation extends NetObject implements IDuplexContextChannel
The base .NET class managing System.ServiceModel.IDuplexContextChannel, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.IDuplexContextChannel
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.StringassemblyFullNameFully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.ServiceModelstatic java.lang.StringclassNameQualified class name: System.ServiceModel.IDuplexContextChannelstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IDuplexContextChannelImplementation(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.IDuplexContextChannel- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIChannel- Specified by:
getJCOAssemblyNamein interfaceICommunicationObject- Specified by:
getJCOAssemblyNamein interfaceIContextChannel- Specified by:
getJCOAssemblyNamein interfaceIDuplexContextChannel- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIChannel- Specified by:
getJCOClassNamein interfaceICommunicationObject- Specified by:
getJCOClassNamein interfaceIContextChannel- Specified by:
getJCOClassNamein interfaceIDuplexContextChannel- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIChannel- Specified by:
getJCOObjectNamein interfaceICommunicationObject- Specified by:
getJCOObjectNamein interfaceIContextChannel- Specified by:
getJCOObjectNamein interfaceIDuplexContextChannel- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIChannel- Specified by:
getJCOInstancein interfaceICommunicationObject- Specified by:
getJCOInstancein interfaceIContextChannel- Specified by:
getJCOInstancein interfaceIDuplexContextChannel- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIChannel- Specified by:
getJCOTypein interfaceICommunicationObject- Specified by:
getJCOTypein interfaceIContextChannel- Specified by:
getJCOTypein interfaceIDuplexContextChannel- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIDuplexContextChannel
public static IDuplexContextChannel ToIDuplexContextChannel(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIDuplexContextChannel, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IDuplexContextChannelinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BeginClose
public IAsyncResult BeginClose(AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginClosein interfaceICommunicationObject- Throws:
java.lang.Throwable
-
BeginClose
public IAsyncResult BeginClose(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginClosein interfaceICommunicationObject- Throws:
java.lang.Throwable
-
BeginCloseOutputSession
public IAsyncResult BeginCloseOutputSession(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginCloseOutputSessionin interfaceIDuplexContextChannel- Throws:
java.lang.Throwable
-
BeginOpen
public IAsyncResult BeginOpen(AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginOpenin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
BeginOpen
public IAsyncResult BeginOpen(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
- Specified by:
BeginOpenin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
Abort
public void Abort() throws java.lang.Throwable- Specified by:
Abortin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable- Specified by:
Closein interfaceICommunicationObject- Throws:
java.lang.Throwable
-
Close
public void Close(TimeSpan timeout) throws java.lang.Throwable
- Specified by:
Closein interfaceICommunicationObject- Throws:
java.lang.Throwable
-
CloseOutputSession
public void CloseOutputSession(TimeSpan timeout) throws java.lang.Throwable
- Specified by:
CloseOutputSessionin interfaceIDuplexContextChannel- Throws:
java.lang.Throwable
-
EndClose
public void EndClose(IAsyncResult result) throws java.lang.Throwable
- Specified by:
EndClosein interfaceICommunicationObject- Throws:
java.lang.Throwable
-
EndCloseOutputSession
public void EndCloseOutputSession(IAsyncResult result) throws java.lang.Throwable
- Specified by:
EndCloseOutputSessionin interfaceIDuplexContextChannel- Throws:
java.lang.Throwable
-
EndOpen
public void EndOpen(IAsyncResult result) throws java.lang.Throwable
- Specified by:
EndOpenin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
Open
public void Open() throws java.lang.Throwable- Specified by:
Openin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
Open
public void Open(TimeSpan timeout) throws java.lang.Throwable
- Specified by:
Openin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
getAllowOutputBatching
public boolean getAllowOutputBatching() throws java.lang.Throwable- Specified by:
getAllowOutputBatchingin interfaceIContextChannel- Throws:
java.lang.Throwable
-
setAllowOutputBatching
public void setAllowOutputBatching(boolean AllowOutputBatching) throws java.lang.Throwable- Specified by:
setAllowOutputBatchingin interfaceIContextChannel- Throws:
java.lang.Throwable
-
getAutomaticInputSessionShutdown
public boolean getAutomaticInputSessionShutdown() throws java.lang.Throwable- Specified by:
getAutomaticInputSessionShutdownin interfaceIDuplexContextChannel- Throws:
java.lang.Throwable
-
setAutomaticInputSessionShutdown
public void setAutomaticInputSessionShutdown(boolean AutomaticInputSessionShutdown) throws java.lang.Throwable- Specified by:
setAutomaticInputSessionShutdownin interfaceIDuplexContextChannel- Throws:
java.lang.Throwable
-
getInputSession
public IInputSession getInputSession() throws java.lang.Throwable
- Specified by:
getInputSessionin interfaceIContextChannel- Throws:
java.lang.Throwable
-
getOutputSession
public IOutputSession getOutputSession() throws java.lang.Throwable
- Specified by:
getOutputSessionin interfaceIContextChannel- Throws:
java.lang.Throwable
-
getState
public CommunicationState getState() throws java.lang.Throwable
- Specified by:
getStatein interfaceICommunicationObject- Throws:
java.lang.Throwable
-
getLocalAddress
public EndpointAddress getLocalAddress() throws java.lang.Throwable
- Specified by:
getLocalAddressin interfaceIContextChannel- Throws:
java.lang.Throwable
-
getRemoteAddress
public EndpointAddress getRemoteAddress() throws java.lang.Throwable
- Specified by:
getRemoteAddressin interfaceIContextChannel- Throws:
java.lang.Throwable
-
getCallbackInstance
public InstanceContext getCallbackInstance() throws java.lang.Throwable
- Specified by:
getCallbackInstancein interfaceIDuplexContextChannel- Throws:
java.lang.Throwable
-
setCallbackInstance
public void setCallbackInstance(InstanceContext CallbackInstance) throws java.lang.Throwable
- Specified by:
setCallbackInstancein interfaceIDuplexContextChannel- Throws:
java.lang.Throwable
-
getSessionId
public java.lang.String getSessionId() throws java.lang.Throwable- Specified by:
getSessionIdin interfaceIContextChannel- Throws:
java.lang.Throwable
-
getOperationTimeout
public TimeSpan getOperationTimeout() throws java.lang.Throwable
- Specified by:
getOperationTimeoutin interfaceIContextChannel- Throws:
java.lang.Throwable
-
setOperationTimeout
public void setOperationTimeout(TimeSpan OperationTimeout) throws java.lang.Throwable
- Specified by:
setOperationTimeoutin interfaceIContextChannel- Throws:
java.lang.Throwable
-
addClosed
public void addClosed(EventHandler handler) throws java.lang.Throwable
- Specified by:
addClosedin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
removeClosed
public void removeClosed(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeClosedin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
addClosing
public void addClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
addClosingin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
removeClosing
public void removeClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeClosingin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
addFaulted
public void addFaulted(EventHandler handler) throws java.lang.Throwable
- Specified by:
addFaultedin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
removeFaulted
public void removeFaulted(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeFaultedin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
addOpened
public void addOpened(EventHandler handler) throws java.lang.Throwable
- Specified by:
addOpenedin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
removeOpened
public void removeOpened(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeOpenedin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
addOpening
public void addOpening(EventHandler handler) throws java.lang.Throwable
- Specified by:
addOpeningin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
removeOpening
public void removeOpening(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeOpeningin interfaceICommunicationObject- Throws:
java.lang.Throwable
-
-