public class EPCompiledManifest extends Object implements Serializable
EPCompiled
and provides information for the runtime that
allows it to use the byte code.Constructor and Description |
---|
EPCompiledManifest(String compilerVersion,
String moduleProviderClassName,
String queryProviderClassName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompilerVersion()
Returns the compiler version.
|
String |
getModuleProviderClassName()
Returns the class name of the class providing the module, or null for fire-and-forget query
|
String |
getQueryProviderClassName()
Returns the class name of the class providing the fire-and-forget query, or null when this is a module
|
static EPCompiledManifest |
read(DataInput input)
Read the manifest from input.
|
void |
write(DataOutput output)
Write the manifest to output.
|
public EPCompiledManifest(String compilerVersion, String moduleProviderClassName, String queryProviderClassName)
compilerVersion
- compiler versionmoduleProviderClassName
- class name of the class providing the module, or null for fire-and-forget queryqueryProviderClassName
- class name of the class providing the fire-and-forget query, or null when this is a modulepublic String getCompilerVersion()
public String getModuleProviderClassName()
public String getQueryProviderClassName()
public void write(DataOutput output) throws IOException
output
- outputIOException
- when an IO exception occurspublic static EPCompiledManifest read(DataInput input) throws IOException
input
- inputIOException
- when an IO exception occursCopyright © 2005–2018. All rights reserved.