public interface SemanticTypeLookupContext
Title: Service Event Fabric Runtime
Description: Trigger function semantic type lookup context interface.
Copyright: Copyright (c) 2015
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
loadClass(SemanticType semanticType) |
java.lang.Class |
loadClass(java.lang.String className) |
Prototype |
lookupEventPrototype(java.lang.String eventId) |
SemanticType |
lookupSemanticType(java.lang.String semanticTypeName) |
SemanticType |
lookupSemanticTypeByClass(java.lang.String className) |
Prototype lookupEventPrototype(java.lang.String eventId)
SemanticType lookupSemanticType(java.lang.String semanticTypeName)
SemanticType lookupSemanticTypeByClass(java.lang.String className)
java.lang.Class loadClass(java.lang.String className) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
java.lang.Class loadClass(SemanticType semanticType) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.