public class GeronimoUtils extends Object
Constructor and Description |
---|
GeronimoUtils() |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
createGeronimoURLClassloader(File geronimoHomeDir) |
boolean |
isGeronimoStarted(String host,
String rmiPort,
String username,
String password) |
public ClassLoader createGeronimoURLClassloader(File geronimoHomeDir)
geronimoHomeDir
- the geronimo home dir locationGERONIMO_HOME/lib
.public boolean isGeronimoStarted(String host, String rmiPort, String username, String password)
host
- the host where Geronimo is executingrmiPort
- the RMI port to use to connect to the executing Geronimo serverusername
- the username to authenticate against the executing Geronimo Serverpassword
- the password to authenticate against the executing Geronimo ServerCopyright © 2004-2013 Codehaus. All Rights Reserved.