Example #1
0
 protected String getCallMethodNameForProxyInvoke(Method method, Object[] args) {
   return RemoteServiceClientRegistration.getFQMethod(
       method.getDeclaringClass().getName(), method.getName());
 }
Example #2
0
 protected IRemoteServiceReference getRemoteServiceReference() {
   return registration.getReference();
 }
Example #3
0
 protected String[] getInterfaceClassNames() {
   return registration.getClazzes();
 }
Example #4
0
 protected IRemoteServiceID getRemoteServiceID() {
   return registration.getID();
 }