Compounds | |
class | EdgReplicaLocationIndex::ReplicaLocationIndex |
class | EdgReplicaLocationIndex::ReplicaLocationIndexFactory |
A ReplicaLocationIndex stores mappings from Logical filenames to Physical fileNames, along with attributes on those fileNames. More... | |
class | EdgReplicaLocationIndex::ReplicaLocationIndexImpl |
class | EdgReplicaLocationIndex::ReplicationException |
A simple top-level exception class for Replication Exceptions. More... | |
class | EdgReplicaLocationIndex::NotImplementedException |
An exception thrown when we don't implement a method yet. More... | |
class | EdgReplicaLocationIndex::EmptyAttributeNameException |
A exception thrown when ... More... | |
class | EdgReplicaLocationIndex::NoSuchGuidException |
A exception thrown when ... More... | |
class | EdgReplicaLocationIndex::NoSuchAliasException |
class | EdgReplicaLocationIndex::AliasExistsException |
class | EdgReplicaLocationIndex::AttributeExistsException |
A exception thrown when ... More... | |
class | EdgReplicaLocationIndex::AttributeDefinitionExistsException |
A exception thrown when ... More... | |
class | EdgReplicaLocationIndex::NoSuchAttributeDefinitionException |
A exception thrown when ... More... | |
class | EdgReplicaLocationIndex::NoSuchAttributeException |
A exception thrown when ... More... | |
class | EdgReplicaLocationIndex::AliasesExistException |
A exception thrown when ... More... | |
class | EdgReplicaLocationIndex::HasAliasesException |
class | EdgReplicaLocationIndex::ValueTooLongException |
An exception thrown when too long name is to be stored. More... | |
class | EdgReplicaLocationIndex::CommunicationException |
An exception thrown when... More... | |
Typedefs | |
typedef std::vector< std::string > | LRCs |
A Replica Location Index, which allows you to final EdgLocalReplicaCatalog s which contain mappings for the given guid s. More... | |
typedef unsigned char | Byte |
typedef std::vector< Byte > | Bytes |
Functions | |
void | throwReplicationException (const std::string &fault, const std::string &detail) |
A dispatch method for the soap faults that will throw the appropriate language exception. More... | |
void | fillVector (std::vector< std::string > &v, ArrayOf_USCORE_xsd_USCORE_string *&strings) |
Take a returned string array, and add them into a vector. More... | |
bool | faultIs (const std::string &fault, const std::string code) |
|
A Replica Location Index, which allows you to final
|
|
|
|
|
|
A dispatch method for the soap faults that will throw the appropriate language exception.
|
|
Take a returned string array, and add them into a vector.
|
|
|