|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JPConfigException in com.sourceforge.jpatterns.core |
---|
Methods in com.sourceforge.jpatterns.core that throw JPConfigException | |
---|---|
protected void |
JPEngineImpl.logAndThrow(String message)
Log the message and then throw it. |
Uses of JPConfigException in com.sourceforge.jpatterns.core.configuration.exceptions |
---|
Subclasses of JPConfigException in com.sourceforge.jpatterns.core.configuration.exceptions | |
---|---|
class |
JPConsumerConfigException
This exception class defines the exception would be occuried when smth wrong with the consumer configuration (framework can not find the specified pattern using the path provided by the user, or e.g. some invalid format of the consumer configuration is found) $Author:: $ $Rev:: $ $Date:: $ |
class |
JPFrameworkConfigException
This exception class defines the exception would be occuried when smth wrong with the framework configuration (framework can not find the specified pattern using the path provided by the user, or e.g. some invalid format of the consumer configuration is found) $Author:: $ $Rev:: $ $Date:: $ |
Uses of JPConfigException in com.sourceforge.jpatterns.patterns |
---|
Methods in com.sourceforge.jpatterns.patterns that throw JPConfigException | |
---|---|
protected void |
PatternBase.logAndThrow(String message)
Log the message and then throw it. |
Uses of JPConfigException in com.sourceforge.jpatterns.patterns.config |
---|
Methods in com.sourceforge.jpatterns.patterns.config that throw JPConfigException | |
---|---|
String |
JPConfigImpl.getValue(String key,
String scope)
|
String |
IJPConfig.getValue(String key,
String scope)
Get the value using the key provided. |
Uses of JPConfigException in com.sourceforge.jpatterns.patterns.factory |
---|
Methods in com.sourceforge.jpatterns.patterns.factory that throw JPConfigException | |
---|---|
Object |
IJPFactory.getImplementation(Class interfaceClass,
String scope)
Get implementation of the interface defined by the given class and the scope we need to obtain. |
Object |
IJPFactory.getImplementation(Class interfaceClass,
String implType,
String scope)
Get implementation of the interface defined by the given class and the scope we need to obtain. |
Object |
IJPFactory.getImplementation(String interfaceClassBaseName,
String scope)
Get implementation of the interface defined by the given class (class of the interface). |
Object |
IJPFactory.getImplementation(String interfaceClassBaseName,
String implType,
String scope)
Get implementation of the interface defined by the given class (class of the interface). |
String |
IJPFactory.getImplementationFullName(Class interfaceClass,
String scope)
Get the full name of the implementation of the interface defined by the given class and the scope we need to obtain. |
String |
IJPFactory.getImplementationFullName(String interfaceClassBaseName,
String scope)
Get the full name of the implementation of the interface defined by the given class (class of the interface). |
Map<String,Object> |
IJPFactory.getImplementations(Class interfaceClass,
String scope)
Get the Map of implementations of the interface defined by the given class and the scope we need to obtain. |
Map<String,Object> |
IJPFactory.getImplementations(String interfaceClassBaseName,
String scope)
Get the Map of implementations of the interface defined by the given class and the scope we need to obtain. |
Map<String,String> |
IJPFactory.getImplementationsFullNames(Class interfaceClass,
String scope)
Get the Map of implementations of the interface defined by the given class and the scope we need to obtain. |
Map<String,String> |
IJPFactory.getImplementationsFullNames(String interfaceClassBaseName,
String scope)
Get the Map of implementations of the interface defined by the given class and the scope we need to obtain. |
protected Map<String,String> |
JPFactoryImpl.getImplementationsNamesByItem(com.sourceforge.jpatterns.schema.Item item)
Instantiate the Object using the provided item |
Object |
IJPFactory.getOperator(Class productBaseClass,
Class operatorBaseClass,
Object productObj,
String scope)
The the operator for the provided object and scope. |
Map<Object,Object> |
IJPFactory.getOperators(Class productBaseClass,
Class operatorBaseClass,
List<Object> productObjs,
String scope)
Get the mappings between the operators (which would be created at this methods) and the List of the products objects provided here. |
protected Object |
JPFactoryImpl.instantiateObjectByItem(com.sourceforge.jpatterns.schema.Item item,
Class claz)
Instantiate the Object using the provided item. |
protected Object |
JPFactoryImpl.instantiateObjectByItemAndType(com.sourceforge.jpatterns.schema.Item item,
String type,
Class claz)
Instantiate the Object using the provided item and the type we need |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |