Uses of Interface
org.objectweb.proactive.core.runtime.VMInformation

Packages that use VMInformation
org.objectweb.proactive.core.node Defines the generic Nodes used in ProActive.  
org.objectweb.proactive.core.runtime Defines all classes needed to build a ProActiveRuntime.  
org.objectweb.proactive.core.runtime.http HTTP implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.jini JINI implementation of ProActiveRuntime.  
org.objectweb.proactive.core.runtime.rmi RMI implementation of ProActiveRuntime
org.objectweb.proactive.ext.security   
 

Uses of VMInformation in org.objectweb.proactive.core.node
 

Subinterfaces of VMInformation in org.objectweb.proactive.core.node
 interface NodeInformation
           A class implementing this interface provides information about the node it is attached to.
 

Classes in org.objectweb.proactive.core.node that implement VMInformation
protected  class NodeImpl.NodeInformationImpl
           
 

Uses of VMInformation in org.objectweb.proactive.core.runtime
 

Classes in org.objectweb.proactive.core.runtime that implement VMInformation
protected static class ProActiveRuntimeImpl.VMInformationImpl
           
 

Methods in org.objectweb.proactive.core.runtime that return VMInformation
 VMInformation ProActiveRuntimeImpl.getVMInformation()
           
 VMInformation ProActiveRuntime.getVMInformation()
          Returns the JVM information as one object.
 

Uses of VMInformation in org.objectweb.proactive.core.runtime.http
 

Fields in org.objectweb.proactive.core.runtime.http declared as VMInformation
protected  VMInformation HttpRuntimeAdapter.vmInformation
           
 

Methods in org.objectweb.proactive.core.runtime.http that return VMInformation
 VMInformation HttpRuntimeAdapter.getVMInformation()
           
 VMInformation HttpRemoteRuntimeAdapterImpl.getVMInformation()
           
 

Uses of VMInformation in org.objectweb.proactive.core.runtime.ibis
 

Fields in org.objectweb.proactive.core.runtime.ibis declared as VMInformation
protected  VMInformation RemoteProActiveRuntimeAdapter.vmInformation
           
 

Methods in org.objectweb.proactive.core.runtime.ibis that return VMInformation
 VMInformation RemoteProActiveRuntimeImpl.getVMInformation()
           
 VMInformation RemoteProActiveRuntimeAdapter.getVMInformation()
           
 VMInformation RemoteProActiveRuntime.getVMInformation()
           
 

Uses of VMInformation in org.objectweb.proactive.core.runtime.jini
 

Fields in org.objectweb.proactive.core.runtime.jini declared as VMInformation
protected  VMInformation JiniRuntimeAdapter.vmInformation
           
 

Methods in org.objectweb.proactive.core.runtime.jini that return VMInformation
 VMInformation JiniRuntimeImpl.getVMInformation()
           
 VMInformation JiniRuntimeAdapter.getVMInformation()
           
 VMInformation JiniRuntime.getVMInformation()
           
 

Uses of VMInformation in org.objectweb.proactive.core.runtime.rmi
 

Fields in org.objectweb.proactive.core.runtime.rmi declared as VMInformation
protected  VMInformation RemoteProActiveRuntimeAdapter.vmInformation
           
 

Methods in org.objectweb.proactive.core.runtime.rmi that return VMInformation
 VMInformation RemoteProActiveRuntimeImpl.getVMInformation()
           
 VMInformation RemoteProActiveRuntimeAdapter.getVMInformation()
           
 VMInformation RemoteProActiveRuntime.getVMInformation()
           
 

Uses of VMInformation in org.objectweb.proactive.ext.security
 

Methods in org.objectweb.proactive.ext.security with parameters of type VMInformation
 void PolicyServer.generateEntityCertificate(java.lang.String entityName, VMInformation vmInformation)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.