public interface PortPoolInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
Modifier and Type | Method and Description |
---|---|
void |
checkin(PortInterface port)
This will check in a resource that you have checked out.
|
PortInterface |
checkout()
This method will return an instance of a port interface.
|
void |
clear()
This inidicates that the port pool is no longer required.
|
java.lang.String |
getName()
This method returns the name associated with this port pool.
|
void |
setMaxPorts(int maxPorts)
Sets the maximum number of ports that the port pool will serve.
|
static final java.lang.String cvsRev
void checkin(PortInterface port) throws BadParameterException
BadParameterException
checkout()
PortInterface checkout() throws java.io.IOException, BadParameterException
java.io.IOException
BadParameterException
void clear()
java.lang.String getName()
void setMaxPorts(int maxPorts)
maxPorts
- Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.