|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkRegistryMBean
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,
ServerInvokerMetadata[] invokers)
add a server for a given identity that is available on the network |
void |
changeDomain(java.lang.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,
ServerInvokerMetadata[] 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 |
---|
NetworkInstance[] getServers()
void addServer(Identity identity, ServerInvokerMetadata[] invokers)
identity
- invokers
- void removeServer(Identity identity)
identity
- void updateServer(Identity identity, ServerInvokerMetadata[] invokers)
identity
- invokers
- boolean hasServer(Identity identity)
identity
-
NetworkInstance[] queryServers(NetworkFilter filter)
filter
-
void changeDomain(java.lang.String newDomain)
newDomain
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |