public interface ICommunicationObject extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.ICommunicationObject
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.ICommunicationObject
|
| Modifier and Type | Method and Description |
|---|---|
void |
Abort() |
void |
addClosed(EventHandler handler) |
void |
addClosing(EventHandler handler) |
void |
addFaulted(EventHandler handler) |
void |
addOpened(EventHandler handler) |
void |
addOpening(EventHandler handler) |
IAsyncResult |
BeginClose(AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginClose(TimeSpan timeout,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginOpen(AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginOpen(TimeSpan timeout,
AsyncCallback callback,
NetObject state) |
void |
Close() |
void |
Close(TimeSpan timeout) |
void |
EndClose(IAsyncResult result) |
void |
EndOpen(IAsyncResult result) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
CommunicationState |
getState() |
void |
Open() |
void |
Open(TimeSpan timeout) |
void |
removeClosed(EventHandler handler) |
void |
removeClosing(EventHandler handler) |
void |
removeFaulted(EventHandler handler) |
void |
removeOpened(EventHandler handler) |
void |
removeOpening(EventHandler handler) |
static ICommunicationObject |
ToICommunicationObject(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ICommunicationObject, a cast assert is made to check if types are compatible. |
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
void Abort()
throws java.lang.Throwable
java.lang.Throwablevoid addClosed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addClosing(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addFaulted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addOpened(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addOpening(EventHandler handler) throws java.lang.Throwable
java.lang.ThrowableIAsyncResult BeginClose(AsyncCallback callback, NetObject state) throws java.lang.Throwable
java.lang.ThrowableIAsyncResult BeginClose(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
java.lang.ThrowableIAsyncResult BeginOpen(AsyncCallback callback, NetObject state) throws java.lang.Throwable
java.lang.ThrowableIAsyncResult BeginOpen(TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable
java.lang.Throwablevoid Close()
throws java.lang.Throwable
java.lang.Throwablevoid Close(TimeSpan timeout) throws java.lang.Throwable
java.lang.Throwablevoid EndClose(IAsyncResult result) throws java.lang.Throwable
java.lang.Throwablevoid EndOpen(IAsyncResult result) throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated ClassCommunicationState getState() throws java.lang.Throwable
java.lang.Throwablevoid Open() throws java.lang.Throwable
java.lang.Throwablevoid Open(TimeSpan timeout) throws java.lang.Throwable
java.lang.Throwablevoid removeClosed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeClosing(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeFaulted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeOpened(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeOpening(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablestatic ICommunicationObject ToICommunicationObject(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ICommunicationObject, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedICommunicationObject instancejava.lang.Throwable - in case of error during cast operation