@Deprecated
public class EventTypeCache
extends java.lang.Object
Constructor and Description |
---|
EventTypeCache(EventTypeResolutionContext eventTypeResolutionContext)
Deprecated.
The entire class is deprecated. See deprecation notice for
EventTypeCache . |
EventTypeCache(java.lang.String eventTypeStoreLocation)
Deprecated.
The entire class is deprecated. See deprecation notice for
EventTypeCache . |
Modifier and Type | Method and Description |
---|---|
EventTypeArtifact |
getEventTypeArtifact(javax.xml.namespace.QName eventTypeQName)
Deprecated.
|
java.util.concurrent.ConcurrentHashMap<javax.xml.namespace.QName,EventTypeArtifact> |
getEventTypeArtifacts()
Deprecated.
|
EventTypeArtifact |
registerEventType(EventType eventType)
Deprecated.
|
EventTypeArtifact |
registerEventType(javax.xml.namespace.QName qName)
Deprecated.
|
void |
registerEventTypesInFolder(java.lang.String eventTypeFolderPath,
boolean recurse)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
@Deprecated public EventTypeCache(java.lang.String eventTypeStoreLocation) throws EventTypeStoreException
EventTypeCache
.EventTypeStoreException
@Deprecated public EventTypeCache(EventTypeResolutionContext eventTypeResolutionContext)
EventTypeCache
.public java.util.concurrent.ConcurrentHashMap<javax.xml.namespace.QName,EventTypeArtifact> getEventTypeArtifacts()
public EventTypeArtifact registerEventType(EventType eventType) throws EventTypeStoreException
EventTypeStoreException
public EventTypeArtifact registerEventType(javax.xml.namespace.QName qName) throws EventTypeStoreException
EventTypeStoreException
public EventTypeArtifact getEventTypeArtifact(javax.xml.namespace.QName eventTypeQName) throws EventTypeStoreException
EventTypeStoreException
public void registerEventTypesInFolder(java.lang.String eventTypeFolderPath, boolean recurse) throws EventTypeStoreException
EventTypeStoreException
public java.lang.String toString()
toString
in class java.lang.Object