|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.gridlet.Engine
public abstract class Engine
The Gridlet "engine". This entity is initialized by the Gridlet executor and is made available to the executed Gridlet class. This is the main gateway to the outer space.
Constructor Summary | |
---|---|
Engine()
|
Method Summary | |
---|---|
static Engine |
getEngine()
Get the engine instance for the gridlet |
abstract Logger |
getLogger()
Get the logger |
abstract javax.security.auth.Subject |
getSubject()
Get the user's subject; null if none provided |
abstract java.util.List<java.security.cert.X509Certificate> |
getTrustedCertificates()
Get the system's list of trusted CA certificates |
abstract java.lang.Object[] |
getVariable(java.lang.String name)
Get the gridlet valiable content. |
protected static void |
setEngine(Engine eng)
|
abstract void |
setVariable(java.lang.String name,
java.lang.Object[] content)
Set the variable content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Engine()
Method Detail |
---|
public abstract java.lang.Object[] getVariable(java.lang.String name)
String
- if the child node is a text one;Element
- if the chile node is an element.
name
- - the namepublic abstract void setVariable(java.lang.String name, java.lang.Object[] content)
String
- if the child node is a text one;Element
- if the child node is an element.
name
- content
- - the new contentpublic abstract Logger getLogger()
public abstract javax.security.auth.Subject getSubject()
null
if none provided
public abstract java.util.List<java.security.cert.X509Certificate> getTrustedCertificates()
protected static void setEngine(Engine eng)
public static Engine getEngine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |