org.glassfish.kernel.embedded
Class PortsImpl

java.lang.Object
  extended by org.glassfish.kernel.embedded.PortsImpl
All Implemented Interfaces:
Ports

@Service
public class PortsImpl
extends Object
implements Ports

Author:
Jerome Dochez

Constructor Summary
PortsImpl()
           
 
Method Summary
 Port createPort(int number)
           
 Collection<Port> getPorts()
           
 void remove(Port port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortsImpl

public PortsImpl()
Method Detail

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.