
Public Member Functions | |
| void | postRemoteNotification (NSNotification notification) |
Static Public Member Functions | |
| static void | install () |
Protected Member Functions | |
| ERJGroupsNotificationCenter () throws ChannelException | |
| void | writeNotification (NSNotification notification) throws ChannelNotConnectedException, ChannelClosedException, IOException |
Private Attributes | |
| JChannel | _channel |
| String | _groupName |
| boolean | _postLocal |
Static Private Attributes | |
| static ERJGroupsNotificationCenter | _sharedInstance |
| static final Logger | log = Logger.getLogger(ERJGroupsNotificationCenter.class) |
object is sent into the stream, so you must override equals() so it also gets the notification on the other side (totally untested).NSNotificationCenter.defaultCenter().
| ERJGroupsNotificationCenter | ( | ) | throws ChannelException [protected] |
| static void install | ( | ) | [static] |
| void postRemoteNotification | ( | NSNotification | notification | ) | [virtual] |
Post a notification to the remote listeners.
| notification |
Implements ERXRemoteNotificationCenter.
| void writeNotification | ( | NSNotification | notification | ) | throws ChannelNotConnectedException, ChannelClosedException, IOException [protected] |
JChannel _channel [private] |
String _groupName [private] |
boolean _postLocal [private] |
ERJGroupsNotificationCenter _sharedInstance [static, private] |
Reimplemented from ERXRemoteNotificationCenter.
final Logger log = Logger.getLogger(ERJGroupsNotificationCenter.class) [static, private] |
Reimplemented from ERXRemoteNotificationCenter.
1.5.8