|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.container.geronimo.internal.GeronimoUtils
public class GeronimoUtils
Various utility methods such as checking is Geronimo is started.
Constructor Summary | |
---|---|
GeronimoUtils()
|
Method Summary | |
---|---|
java.lang.ClassLoader |
createGeronimoURLClassloader(java.io.File geronimoHomeDir)
|
boolean |
isGeronimoStarted(java.lang.String host,
java.lang.String rmiPort,
java.lang.String username,
java.lang.String password)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeronimoUtils()
Method Detail |
---|
public java.lang.ClassLoader createGeronimoURLClassloader(java.io.File geronimoHomeDir)
geronimoHomeDir
- the geronimo home dir location
GERONIMO_HOME/lib
.public boolean isGeronimoStarted(java.lang.String host, java.lang.String rmiPort, java.lang.String username, java.lang.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 Server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |