Searched refs:compatible (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/
H A DServerVersionMatcher.java78 * compatible. The server version matches with client version if and only if
82 * <li> Upgrade Data is compatible in both the versions </li>
93 boolean compatible = false;
100 compatible = true;
103 compatible = true;
109 compatible = false;
111 return ( compatible );
116 boolean compatible = false;
123 compatible = true;
126 compatible
[all...]
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DClassUtil.java585 Return true if caller signature is compatible with callee.
593 boolean compatible = false;
597 compatible = true;
603 compatible = false;
609 return( compatible );
627 // the code below will then find a compatible constructor
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DClassUtil.java794 Return true if caller signature is compatible with callee.
801 boolean compatible = false;
805 compatible = true;
811 compatible = false;
817 return (compatible);
883 // the code below will then find a compatible constructor

Completed in 37 milliseconds