|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JObjectAlreadyRegistered | |
---|---|
org.portico.core.fedex |
Uses of JObjectAlreadyRegistered in org.portico.core.fedex |
---|
Methods in org.portico.core.fedex that throw JObjectAlreadyRegistered | |
---|---|
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.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. |
|
copyright The Portico Project 2008. | |||||||||
PREV NEXT | FRAMES NO FRAMES |