|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeTypeEventListener
Interface used to receive information about incoming, external node type registry events.
| Method Summary | |
|---|---|
void |
externalRegistered(java.util.Collection ntDefs)
Called when one or more node types have been externally registered. |
void |
externalReregistered(NodeTypeDef ntDef)
Called when a node type has been externally re-registered. |
void |
externalUnregistered(java.util.Collection ntNames)
Called when one or more node types have been externally unregistered. |
| Method Detail |
|---|
void externalRegistered(java.util.Collection ntDefs)
throws javax.jcr.RepositoryException,
InvalidNodeTypeDefException
ntDefs - node type definitions
javax.jcr.RepositoryException - if an error occurs
InvalidNodeTypeDefException - if the node type definition is invalid
void externalReregistered(NodeTypeDef ntDef)
throws javax.jcr.nodetype.NoSuchNodeTypeException,
InvalidNodeTypeDefException,
javax.jcr.RepositoryException
ntDef - node type definition
javax.jcr.RepositoryException - if an error occurs
javax.jcr.nodetype.NoSuchNodeTypeException - if the node type had not yet been registered
InvalidNodeTypeDefException - if the node type definition is invalid
void externalUnregistered(java.util.Collection ntNames)
throws javax.jcr.RepositoryException,
javax.jcr.nodetype.NoSuchNodeTypeException
ntNames - node type qnames
javax.jcr.RepositoryException - if an error occurs
javax.jcr.nodetype.NoSuchNodeTypeException - if a node type is already unregistered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||