org.nanocontainer.testmodel
Class MockComponentImpl
java.lang.Object
org.nanocontainer.testmodel.MockComponentImpl
- All Implemented Interfaces:
- MockComponent
public class MockComponentImpl
- extends Object
- implements MockComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockComponentImpl
public MockComponentImpl()
getPort
public int getPort()
- Specified by:
getPort
in interface MockComponent
setPort
public void setPort(int port)
- Specified by:
setPort
in interface MockComponent
getServer
public String getServer()
- Specified by:
getServer
in interface MockComponent
setServer
public void setServer(String server)
- Specified by:
setServer
in interface MockComponent
addRegister
public void addRegister(Integer i)
- Specified by:
addRegister
in interface MockComponent
getNumRegisters
public int getNumRegisters()
- Specified by:
getNumRegisters
in interface MockComponent
hasRegister
public boolean hasRegister(int i)
- Specified by:
hasRegister
in interface MockComponent
Copyright © 2003-2009 Codehaus. All Rights Reserved.