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