Inheritance diagram for org.objectweb.joram.mom.proxies.AdminNotification:


Public Member Functions | |
| AgentId | getProxyId () |
| String | getName () |
| String | getPass () |
Package Functions | |
| AdminNotification (AgentId proxyId, String name, String pass) | |
AdminNotification is sent by an administrator's proxy for registering to the local administration topic.
Definition at line 34 of file AdminNotification.java.
| org.objectweb.joram.mom.proxies.AdminNotification.AdminNotification | ( | AgentId | proxyId, | |
| String | name, | |||
| String | pass | |||
| ) | [package] |
Constructs an AdminNotification instance.
| proxyId | The proxy's identifier. | |
| name | The name of the administrator. | |
| pass | The password of the administrator. |
Definition at line 54 of file AdminNotification.java.
| AgentId org.objectweb.joram.mom.proxies.AdminNotification.getProxyId | ( | ) |
Returns the AgentId of the proxy.
Definition at line 63 of file AdminNotification.java.
Referenced by org.objectweb.joram.mom.dest.AdminTopicImpl.AdminNotification().
| String org.objectweb.joram.mom.proxies.AdminNotification.getName | ( | ) |
Returns the name of the administrator.
Definition at line 69 of file AdminNotification.java.
Referenced by org.objectweb.joram.mom.dest.AdminTopicImpl.AdminNotification().
| String org.objectweb.joram.mom.proxies.AdminNotification.getPass | ( | ) |
Returns the password of the administrator.
Definition at line 75 of file AdminNotification.java.
Referenced by org.objectweb.joram.mom.dest.AdminTopicImpl.AdminNotification().
1.5.0