copyright The Portico Project 2008.

Uses of Class
org.portico.shared.model.OCInstance

Packages that use OCInstance
org.portico.core.fedex   
org.portico.core.fedex.mom   
org.portico.core.handlers   
org.portico.core.msg   
org.portico.lrc   
org.portico.shared.model   
org.portico.shared.msg   
 

Uses of OCInstance in org.portico.core.fedex
 

Fields in org.portico.core.fedex declared as OCInstance
private  OCInstance Repository.Wrapper.instance
           
 

Methods in org.portico.core.fedex that return OCInstance
private  OCInstance Repository._registerInstance(Federate federate, OCMetadata type, String name)
          I factor this out into a separate method because it is just too much code to wrap in a try/finally block
 OCInstance Repository.getInstance(int handle)
          Fetch the instance with the given handle and return it.
 OCInstance Repository.registerInstance(Federate federate, OCMetadata type, String name)
          Creates a new instance and stores it in the repository.
 OCInstance Repository.registerInstance(Federate federate, OCMetadata type, String name, Map<Integer,Integer> regionMap)
          This method basically extends Repository.registerInstance(Federate, OCMetadata, String) except that it will take the provided region/attribute association data and do an effective associateRegionForUpdates() call before returning the instance.
 

Methods in org.portico.core.fedex that return types with arguments of type OCInstance
 Set<OCInstance> Repository.getAllOwnedInstances(Federate federate)
          Get a set of all the instances currently owned by the given federate.
 Set<OCInstance> Repository.getInstances(OCMetadata type)
          Find and return a set of all the registered object instances that are of the given object class.
 Set<OCInstance> Repository.getUndiscovered(Federate federate, OCMetadata type)
          Find a list of all the instances that are of the given type (or child-type) that have yet to be discovered by the given federate.
 

Constructors in org.portico.core.fedex with parameters of type OCInstance
Repository.Wrapper(OCInstance instance)
           
 

Uses of OCInstance in org.portico.core.fedex.mom
 

Fields in org.portico.core.fedex.mom declared as OCInstance
private  OCInstance MomFederation.instance
           
private  OCInstance MomFederate.instance
           
 

Methods in org.portico.core.fedex.mom that return OCInstance
 OCInstance MomFederation.getInstance()
           
 OCInstance MomFederate.getInstance()
           
 

Constructors in org.portico.core.fedex.mom with parameters of type OCInstance
MomFederate(OCInstance instance, Federate federate)
          Create a new MomFederate value object for the given Federate.
MomFederation(OCInstance instance, Federation federation)
          Create a new instance of this class that is to represent the given Federation.
 

Uses of OCInstance in org.portico.core.handlers
 

Methods in org.portico.core.handlers with parameters of type OCInstance
private  FED_ReflectAttributes ACT_UpdateHandler.generateRawCallback(Federate target, OCInstance theObject, OCMetadata discoveredClass, HashMap<Integer,byte[]> updated, byte[] callbackTag)
          Create a new callback and return it.
 

Uses of OCInstance in org.portico.core.msg
 

Fields in org.portico.core.msg declared as OCInstance
private  OCInstance INT_ObjectRegistered.instance
           
 

Methods in org.portico.core.msg that return OCInstance
 OCInstance INT_ObjectRegistered.getInstance()
           
 

Methods in org.portico.core.msg with parameters of type OCInstance
 void INT_ObjectRegistered.setInstance(OCInstance instance)
           
 

Constructors in org.portico.core.msg with parameters of type OCInstance
INT_ObjectRegistered(OCInstance instance)
           
 

Uses of OCInstance in org.portico.lrc
 

Fields in org.portico.lrc with type parameters of type OCInstance
private  Map<Integer,OCInstance> LRCInstanceRepository.instances
           
 

Methods in org.portico.lrc that return OCInstance
 OCInstance LRCInstanceRepository.addInstance(OCInstance instance, int discoveredType)
          Adds the given instance to the repository.
 OCInstance LRCInstanceRepository.getInstance(int handle)
          Gets the instance of the given handle from this repository and returns it.
 OCInstance LRCInstanceRepository.getInstance(String name)
          Get the instance with the given name.
 OCInstance LRCInstanceRepository.removeInstance(int handle)
          Removes and returns the instance with the given handle from the repository.
 

Methods in org.portico.lrc with parameters of type OCInstance
 OCInstance LRCInstanceRepository.addInstance(OCInstance instance, int discoveredType)
          Adds the given instance to the repository.
 

Uses of OCInstance in org.portico.shared.model
 

Fields in org.portico.shared.model declared as OCInstance
private  OCInstance ACInstance.container
           
 

Methods in org.portico.shared.model that return OCInstance
 OCInstance ACInstance.getContainer()
           
 OCInstance OCMetadata.newInstance()
          Creates a new instance of this type with an ACInstance for each attribute.
 

Methods in org.portico.shared.model with parameters of type OCInstance
 void ACInstance.setContainer(OCInstance container)
           
 

Constructors in org.portico.shared.model with parameters of type OCInstance
ACInstance(ACMetadata type, int owner, OCInstance container)
           
 

Uses of OCInstance in org.portico.shared.msg
 

Fields in org.portico.shared.msg declared as OCInstance
private  OCInstance FED_DiscoverObject.instance
           
 

Methods in org.portico.shared.msg that return OCInstance
 OCInstance FED_DiscoverObject.getInstance()
           
 

Methods in org.portico.shared.msg with parameters of type OCInstance
 void FED_DiscoverObject.setOInstance(OCInstance instance)
           
 

Constructors in org.portico.shared.msg with parameters of type OCInstance
FED_DiscoverObject(OCInstance instance, int discoveredClass)
           
 


copyright The Portico Project 2008.