Brooklyn

brooklyn.entity.basic
[Java] Class EntityReferences.EntityCollectionReference

java.lang.Object
  brooklyn.entity.basic.EntityReferences.EntityCollectionReference
All Implemented Interfaces:
java.io.Serializable

public static class EntityReferences.EntityCollectionReference

Field Summary
protected Entity referrer

 
Constructor Summary
EntityReferences.EntityCollectionReference(Entity referrer)

 
Method Summary
boolean add(java.lang.Object e)

void clear()

boolean contains(Entity e)

protected java.util.Collection find()

java.util.Collection get()

java.util.Collection getIds()

Entity getReferrer()

void invalidate()

Entity peek(java.lang.String entityId)

returns the entity knwon here with the given id, if there is one, null otherwise; makes no attempt to resolve

boolean remove(Entity e)

int size()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

referrer

protected Entity referrer


 
Constructor Detail

EntityReferences.EntityCollectionReference

public EntityReferences.EntityCollectionReference(Entity referrer)


 
Method Detail

add

public boolean add(java.lang.Object e)


clear

public void clear()


contains

public boolean contains(Entity e)


find

@SuppressWarnings("unchecked")
protected java.util.Collection find()


get

public java.util.Collection get()


getIds

public java.util.Collection getIds()


getReferrer

public Entity getReferrer()


invalidate

public void invalidate()


peek

public Entity peek(java.lang.String entityId)
returns the entity knwon here with the given id, if there is one, null otherwise; makes no attempt to resolve


remove

public boolean remove(Entity e)


size

public int size()


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.