Browse Source

Remove the RemoteAccountService

Issue: SPR-12992
pull/792/head
Kazuki Shimizu 11 years ago
parent
commit
e3bd728088
  1. 12
      src/asciidoc/integration.adoc

12
src/asciidoc/integration.adoc

@ -81,18 +81,6 @@ model and corresponding services: @@ -81,18 +81,6 @@ model and corresponding services:
}
----
[source,java,indent=0]
[subs="verbatim,quotes"]
----
public interface RemoteAccountService extends Remote {
public void insertAccount(Account account) throws RemoteException;
public List<Account> getAccounts(String name) throws RemoteException;
}
----
[source,java,indent=0]
[subs="verbatim,quotes"]
----

Loading…
Cancel
Save