User: andreas
Date: 00/10/12 19:43:15
Modified: src/main/org/jboss/jmx/client
ConnectorFactoryServiceMBean.java
Log:
Make list of servers and protocols in both ways.
Revision Changes Path
1.2 +4 -1
jboss/src/main/org/jboss/jmx/client/ConnectorFactoryServiceMBean.java
Index: ConnectorFactoryServiceMBean.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/jmx/client/ConnectorFactoryServiceMBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConnectorFactoryServiceMBean.java 2000/08/31 17:42:59 1.1
+++ ConnectorFactoryServiceMBean.java 2000/10/13 02:43:15 1.2
@@ -35,12 +35,15 @@
/**
* Returns a list of available servers
*
+ * @param pProtocol Servers supporting this protocol if
not null
+ * or empty otherwise it
will be ignored
* @param pServerQuery Query instance to filter the list of servers
*
* @return A collection of available
servers
* names/identifications
(String)
- */
+ **/
public Collection getServers(
+ String pProtocol
//AS ServerQuery pServerQuery
);