Class NamedCacheProxyProtocol.ConnectionStub
java.lang.Object
com.tangosol.coherence.Component
com.tangosol.coherence.component.Net
com.tangosol.coherence.component.net.Extend
com.tangosol.coherence.component.net.extend.Connection
com.oracle.coherence.grpc.proxy.common.cache.NamedCacheProxyProtocol.ConnectionStub
- All Implemented Interfaces:
com.tangosol.net.messaging.Connection
,ObjectInputValidation
,Serializable
,Comparable
- Enclosing class:
NamedCacheProxyProtocol
protected static class NamedCacheProxyProtocol.ConnectionStub
extends com.tangosol.coherence.component.net.extend.Connection
A stub for a
Connection
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.net.messaging.ConnectionManager
Return the ConnectionManager that created or accepted this Connection.toString()
Methods inherited from class com.tangosol.coherence.component.net.extend.Connection
__init, __initPrivate, acceptChannel, acceptChannelInternal, acceptChannelRequest, acceptChannelResponse, assertOpen, close, close, close, closeInternal, createChannel, createChannelInternal, gateClose, gateEnter, gateExit, gateOpen, generateChannelId, get_CLASS, get_Instance, getChannel, getChannelArray, getChannelPendingArray, getChannels, getCloseThrowable, getDescription, getId, getMember, getMessageFactoryMap, getPeerEdition, getPeerId, getPingLastMillis, getStatsBytesReceived, getStatsBytesSent, getStatsReceived, getStatsReset, getStatsSent, getThreadGate, isActiveThread, isCloseNotify, isCloseOnExit, isMessagingDebug, isOpen, onInit, open, openChannel, openChannelInternal, openChannelRequest, openChannelResponse, openInternal, ping, registerChannel, releaseReadBuffer, resetStats, send, setChannelArray, setChannelPendingArray, setCloseNotify, setCloseOnExit, setCloseThrowable, setConnectionManager, setId, setMember, setMessageFactoryMap, setMessagingDebug, setOpen, setPeerEdition, setPeerId, setPingLastMillis, setStatsBytesReceived, setStatsBytesSent, setStatsReceived, setStatsReset, setStatsSent, setThreadGate, unregisterChannel
Methods inherited from class com.tangosol.coherence.component.net.Extend
ensureRuntimeException, ensureRuntimeException
Methods inherited from class com.tangosol.coherence.Component
_addChild, _assert, _assert, _assertFailed, _beep, _enumChildNames, _enumChildren, _enumChildrenInOrder, _findAncestor, _findChild, _findChild, _findChildClass, _findFeed, _findName, _findNextPosition, _findPreviousPosition, _imports, _init, _isAncestorOf, _isTraceEnabled, _linkChild, _makeApplication, _makeRemoteInstance, _makeRemoteObject, _newChild, _newInstance, _positionOf, _removeAllChildren, _removeChild, _trace, _trace, _trace, _trace, _unlinkChild, applyConfig, compareTo, get_ChildClasses, get_DefaultRemoteName, get_Feed, get_Name, get_Order, get_Parent, get_Position, get_Reference, get_RemoteContext, get_RemoteName, get_RemoteObject, get_Sink, get_StackTrace, get_StateAux, getStackTrace, is_Constructed, is_Deserialized, onAdd, onRemove, saveConfig, set_Constructed, set_Feed, set_Order, set_Reference, set_Sink, set_StateAux, validateObject
-
Constructor Details
-
ConnectionStub
protected ConnectionStub()
-
-
Method Details
-
toString
- Overrides:
toString
in classcom.tangosol.coherence.component.net.Extend
-
getConnectionManager
public com.tangosol.net.messaging.ConnectionManager getConnectionManager()Description copied from interface:com.tangosol.net.messaging.Connection
Return the ConnectionManager that created or accepted this Connection.- Specified by:
getConnectionManager
in interfacecom.tangosol.net.messaging.Connection
- Overrides:
getConnectionManager
in classcom.tangosol.coherence.component.net.extend.Connection
- Returns:
- the ConnectionManager
-