Instance Method
インスタンスメソッド
makeNewConnection:sender:
Returns a Boolean value that indicates whether the parent should allow a given new connection to be created and configured.
あるブール値を返します、それは親がある与えられた新しい接続を作成されるそして構成設定されることを許可されるべきかどうかを指し示します。
Parameters
パラメータ
newConnection
The new connection.
新しい接続。
parentConnection
The parent connection.
親接続。
Return Value
戻り値
YES
if parentConnection
should allow newConnnection
to be created and configured, NO
if parentConnection
should refuse and immediately release newConnection
.
YES
、もしparentConnection
がnewConnnection
に作成されてそして構成設定b4pepZweされることを許可するべきならば、NO
、もしparentConnection
が辞退してそして直ぐにnewConnection
を開放すべきならば。
Discussion
議論
Use this method to limit the number of NSConnection
objects created in your application or to change the parameters of child NSConnection
objects.
このメソッドを使って、あなたのアプリケーションにおいて作成されたNSConnection
オブジェクトの数を制限してください、または子NSConnection
オブジェクトのパラメータを変更してください。
Use NSConnectionDidInitializeNotification
instead of this delegate method if possible.
NSConnectionDidInitializeNotification
をこの委任先メソッドの代わりに使ってください、もし可能ならば。
See Also
参照
Responding to a Connection
接続に応答する
- connection:shouldMakeNewConnection:
Returns a Boolean value that indicates whether the parent connection should allow a given new connection to be created.
あるブール値を返します、それは親接続がある与えられた新しい接続を作成されることを許可されるべきかどうかを指し示します。
Deprecated
非推奨
- connection:handleRequest:
This method should be implemented by NSConnection
object delegates that want to intercept distant object requests.
このメソッドは、遠隔オブジェクトリクエストをインターセプトする必要があるNSConnection
オブジェクト委任先によって実装されるべきです。
Deprecated
非推奨
- createConversationForConnection:
Returns an arbitrary object identifying a new conversation being created for the connection in the current thread.
ある随意のオブジェクトを返します、現在のスレッドにおいて接続に対して作成されている新しい接続を識別しています。
Deprecated
非推奨