Added request(Command. timeout) to transport

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@384854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2006-03-10 17:04:23 +00:00
parent 5fe0a4ca8a
commit c2c3cc20c0
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ public class ActiveIOTransport implements Transport {
throw new AssertionError("Unsupported Method");
}
public Response request(Command command,int timeout) throws IOException {
throw new AssertionError("Unsupported Method");
}
public void start() throws Exception {
commandChannel.start();
}