예제 #1
0
 @Override
 public AdminService.BlockingInterface getAdmin(ServerName serverName, boolean getMaster)
     throws IOException {
   return wrappedConnection.getAdmin(serverName, getMaster);
 }
예제 #2
0
 @Override
 public Admin getAdmin() throws IOException {
   return wrappedConnection.getAdmin();
 }