|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smartfrog.sfcore.reference.RemoteReferenceResolverHelperImpl
org.smartfrog.sfcore.prim.PrimImpl
org.smartfrog.services.utils.setproperty.SystemPropertiesImpl
public class SystemPropertiesImpl
Implement our JVM manipulator
| Field Summary |
|---|
| Fields inherited from class org.smartfrog.sfcore.prim.PrimImpl |
|---|
refLivenessDelay, refLivenessFactor, sfCompleteName, sfContext, sfDeployHooks, sfDeployWithHooks, sfExportRef, sfIsDeployed, sfIsStarted, sfIsTerminated, sfIsTerminating, sfLivenessCount, sfLivenessDelay, sfLivenessFactor, sfLivenessSender, sfParent, sfStartHooks, sfTerminateWithHooks, termLock |
| Fields inherited from interface org.smartfrog.services.utils.setproperty.SystemProperties |
|---|
ATTR_PROPERTIES, ATTR_SETONDEPLOY, ATTR_SETONSTARTUP, ATTR_UNSETONTERMINATE |
| Constructor Summary | |
|---|---|
SystemPropertiesImpl()
|
|
| Method Summary | |
|---|---|
void |
setProperty(java.lang.String name,
java.lang.String value)
Set a property in this JVM |
void |
sfDeploy()
Called after instantiation for deployment purposes. |
void |
sfDeployWith(Prim parent,
Context cxt)
Private method to set up newly created component. |
void |
sfStart()
Can be called to start components. |
void |
sfTerminateWith(TerminationRecord status)
Provides hook for subclasses to implement useful termination behavior. |
void |
unsetProperty(java.lang.String name)
Unset a property in this JVM Not supported on java1.4 |
| Methods inherited from class org.smartfrog.sfcore.reference.RemoteReferenceResolverHelperImpl |
|---|
sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolveWithParser |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.smartfrog.sfcore.reference.RemoteReferenceResolverHelper |
|---|
sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolve, sfResolveWithParser |
| Constructor Detail |
|---|
public SystemPropertiesImpl()
throws java.rmi.RemoteException
java.rmi.RemoteException| Method Detail |
|---|
public void sfDeployWith(Prim parent,
Context cxt)
throws SmartFrogDeploymentException,
java.rmi.RemoteException
PrimImpl
sfDeployWith in interface PrimsfDeployWith in class PrimImplparent - parent of componentcxt - context for component
SmartFrogDeploymentException - In case of any error while
deploying the component
java.rmi.RemoteException - In case of network/rmi error
public void sfDeploy()
throws SmartFrogException,
java.rmi.RemoteException
sfDeploy in interface PrimsfDeploy in class PrimImplSmartFrogException - error while deploying
java.rmi.RemoteException - In case of network/rmi error
public void sfStart()
throws SmartFrogException,
java.rmi.RemoteException
sfStart in interface PrimsfStart in class PrimImplSmartFrogException - failure while starting
java.rmi.RemoteException - In case of network/rmi errorpublic void sfTerminateWith(TerminationRecord status)
sfTerminateWith in class PrimImplstatus - termination status
public void setProperty(java.lang.String name,
java.lang.String value)
throws SmartFrogException,
java.rmi.RemoteException
setProperty in interface SystemPropertiesname - name of the propertyvalue - value of the property
SmartFrogException - -may wrap a security exception
java.rmi.RemoteException
public void unsetProperty(java.lang.String name)
throws SmartFrogException,
java.rmi.RemoteException
unsetProperty in interface SystemPropertiesname -
SmartFrogException - -may wrap a security exception
java.rmi.RemoteException
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||