|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugins.rhnhosted.RHNActivator
public class RHNActivator
| Constructor Summary | |
|---|---|
RHNActivator(String certificateTextIn,
String serverUrlIn)
RHN Connector Constructor |
|
RHNActivator(String systemIdString,
String certificateTextIn,
String serverUrlIn)
Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
deleteCertTempFile(String fileName)
Delete the certificate file from the filesystem. |
String |
getSystemid()
|
static void |
main(String[] args)
|
protected XmlRpcExecutor |
newClient(URL serverUrl)
|
void |
processActivation()
Call that invokes the server object and passing in the xmlrpc exposed call to activate the rhq server. |
void |
processDeActivation()
Call that invokes the server object and passing in the xmlrpc exposed call to deactivate the rhq server. |
PublicKeyRing |
readDefaultKeyRing()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RHNActivator(String systemIdString,
String certificateTextIn,
String serverUrlIn)
throws Exception
systemIdString - xml systemidcertificateTextIn - certificate file pathserverUrlIn - hosted server url as a string
Exception
public RHNActivator(String certificateTextIn,
String serverUrlIn)
throws Exception
certificateTextIn - certificate text as a stringserverUrlIn - hosted serverUrl
Exception| Method Detail |
|---|
protected XmlRpcExecutor newClient(URL serverUrl)
public void processActivation()
throws Exception
Exception
public void processDeActivation()
throws Exception
Exception
public PublicKeyRing readDefaultKeyRing()
throws ClassNotFoundException,
KeyException,
IOException
ClassNotFoundException
KeyException
IOExceptionprotected boolean deleteCertTempFile(String fileName)
fileName - certificate filename
public String getSystemid()
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||