org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.plugins.api
Class CommonServerBridge

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.plugins.api.CommonServerBridge

public final class CommonServerBridge
extends Object

The utility class providing bridge to API classes of the common server.

Since:
1.88

Method Summary
static ServerInstance getCommonInstance(String instanceUrl)
          Returns the ServerInstance corresponding to the server instance identified by the given url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCommonInstance

@NonNull
public static ServerInstance getCommonInstance(@NonNull
                                                       String instanceUrl)
Returns the ServerInstance corresponding to the server instance identified by the given url.

Parameters:
instanceUrl - the server instance url
Returns:
the ServerInstance corresponding to the server instance identified by the given url

org.netbeans.modules.j2eeserver/4 1.89.0 1

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