object
Connections
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
connect(peer: Signature, factory: ConnectionSetupFactory[Protocol], url: String, props: Properties): Connections { def setup(setupPeer: loci.runtime.Peer.Signature,setupPeers: List[loci.runtime.Peer.Signature]): scala.collection.immutable.Map[loci.runtime.Peer.Signature,(List[Nothing], List[loci.communicator.Connector[loci.messaging.ConnectionsBase.Protocol]])] }
-
def
connect(peer: Signature, connector: Connector[Protocol]): Connections { def setup(setupPeer: loci.runtime.Peer.Signature,setupPeers: List[loci.runtime.Peer.Signature]): scala.collection.immutable.Map[loci.runtime.Peer.Signature,(List[Nothing], List[loci.communicator.Connector[loci.messaging.ConnectionsBase.Protocol]])] }
-
def
empty: Connections { def setup(setupPeer: loci.runtime.Peer.Signature,setupPeers: List[loci.runtime.Peer.Signature]): scala.collection.immutable.Map[loci.runtime.Peer.Signature,Nothing] }
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
listen(peer: Signature, factory: ConnectionSetupFactory[Protocol], url: String, props: Properties): Connections { def setup(setupPeer: loci.runtime.Peer.Signature,setupPeers: List[loci.runtime.Peer.Signature]): scala.collection.immutable.Map[loci.runtime.Peer.Signature,(List[loci.communicator.Listener[loci.messaging.ConnectionsBase.Protocol]], List[Nothing])] }
-
def
listen(peer: Signature, listener: Listener[Protocol]): Connections { def setup(setupPeer: loci.runtime.Peer.Signature,setupPeers: List[loci.runtime.Peer.Signature]): scala.collection.immutable.Map[loci.runtime.Peer.Signature,(List[loci.communicator.Listener[loci.messaging.ConnectionsBase.Protocol]], List[Nothing])] }
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any