|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SchemaLookup
SchemaLookup defines the interface used in event notification and reconciliation to retrieve schema information for objectclasses and attributes.
UnsolicitedEventProcessor| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.util.Collection getClassSchema(java.util.Collection classNames)
throws RemoteServicesException
classNames - A collection of class names to retrieve schema for.
RemoteServicesException - on errorSchemaClass
java.util.Collection getAttributeSchema(java.util.Collection attributeNames)
throws RemoteServicesException
attributeNames - A collection ofattribute names to retrieve schema for.
RemoteServicesException - on errorSchemaAttribute
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||