|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.jbuilder.enterprise.ejb.AppServerManager
All AppServerPropertiesManager members are static, operating on a set of globally defined appServers.
Method Summary | |
static AppServer |
getAppServer(Project project)
|
static AppServer |
getAppServer(java.lang.String fullName)
Finds an appServer matching the full name (name + ' ' + version) supplied. |
static java.util.ArrayList |
getAppServers()
|
static long |
getLastModified()
|
static void |
registerAppServer(AppServer appServer)
If appServer with the same name doesn't already exist in the list, add this appServer to the list of registered appServers. |
static void |
registerEjbDeployer(EjbDeployer ejbDeployer,
java.lang.String appServerName,
java.lang.String appServerVersion)
|
static void |
save()
Saves the current set of library and appServer definitions to disk. |
static void |
setAppServers(java.util.ArrayList appServers)
|
static void |
updateLastModified()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void registerAppServer(AppServer appServer)
public static void registerEjbDeployer(EjbDeployer ejbDeployer, java.lang.String appServerName, java.lang.String appServerVersion)
public static java.util.ArrayList getAppServers()
public static void setAppServers(java.util.ArrayList appServers)
public static long getLastModified()
public static void updateLastModified()
public static void save()
public static AppServer getAppServer(java.lang.String fullName)
Finds an appServer matching the full name (name + ' ' + version) supplied. If no match is found the first available appServer is returned.
name
- The full name of the desired appServer.public static AppServer getAppServer(Project project)
project
- The project for which the AppServer is needed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |