|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NetworkRegistryMBean is a managed bean that keeps track of all the servers on a JBOSS network, and associates all the valid invokers on each server that are available.
Method Summary | |
void |
addServer(Identity identity,
InvokerLocator[] invokers)
add a server for a given identity that is available on the network |
void |
changeDomain(String newDomain)
change the main domain of the local server |
NetworkInstance[] |
getServers()
return the servers on the network |
boolean |
hasServer(Identity identity)
returns true if the server with the identity is available |
NetworkInstance[] |
queryServers(NetworkFilter filter)
query the network registry for 0..* of servers based on a filter |
void |
removeServer(Identity identity)
remove a server no longer available on the network |
void |
updateServer(Identity identity,
InvokerLocator[] invokers)
update the invokers for a given server |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preDeregister, preRegister |
Method Detail |
public NetworkInstance[] getServers()
public void addServer(Identity identity, InvokerLocator[] invokers)
identity
- invokers
- public void removeServer(Identity identity)
identity
- public void updateServer(Identity identity, InvokerLocator[] invokers)
identity
- invokers
- public boolean hasServer(Identity identity)
identity
-
public NetworkInstance[] queryServers(NetworkFilter filter)
filter
-
public void changeDomain(String newDomain)
newDomain
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |