Public Instance Methods : IdSstConnectable

* canReach: target
	"ACTION
		Answer true if the receiver can be used to send messages to 
		the endpoint @target.

	PARAMETERS
		target : <IuSstRemoteEndpoint>

	RETURN VALUE
		<Boolean>"
* hasContacted: target
	"ACTION
		Answer true if the receiver has previously contacted @target.
		The notion of contact is highly transport-dependent and can often 
		be interpreted as not being connected (see #isConnected:).

	PARAMETERS
		target : <IuSstRemoteEndpoint>

	RETURN VALUE
		<Boolean>"
* isConnectedTo: target
	"ACTION
		Answer true if the communications mechanisms associated with
		the receiver are currently connected to %target.  The notion of 
		connectedness used is that which is exposed by the underlying 
		mechanisms.  For non connection-oriented transports the default
		answer is true indicating that a message may be sent at any time.

	PARAMETERS
		target : <IuSstRemoteEndpoint>

	RETURN VALUE
		<Boolean>"

[FIRST] [PREV] [NEXT] [LAST]