org.glassfish.kernel.embedded
Class PortsImpl
java.lang.Object
org.glassfish.kernel.embedded.PortsImpl
- All Implemented Interfaces:
- Ports
@Service
public class PortsImpl
- extends Object
- implements Ports
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortsImpl
public PortsImpl()
createPort
public Port createPort(int number)
throws IOException
- Specified by:
createPort in interface Ports
- Throws:
IOException
getPorts
public Collection<Port> getPorts()
- Specified by:
getPorts in interface Ports
remove
public void remove(Port port)
Copyright © 2012. All Rights Reserved.