compare(java.lang.Object service1,
java.lang.Object service2)
Compares two objects that are of type deployable service
in an attempt to ascertain which one should be deployed
first based upon their service dependencies.
Compares two objects that are of type deployable service
in an attempt to ascertain which one should be deployed
first based upon their service dependencies.
0 if it doesn't matter which service
should be deployed first, -1 if service
#1 should be deployed prior to service #2 or
1 if service #2 should be deployed prior
to service #1.