|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.body.http | HTTP implementation of the remote Body |
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.rmi | RMI implementation of ProActiveRuntime |
org.objectweb.proactive.ext.mixedlocation | |
org.objectweb.proactive.ext.security | This package provides a security framework for the ProActive middleware. |
org.objectweb.proactive.ext.security.domain | Helper functions to create "domains", i.e. high-level security entities. |
org.objectweb.proactive.ext.security.securityentity | Core package of the proactive security framework. |
Uses of Entity in org.objectweb.proactive.core.body |
---|
Methods in org.objectweb.proactive.core.body that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
BodyAdapterForwarder.getEntities()
|
java.util.ArrayList<Entity> |
BodyAdapterImpl.getEntities()
Retrieves all the entity's ID which contain this entity plus this entity ID. |
java.util.ArrayList<Entity> |
AbstractBody.getEntities()
|
java.util.ArrayList<Entity> |
RemoteBodyForwarder.getEntities(UniqueID id)
|
Uses of Entity in org.objectweb.proactive.core.body.http |
---|
Methods in org.objectweb.proactive.core.body.http that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
HttpRemoteBodyImpl.getEntities()
|
Uses of Entity in org.objectweb.proactive.core.runtime |
---|
Methods in org.objectweb.proactive.core.runtime that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
ProActiveRuntimeAdapterImpl.getEntities()
|
java.util.ArrayList<Entity> |
RemoteProActiveRuntime.getEntities()
|
java.util.ArrayList<Entity> |
ProActiveRuntimeImpl.getEntities()
|
java.util.ArrayList<Entity> |
ProActiveRuntimeAdapterForwarderImpl.getEntities()
|
java.util.ArrayList<Entity> |
ProActiveRuntimeImpl.getEntities(java.lang.String nodeName)
|
java.util.ArrayList<Entity> |
ProActiveRuntimeForwarderImpl.getEntities(UniqueRuntimeID urid)
|
java.util.ArrayList<Entity> |
ProActiveRuntimeForwarder.getEntities(UniqueRuntimeID urid)
|
java.util.ArrayList<Entity> |
RemoteProActiveRuntimeForwarder.getEntities(UniqueRuntimeID ruid)
|
Uses of Entity in org.objectweb.proactive.core.runtime.http |
---|
Methods in org.objectweb.proactive.core.runtime.http that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
HttpProActiveRuntime.getEntities()
|
Uses of Entity in org.objectweb.proactive.core.runtime.ibis |
---|
Methods in org.objectweb.proactive.core.runtime.ibis that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
IbisProActiveRuntimeImpl.getEntities()
|
Uses of Entity in org.objectweb.proactive.core.runtime.rmi |
---|
Methods in org.objectweb.proactive.core.runtime.rmi that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
RmiProActiveRuntimeImpl.getEntities()
|
java.util.ArrayList<Entity> |
RmiProActiveRuntimeForwarderImpl.getEntities(UniqueRuntimeID urid)
|
Uses of Entity in org.objectweb.proactive.ext.mixedlocation |
---|
Methods in org.objectweb.proactive.ext.mixedlocation that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
UniversalBodyWrapper.getEntities()
|
Uses of Entity in org.objectweb.proactive.ext.security |
---|
Fields in org.objectweb.proactive.ext.security with type parameters of type Entity | |
---|---|
protected java.util.ArrayList<Entity> |
SecurityContext.entitiesFrom
|
protected java.util.ArrayList<Entity> |
SecurityContext.entitiesTo
|
protected java.util.ArrayList<Entity> |
PolicyRule.from
|
protected java.util.ArrayList<Entity> |
PolicyRule.to
|
Methods in org.objectweb.proactive.ext.security that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
EncryptedBody.getEntities()
|
java.util.ArrayList<Entity> |
InternalBodySecurity.getEntities()
|
java.util.ArrayList<Entity> |
ProActiveSecurityManager.getEntities()
|
java.util.ArrayList<Entity> |
SecurityEntity.getEntities()
Retrieves all the entity's ID which contain this entity plus this entity ID. |
java.util.ArrayList<Entity> |
SecurityContext.getEntitiesFrom()
|
java.util.ArrayList<Entity> |
SecurityContext.getEntitiesTo()
|
Methods in org.objectweb.proactive.ext.security with parameters of type Entity | |
---|---|
void |
SecurityContext.addEntityFrom(Entity entity)
|
void |
SecurityContext.addEntityTo(Entity entity)
|
Method parameters in org.objectweb.proactive.ext.security with type arguments of type Entity | |
---|---|
void |
SecurityContext.setEntitiesFrom(java.util.ArrayList<Entity> list)
|
void |
PolicyRule.setEntitiesFrom(java.util.ArrayList<Entity> object)
|
void |
SecurityContext.setEntitiesTo(java.util.ArrayList<Entity> list)
|
void |
PolicyRule.setEntitiesTo(java.util.ArrayList<Entity> object)
|
Constructor parameters in org.objectweb.proactive.ext.security with type arguments of type Entity | |
---|---|
SecurityContext(int type,
java.util.ArrayList<Entity> entitiesFrom,
java.util.ArrayList<Entity> entitiesTo)
|
|
SecurityContext(int type,
java.util.ArrayList<Entity> entitiesFrom,
java.util.ArrayList<Entity> entitiesTo)
|
Uses of Entity in org.objectweb.proactive.ext.security.domain |
---|
Methods in org.objectweb.proactive.ext.security.domain that return types with arguments of type Entity | |
---|---|
java.util.ArrayList<Entity> |
SecurityDomain.getEntities()
|
java.util.ArrayList<Entity> |
DomainImpl.getEntities()
|
Uses of Entity in org.objectweb.proactive.ext.security.securityentity |
---|
Subclasses of Entity in org.objectweb.proactive.ext.security.securityentity | |
---|---|
class |
DefaultEntity
|
class |
EntityCertificate
|
class |
EntityVirtualNode
|
Methods in org.objectweb.proactive.ext.security.securityentity with parameters of type Entity | |
---|---|
boolean |
EntityCertificate.equals(Entity e)
|
boolean |
EntityVirtualNode.equals(Entity e)
|
boolean |
DefaultEntity.equals(Entity e)
|
abstract boolean |
Entity.equals(Entity e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |