demo.org.powermock.examples.tutorial.partialmocking.dao.domain.impl
Class ConnectionImpl
java.lang.Object
demo.org.powermock.examples.tutorial.partialmocking.dao.domain.impl.ConnectionImpl
- All Implemented Interfaces:
- Connection
public class ConnectionImpl
- extends Object
- implements Connection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionImpl
public ConnectionImpl()
disconnect
public void disconnect()
- Specified by:
disconnect
in interface Connection
send
public void send(byte[] data)
- Specified by:
send
in interface Connection
Copyright © 2007-2012. All Rights Reserved.