org.netbeans.modules.server/0 1.20

org.netbeans.spi.server
Class ServerInstanceFactory

java.lang.Object
  extended by org.netbeans.spi.server.ServerInstanceFactory

public final class ServerInstanceFactory
extends Object

Factory creating the API representation of the instance provided in SPI.


Nested Class Summary
static class ServerInstanceFactory.Accessor
          The accessor pattern class.
 
Method Summary
static ServerInstance createServerInstance(ServerInstanceImplementation impl)
          Creates the API representation of the provided SPI instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createServerInstance

public static ServerInstance createServerInstance(ServerInstanceImplementation impl)
Creates the API representation of the provided SPI instance.

Parameters:
impl - the SPI instance
Returns:
the API server instance representation

org.netbeans.modules.server/0 1.20

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.