|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniverseException | |
---|---|
things.universe | |
things.universe.server |
Uses of UniverseException in things.universe |
---|
Methods in things.universe that throw UniverseException | |
---|---|
void |
Universe.delete(java.lang.String... name)
Delete an object. |
void |
Universe.deleteByKey(java.lang.String key)
Delete an object by Key. |
boolean |
Universe.exists(java.lang.String... name)
Check to see if an object exists |
java.lang.String |
Universe.feature(java.lang.String name,
ThingsPropertyView params)
Activate a feature by name. |
java.lang.String |
Universe.featureByKey(java.lang.String key,
ThingsPropertyView params)
Activate a feature by name. |
void |
Universe.finalizeUniverse()
This will always be called when the universe is accessor is destroyed. |
Universe |
UniverseServer.getAccessor()
Manufacture an accessor to a universe. |
Universe |
UniverseRegistry.getAccessor(java.lang.String name)
Get an accessor to a universe by local name. |
Universe |
UniverseRegistry.getAccessor(UniverseID theUniverse)
Get an accessor to a universe. |
Clearance |
UniverseRegistry.getClearance(java.lang.String name)
Get an clearance for a universe by localName |
Clearance |
UniverseRegistry.getClearance(UniverseID theUniverse)
Get an clearance for a universe by id. |
UniverseID |
Universe.getId()
Get the id for this universe. |
java.io.File |
UniverseAnchor.getLocal(java.lang.String path)
Get a local file for the object. |
Accessor |
Universe.getObjectAccessor(java.lang.String... name)
Get an object accessor for the named object. |
java.io.InputStream |
Universe.getStream(java.lang.String... name)
Get an InputStream that can read from the universe object |
java.io.InputStream |
Universe.getStreamByKey(java.lang.String key)
Get an InputStream that can read from the universe object. |
Universe |
UniverseAnchor.getUniverseAccessor()
Get the universe itself. |
java.lang.String |
Universe.getValidatedName(java.lang.String... name)
Get a validated name for the object. |
boolean |
UniverseAnchor.hasObject(java.lang.String path)
Does the object exist? |
boolean |
Universe.isLocked(java.lang.String... name)
Check to see if the object is locked |
long |
Universe.lastModifiedDate(java.lang.String... name)
Get the last modified date in milliseconds from epoch time. |
void |
UniverseRegistry.loadRegistry(ThingsPropertyView config)
Load a registry from a configuration node. |
java.lang.String |
Universe.lock(java.lang.String... name)
Lock an object. |
java.io.File |
Universe.makeLocal(java.lang.String... name)
Make a local reference or copy of the object in a FILE. |
java.util.Collection<java.lang.String> |
Universe.match(java.lang.String... name)
Get all the object names that match the path. |
java.io.OutputStream |
Universe.putStream(java.lang.String... name)
Get an OutputStream that can write to the universe object. |
java.io.OutputStream |
Universe.putStreamAppender(java.lang.String... name)
Get an OutputStream that can write to the universe object. |
java.io.OutputStream |
Universe.putStreamAppenderByKey(java.lang.String key)
Get an OutputStream that can write to the universe object. |
java.io.OutputStream |
Universe.putStreamByKey(java.lang.String key)
Get an OutputStream that can write to the universe object. |
void |
UniverseRegistry.register(int type,
ThingsPropertyView config)
Register a universe. |
void |
Universe.releaseLocal(java.io.File theLocalFile)
Release a local reference or copy of the object in a FILE. |
java.lang.String |
Universe.reserveUnique(java.lang.String base)
Reserve unique object in the universe. |
void |
UniverseRegistry.safetyTheRegistry()
Safety the Registry. |
long |
Universe.size(java.lang.String... name)
Report the size object from the universe in bytes. |
boolean |
Universe.unlock(java.lang.String key)
Unlock an object using a key for this operation only. |
Uses of UniverseException in things.universe.server |
---|
Methods in things.universe.server that throw UniverseException | |
---|---|
void |
UniverseLocal.delete(java.lang.String... name)
Delete an object. |
void |
UniverseLocal.deleteByKey(java.lang.String key)
Delete an object. |
boolean |
UniverseLocal.exists(java.lang.String... name)
Check to see if an object exists |
java.lang.String |
UniverseLocal.feature(java.lang.String name,
ThingsPropertyView params)
Activate a feature by name. |
java.lang.String |
UniverseLocal.featureByKey(java.lang.String key,
ThingsPropertyView params)
Activate a feature by name. |
void |
UniverseLocal.finalizeUniverse()
This will always be called when the universe is accessor is destroyed. |
void |
UniverseLocal.genesis(java.lang.String path,
UniverseID uid)
This will always be called when the universe server is created. |
Universe |
UniverseLocalServer.getAccessor()
Manufacture an accessor to a universe. |
Universe |
UniverseRegistry_Simple.getAccessor(java.lang.String name)
Get an accessor to a universe by local name. |
Universe |
UniverseRegistry_Simple.getAccessor(UniverseID theUniverse)
Manufacture an accessor to a universe. |
Clearance |
UniverseRegistry_Simple.getClearance(java.lang.String name)
Get an clearance for a universe by localName |
Clearance |
UniverseRegistry_Simple.getClearance(UniverseID theUniverse)
Get an clearance for a universe by id. |
UniverseID |
UniverseLocal.getId()
Get the id for this universe. |
Accessor |
UniverseLocal.getObjectAccessor(java.lang.String... name)
Get an object accessor for the named object. |
java.io.InputStream |
UniverseLocal.getStream(java.lang.String... name)
Get an InputStream that can read from the universe object |
java.io.InputStream |
UniverseLocal.getStreamByKey(java.lang.String key)
Get an InputStream that can read from the universe object. |
java.lang.String |
UniverseLocal.getValidatedName(java.lang.String... name)
Get a validated name for the object. |
boolean |
UniverseLocal.isLocked(java.lang.String... name)
Check to see if the object is locked. |
long |
UniverseLocal.lastModifiedDate(java.lang.String... name)
Get the last modified date in milliseconds from epoch time. |
void |
UniverseRegistry_Simple.loadRegistry(ThingsPropertyView config)
Load a registry from a configuration node. |
java.lang.String |
UniverseLocal.lock(java.lang.String... name)
Lock an object. |
java.io.File |
UniverseLocal.makeLocal(java.lang.String... name)
Make a local reference or copy of the object in a FILE. |
java.util.Collection<java.lang.String> |
UniverseLocal.match(java.lang.String... name)
Get all the object names that match the path. |
java.io.OutputStream |
UniverseLocal.putStream(java.lang.String... name)
Get an OutputStream that can write to the universe object. |
java.io.OutputStream |
UniverseLocal.putStreamAppender(java.lang.String... name)
Get an OutputStream that can write to the universe object. |
java.io.OutputStream |
UniverseLocal.putStreamAppenderByKey(java.lang.String key)
Get an OutputStream that can write to the universe object. |
java.io.OutputStream |
UniverseLocal.putStreamByKey(java.lang.String key)
Get an OutputStream that can write to the universe object. |
void |
UniverseRegistry_Simple.register(int type,
ThingsPropertyView config)
Register a universe. |
void |
UniverseLocal.releaseLocal(java.io.File theLocalFile)
Release a local reference or copy of the object in a FILE. |
java.lang.String |
UniverseLocal.reserveUnique(java.lang.String base)
Reserve unique object in the universe. |
void |
UniverseRegistry_Simple.safetyTheRegistry()
Safety the Registry. |
long |
UniverseLocal.size(java.lang.String... name)
Report the size object from the universe in bytes. |
boolean |
UniverseLocal.unlock(java.lang.String key)
Unlock an object using a key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |