public interface SchemaLookup
UnsolicitedEventProcessor| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getAttributeSchema(java.util.Collection attributeNames)
Get the schema for a set of attributes.
|
java.util.Collection |
getClassSchema(java.util.Collection classNames)
Get the schema for a set of objectclasses.
|
java.util.Collection getClassSchema(java.util.Collection classNames)
throws RemoteServicesException
classNames - A collection of class names to retrieve schema for.RemoteServicesException - on errorSchemaClassjava.util.Collection getAttributeSchema(java.util.Collection attributeNames)
throws RemoteServicesException
attributeNames - A collection ofattribute names to retrieve schema for.RemoteServicesException - on errorSchemaAttribute