Modifier and Type | Method and Description |
---|---|
void |
LogService.setLevel(java.lang.String level)
Sets the level of records to capture, default is "info".
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
JmxDumpAction.execute() |
java.lang.String |
HeapDumpAction.execute(boolean isJvmHprof,
java.lang.String serverId,
Path hprofPath) |
java.lang.String |
ProfileAction.execute(long activeTime,
long samplingRate,
int depth) |
ListJmxQueryReply |
ListJmxAction.execute(java.lang.String pattern,
boolean isPrintAttributes,
boolean isPrintValues,
boolean isPrintOperations,
boolean isAllBeans,
boolean isUsePlatform) |
JmxCallQueryReply |
CallJmxAction.execute(java.lang.String pattern,
java.lang.String operationName,
int operationIndex,
java.lang.String[] params) |
JmxSetQueryReply |
SetJmxAction.execute(java.lang.String pattern,
java.lang.String attributeName,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
EnvAmberManager.init()
Initialize the resource.
|
void |
EnvAmberManager.initLoaders()
Initialize the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseConfigIntrospector.configureDependencies()
Completes all partial bean introspection.
|
void |
BaseConfigIntrospector.configureLinks()
Completes all partial bean introspection.
|
void |
BaseConfigIntrospector.initMetaData(java.util.ArrayList<EntityMappingsConfig> entityMappingsList,
AmberPersistenceUnit persistenceUnit)
Initializes the persistence unit meta data:
default listeners and so on.
|
EmbeddableType |
EmbeddableIntrospector.introspect(java.lang.Class type)
Introspects.
|
AmberBeanType |
EntityIntrospector.introspect(java.lang.Class type)
Introspects.
|
AbstractEnhancedType |
MappedSuperIntrospector.introspect(JClass type)
Introspects.
|
void |
BaseConfigIntrospector.introspectCallbacks(AbstractEnhancedType type,
java.lang.reflect.Method method)
Introspects the callbacks.
|
void |
BaseConfigIntrospector.introspectCallbacks(java.lang.Class type,
EntityType entityType)
Introspects the callbacks.
|
void |
BaseConfigIntrospector.introspectDefaultListener(EntityListenerConfig listener,
AmberPersistenceUnit persistenceUnit) |
void |
BaseConfigIntrospector.introspectEntityListener(java.lang.Class type,
AmberPersistenceUnit persistenceUnit,
EntityType sourceType,
java.lang.String sourceClassName) |
void |
BaseConfigIntrospector.introspectEntityListeners(java.lang.Class type,
EntityType entityType,
AmberPersistenceUnit persistenceUnit) |
void |
BaseConfigIntrospector.introspectListener(java.lang.Class type,
ListenerType listenerType) |
void |
AbstractConfigIntrospector.validateConstructor(java.lang.Class type)
Checks for a valid constructor.
|
void |
AbstractConfigIntrospector.validateNonGetter(java.lang.reflect.Method method)
Validates a non-getter method.
|
void |
AbstractConfigIntrospector.validateType(java.lang.Class type,
boolean isEntity)
Validates the bean
|
Constructor and Description |
---|
AmberPersistenceManager()
Create a persistence manager
|
Modifier and Type | Method and Description |
---|---|
void |
AmberEntityHome.init()
Initialize the home.
|
Modifier and Type | Method and Description |
---|---|
void |
ManyToOneField.init()
Initializes the field.
|
void |
PropertyField.init()
Initializes the property.
|
void |
AbstractField.init()
Initialize the field.
|
void |
ManyToManyField.init()
Initializes the field.
|
void |
Id.init()
Initialize the id.
|
void |
AmberField.init()
Links to the target.
|
void |
EmbeddedSubField.init()
Links to the target.
|
void |
EntityEmbeddedField.init()
Initializes the property.
|
void |
StubMethod.init()
Initializes the method.
|
void |
ElementCollectionField.init()
Initializes the field.
|
void |
DependentEntityOneToOneField.init() |
void |
KeyManyToOneField.init()
Initialize the field.
|
void |
ManyToOneField.init(EntityType relatedType)
Initializes the field.
|
void |
AbstractField.setName(java.lang.String name)
Sets the name.
|
Constructor and Description |
---|
AssociationField(EntityType relatedType,
java.lang.String name,
CascadeType[] cascadeTypes) |
CollectionField(EntityType relatedType,
java.lang.String name,
CascadeType[] cascadeTypes) |
DependentEntityOneToOneField(EntityType relatedType,
java.lang.String name) |
DependentEntityOneToOneField(EntityType relatedType,
java.lang.String name,
CascadeType[] cascadeTypes) |
Discriminator(EntityType entityType,
java.lang.String name) |
ElementCollectionField(EntityType sourceType,
java.lang.String name) |
EmbeddedIdField(EntityType ownerType,
EmbeddableType embeddableType,
java.lang.String name) |
EmbeddedSubField(EntityEmbeddedField embeddedField,
AmberField embeddableField,
int index) |
EntityEmbeddedField(EntityType ownerType,
EmbeddableType embeddableType,
java.lang.String name) |
KeyEmbeddedSubField(EntityEmbeddedField embeddedField,
AmberField embeddableField,
int index) |
KeyManyToOneField(EntityType entityType,
java.lang.String name) |
KeyManyToOneField(EntityType entityType,
java.lang.String name,
LinkColumns columns) |
KeyPropertyField(EntityType tableType,
java.lang.String name) |
KeyPropertyField(EntityType entityType,
java.lang.String name,
AmberColumn column) |
ManyToManyField(EntityType relatedType,
java.lang.String name) |
ManyToManyField(EntityType relatedType,
java.lang.String name,
CascadeType[] cascadeTypes) |
ManyToManyField(EntityType relatedType,
java.lang.String name,
ManyToManyField source,
CascadeType[] cascadeTypes) |
ManyToOneField(EntityType relatedType,
java.lang.String name) |
ManyToOneField(EntityType relatedType,
java.lang.String name,
CascadeType[] cascadeType) |
ManyToOneField(EntityType relatedType,
java.lang.String name,
CascadeType[] cascadeType,
boolean isManyToOne) |
OneToManyField(EntityType entityType,
java.lang.String name) |
OneToManyField(EntityType entityType,
java.lang.String name,
CascadeType[] cascadeTypes) |
PropertyField(AmberBeanType statefulType,
java.lang.String name) |
VersionField(EntityType entityType,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
AmberEnhancer.configure(AbstractEnhancedType type)
Parses the configuration file.
|
Constructor and Description |
---|
SequenceIdGenerator(AmberPersistenceUnit manager,
java.lang.String name,
int size)
Creates the table generator.
|
Modifier and Type | Method and Description |
---|---|
void |
AmberPersistenceUnit.addEntityClass(java.lang.String className,
java.lang.Class type)
Add an entity.
|
void |
AmberPersistenceUnit.addNamedNativeQuery(java.lang.String name,
NamedNativeQueryConfig queryConfig)
Adds a named native query.
|
void |
AmberPersistenceUnit.addNamedQuery(java.lang.String name,
java.lang.String query)
Adds a named query.
|
void |
AmberPersistenceUnit.addSqlResultSetMapping(java.lang.String resultSetName,
SqlResultSetMappingConfig resultSet)
Adds a sql result set mapping.
|
SequenceIdGenerator |
AmberPersistenceUnit.createSequenceGenerator(java.lang.String name,
int size)
Returns a sequence generator.
|
AmberType |
AmberPersistenceUnit.createType(java.lang.Class javaType)
Creates a type.
|
AmberType |
AmberPersistenceUnit.createType(java.lang.String typeName)
Creates a type.
|
void |
AmberPersistenceUnit.init()
Initialize the resource.
|
void |
AmberPersistenceUnit.initEntityHomes() |
void |
AmberPersistenceUnit.initLoaders()
Initialize the resource.
|
void |
AmberPersistenceUnit.initTables()
Configure lazy.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigException |
AmberTable.error(java.lang.String msg,
java.lang.Throwable e) |
protected ConfigException |
AmberColumn.error(java.lang.String msg,
java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
AmberTable.createDatabaseTable(AmberPersistenceUnit amberPersistenceUnit)
Creates the table if missing.
|
void |
AmberTable.validateDatabaseTable(AmberPersistenceUnit amberPersistenceUnit)
Creates the table if missing.
|
Modifier and Type | Method and Description |
---|---|
AmberType |
TypeManager.create(java.lang.Class cl)
Returns the type.
|
AmberType |
TypeManager.create(java.lang.String name)
Returns the type.
|
void |
EntityType.init()
Initialize the entity.
|
void |
GeneratorTableType.init()
Initialize the table.
|
void |
AmberType.init()
Initialize the type.
|
void |
AmberBeanType.init()
Initialize the type.
|
void |
EntityType.start()
Start the entry.
|
Modifier and Type | Method and Description |
---|---|
com.caucho.boot.WatchdogConfig |
BootClusterConfig.addServer(com.caucho.boot.WatchdogConfigHandle configHandle) |
void |
WatchdogAPI.kill(java.lang.String password,
java.lang.String serverId)
Kills the named server, terminating the process.
|
void |
WatchdogAPI.restart(java.lang.String password,
java.lang.String serverId,
java.lang.String[] argv)
Restarts the server with the given arguments.
|
void |
WatchdogAPI.start(java.lang.String password,
java.lang.String[] argv)
Starts the server with the given arguments.
|
void |
WatchdogAPI.stop(java.lang.String password,
java.lang.String serverId)
Stops the named server
|
Modifier and Type | Method and Description |
---|---|
TcpPort |
NetworkServerConfig.createHttp() |
TcpPort |
ClusterServer.createHttp() |
void |
ClusterServer.setAcceptThreadMax(ConfigProgram program)
Sets the maximum spare listen.
|
void |
ClusterServer.setAcceptThreadMin(ConfigProgram program)
Sets the minimum spare listen.
|
Modifier and Type | Class and Description |
---|---|
class |
LineConfigException
Thrown by the various Builders
|
Modifier and Type | Method and Description |
---|---|
static ConfigException |
ConfigException.createConfig(java.lang.Throwable e) |
static ConfigException |
Config.error(java.lang.reflect.Field field,
java.lang.String msg) |
static ConfigException |
Config.error(java.lang.reflect.Method method,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
static void |
Config.checkCanInstantiate(java.lang.Class beanClass)
Returns true if the class can be instantiated.
|
static void |
Config.checkCanInstantiate(java.lang.Class beanClass,
java.lang.Class type)
Returns true if the class can be instantiated using zero args constructor
or constructor that accepts an instance of class passed in type argument
|
java.lang.Object |
Config.configure(java.lang.Object obj,
Path path)
Configures a bean with a configuration file.
|
java.lang.Object |
Config.configure(java.lang.Object obj,
Path path,
Schema schema)
Configures a bean with a configuration file and schema.
|
java.lang.Object |
Config.configure(java.lang.Object obj,
Path path,
java.lang.String schemaLocation)
Configures a bean with a configuration file and schema.
|
static void |
Config.init(java.lang.Object bean) |
static void |
Config.inject(java.lang.Object bean) |
static void |
Config.validate(java.lang.Class cl,
java.lang.Class api)
Returns true if the class can be instantiated.
|
static void |
Config.validate(java.lang.Class cl,
java.lang.Class api,
java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Attribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
ListValueAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
EnvironmentAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
EntryAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
AnnotationAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
SetterAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
AddAttribute.create(java.lang.Object parent,
QName qName)
Creates the child bean.
|
java.lang.Object |
TextAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
CreateAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
SetValueAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
Attribute.create(java.lang.Object parent,
QName name,
ConfigType<?> type)
Creates the child bean.
|
java.lang.Object |
SetterAttribute.create(java.lang.Object parent,
QName name,
ConfigType<?> configType)
Creates the child bean.
|
void |
Attribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute as text
|
void |
ListValueAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
void |
EnvironmentAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
void |
AnnotationAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
void |
SetterAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
void |
AddAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute as text
|
void |
PropertyAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
void |
TextAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
void |
SetValueAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute
|
abstract void |
Attribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
ListValueAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
ProgramAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
EnvironmentAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
EntryAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
AnnotationAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
SetterAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
AddAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
PropertyAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
TextAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
CreateAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
SetValueAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
Modifier and Type | Method and Description |
---|---|
static ConfigException |
InjectManager.error(java.lang.reflect.Method method,
java.lang.String msg) |
static ConfigException |
InjectManager.injectError(java.lang.reflect.AccessibleObject prop,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
void |
WebComponent.createProgram(java.util.ArrayList<ConfigProgram> initList,
java.lang.reflect.Field field,
java.util.ArrayList<java.lang.annotation.Annotation> bindList) |
static void |
InjectionTargetBuilder.introspectInit(java.util.ArrayList<ConfigProgram> initList,
AnnotatedType<?> type) |
static void |
InjectionTargetBuilder.introspectInit(java.util.ArrayList<ConfigProgram> initList,
java.lang.Class<?> type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JndiValueGenerator.create() |
<T> void |
PostConstructProgram.inject(T bean,
CreationalContext<T> env) |
<T> void |
PreDestroyInject.inject(T value,
CreationalContext<T> env) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ConfigProgram.configure(java.lang.Class<T> type) |
protected <T> T |
ConfigProgram.configure(java.lang.Class<T> type,
XmlConfigContext env)
Configures a bean given a class to instantiate.
|
void |
ConfigProgram.configure(java.lang.Object bean)
Configures the object.
|
protected <T> T |
ConfigProgram.create(java.lang.Class<T> type,
CreationalContext<T> env)
Configures a bean given a class to instantiate.
|
<T> T |
ConfigProgram.create(ConfigType<T> type) |
<T> T |
RecoverableProgram.create(ConfigType<T> type,
CreationalContext<T> cxt) |
<T> T |
ExprProgram.create(ConfigType<T> type,
CreationalContext<T> env) |
<T> T |
NodeBuilderChildProgram.create(ConfigType<T> type,
CreationalContext<T> cxt) |
<T> T |
ConfigProgram.create(ConfigType<T> type,
CreationalContext<T> env) |
<T> T |
PropertyValueProgram.create(ConfigType<T> type,
CreationalContext<T> env) |
<T> T |
PropertyStringProgram.create(ConfigType<T> type,
CreationalContext<T> env) |
void |
ConfigProgram.init(java.lang.Object bean) |
<T> void |
RecoverableProgram.inject(T bean,
CreationalContext<T> cxt) |
<T> void |
MethodGeneratorProgram.inject(T bean,
CreationalContext<T> env) |
<T> void |
ContainerProgram.inject(T bean,
CreationalContext<T> env)
Invokes the child programs on the bean
|
<T> void |
FieldGeneratorProgram.inject(T bean,
CreationalContext<T> env) |
<T> void |
NodeBuilderChildProgram.inject(T bean,
CreationalContext<T> cxt) |
<T> void |
NodeBuilderProgram.inject(T bean,
CreationalContext<T> cxt) |
Modifier and Type | Method and Description |
---|---|
ConfigException |
ResourceRef.error(java.lang.String msg) |
protected ConfigException |
ResourceGroupConfig.error(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
void |
CronType.addText(java.lang.String text)
Sets the text.
|
void |
Bytes.addText(java.lang.String text)
Sets the text.
|
void |
SignaturePattern.addText(java.lang.String methodName) |
void |
PathPatternType.addText(java.lang.String text)
Sets the pattern name.
|
void |
Period.addText(java.lang.String text)
Sets the text.
|
java.lang.Object |
ResinType.create(java.lang.Class targetClass)
Creates the object.
|
void |
ResinType.init()
Initialize the signature.
|
void |
AnnotationBuilder.init()
Initialize the signature.
|
void |
PathPatternType.init()
initialize the pattern.
|
void |
FileSetType.init()
Initialize the type.
|
void |
Signature.init()
Initialize the signature.
|
void |
PathPatternType.setName(java.lang.String pattern)
Sets the pattern name.
|
static long |
Bytes.toBytes(java.lang.String bytes)
Converts a byte string to a number of bytes.
|
static long |
Period.toPeriod(java.lang.String value)
Converts a period string to a time.
|
static long |
Period.toPeriod(java.lang.String value,
long defaultUnits)
Converts a period string to a time.
|
void |
ResourceRef.validate()
Validates the resource-ref, i.e.
|
void |
EnvEntry.validate()
Validates the env-entry, i.e.
|
void |
Validator.validate() |
Constructor and Description |
---|
PathPatternType(java.lang.String pattern) |
PathPatternType(java.lang.String prefix,
java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
XmlConfigContext.create(org.w3c.dom.Node childNode,
ConfigType<?> type) |
java.lang.Object |
XmlBeanMethodAttribute.create(java.lang.Object parent,
QName qName)
Creates the child bean.
|
java.lang.Object |
XmlBeanNewAttribute.create(java.lang.Object parent,
QName name)
Creates the child bean.
|
java.lang.Object |
XmlBeanAttribute.create(java.lang.Object parent,
QName qName)
Creates the child bean.
|
java.lang.Object |
XmlBeanArgAttribute.create(java.lang.Object parent,
QName qName)
Creates the child bean.
|
java.lang.Object |
XmlBeanAddAttribute.create(java.lang.Object parent,
QName qName)
Creates the child bean.
|
java.lang.Object |
XmlBeanAnnotationAttribute.create(java.lang.Object parent,
QName qName)
Creates the child bean.
|
java.lang.Object |
XmlBeanFieldAttribute.create(java.lang.Object parent,
QName qName)
Creates the child bean.
|
void |
XmlBeanMethodAttribute.setText(java.lang.Object parent,
QName name,
java.lang.String text)
Sets the value of the attribute
|
void |
XmlBeanNewAttribute.setText(java.lang.Object object,
QName name,
java.lang.String value)
Sets the value of the attribute as text
|
void |
XmlBeanAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String value)
Sets the value of the attribute as text
|
void |
XmlBeanArgAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String text)
Sets the value of the attribute
|
void |
XmlBeanProgramAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String text)
Sets the value of the attribute
|
void |
XmlBeanAddAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String text)
Sets the value of the attribute
|
void |
XmlBeanAnnotationAttribute.setText(java.lang.Object parent,
QName name,
java.lang.String text)
Sets the value of the attribute
|
void |
XmlBeanValueArgAttribute.setText(java.lang.Object bean,
QName name,
java.lang.String text)
Sets the value of the attribute
|
void |
XmlBeanFieldAttribute.setText(java.lang.Object parent,
QName name,
java.lang.String text)
Sets the value of the attribute
|
void |
XmlBeanMethodAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
XmlBeanNewAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value) |
void |
XmlBeanAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
XmlBeanArgAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
XmlBeanProgramAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
XmlBeanAddAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
XmlBeanAnnotationAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
XmlBeanValueArgAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
void |
XmlBeanFieldAttribute.setValue(java.lang.Object bean,
QName name,
java.lang.Object value)
Sets the value of the attribute
|
Modifier and Type | Method and Description |
---|---|
void |
EJBClientInterface.addEJBJar(Path jar)
Adds a jar
|
void |
EJBServer.addEJBJar(Path ejbJar)
Adds an ejb jar.
|
java.lang.Class |
EJBClientInterface.getEJBHome(java.lang.String name)
Returns the home interface.
|
void |
EJBServer.setDataSource(javax.sql.DataSource dataSource)
Sets the data-source
|
void |
EJBServer.setJMSConnectionFactory(JndiBuilder factory)
Sets the jndi name of the jmsConnectionFactory
|
void |
EJBServer.setMessageConsumerMax(int consumerMax)
Sets consumer max
|
void |
EJBServer.setReadDataSource(javax.sql.DataSource dataSource)
Sets the data-source
|
void |
EJBServer.setXADataSource(javax.sql.DataSource dataSource)
Sets the xa data-source
|
Constructor and Description |
---|
EJBServer()
Create a server with the given prefix name.
|
Modifier and Type | Method and Description |
---|---|
ConfigException |
EjbBean.error(java.lang.String msg)
Returns an error.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbConfig.addEjbPath(Path path)
Adds a path for an EJB config file to the config list.
|
void |
EjbBean.addLocal(java.lang.Class<?> local)
Sets the ejb local interface
|
void |
EjbBean.addLocalWrapper(AnnotatedType<? super X> local)
Sets the local interface class.
|
<T> void |
EjbBean.addRemote(java.lang.Class<T> remote) |
<T> void |
EjbBean.addRemoteType(BaseType remote)
Sets the ejb remote interface
|
void |
EjbBean.addRemoteWrapper(AnnotatedType<? super X> remote)
Sets the remote interface class.
|
void |
MethodSignature.addText(java.lang.String text) |
void |
EjbConfig.configure()
Configures the pending beans.
|
AssemblyDescriptor |
EjbJar.createAssemblyDescriptor() |
EjbEnterpriseBeans |
EjbJar.createEnterpriseBeans() |
InterceptorsConfig |
EjbJar.createInterceptors() |
EjbJar.Relationships |
EjbJar.createRelationships() |
void |
EjbConfig.deploy()
Configures the pending beans.
|
AbstractSessionManager<X> |
EjbSessionBean.deployServer(EjbManager ejbContainer,
EjbLazyGenerator<X> lazyGenerator)
Deploys the bean.
|
AbstractEjbBeanManager<X> |
EjbBean.deployServer(EjbManager ejbContainer,
EjbLazyGenerator<X> lazyGenerator)
Deploys the bean.
|
void |
EjbMessageBean.init()
Initialize
|
void |
EjbJar.MethodPermission.init() |
void |
EjbSessionBean.init()
Configure initialization.
|
void |
EjbBean.init()
Configure initialization.
|
void |
ContainerTransaction.init() |
void |
EjbMessageBean.initIntrospect()
Obtain and apply initialization from annotations.
|
void |
EjbSessionBean.initIntrospect()
Obtain and apply initialization from annotations.
|
void |
EjbBean.initIntrospect()
Configure initialization.
|
protected void |
EjbBean.introspectBean(AnnotatedType<X> type,
java.lang.String defaultName) |
void |
EjbMessageBean.setConnectionFactory(JndiBuilder factory)
Sets the connection factory.
|
void |
EjbMessageBean.setDestination(java.lang.String destinationName)
Sets the JMS destination.
|
void |
EjbMessageBean.MessageDrivenDestination.setDestinationType(java.lang.String value) |
void |
EjbMessageBean.setEJBClass(java.lang.Class<X> ejbClass)
Sets the ejb implementation class.
|
void |
EjbSessionBean.setEJBClass(java.lang.Class<X> type)
Sets the ejb implementation class.
|
void |
EjbBean.setEJBClass(java.lang.Class<X> ejbClass)
Sets the ejb implementation class.
|
void |
EjbBean.setEJBClassWrapper(AnnotatedType<X> ejbClass)
Sets the ejb implementation class.
|
void |
EjbMessageBean.MessageDrivenDestination.setJndiName(JndiBuilder destination) |
void |
EjbMessageBean.setMappedName(java.lang.String mappedName)
Deprecated.
for compat with TCK
|
void |
EjbMessageBean.setMessageConsumerMax(int consumerMax)
Sets the number of message consumers.
|
void |
EjbMessageBean.setMessageDestinationLink(java.lang.String messageDestinationLink)
Sets the JMS destination link
|
void |
EjbMessageBean.setMessageDestinationType(java.lang.String type)
Sets the JMS destination type.
|
void |
MethodSignature.setMethodName(java.lang.String name) |
void |
MethodSignature.setName(java.lang.String methodName) |
void |
EjbMethodPattern.setResinIsolation(java.lang.String isolation)
Sets the Resin isolation.
|
void |
EjbJar.QueryFunction.setSignature(Signature sig) |
void |
EjbJar.QueryFunction.setSQL(java.lang.String sql) |
void |
EjbMethodPattern.setTransaction(TransactionAttributeType type) |
void |
EjbMessageBean.setTransactionType(java.lang.String type)
Set true if the container handles transactions.
|
void |
EjbSessionBean.setTransactionType(java.lang.String type)
Set true if the container handles transactions.
|
void |
EjbMethodPattern.setTransAttribute(java.lang.String type)
Sets the method's transaction type, e.g.
|
void |
ContainerTransaction.setTransAttribute(java.lang.String trans) |
void |
EjbBean.validateException(AnnotatedMethod<?> method,
java.lang.Class<?> e) |
void |
EjbBean.validateExceptions(AnnotatedMethod<?> caller,
AnnotatedMethod<? super X> callee) |
void |
EjbBean.validateExceptions(AnnotatedMethod<?> method,
java.lang.Class<?>[] exn)
Check that the method throws the expected exceptions.
|
protected <T> void |
EjbBean.validateLocal(AnnotatedType<T> objectType)
Validates the local interface.
|
protected <T> void |
EjbBean.validateRemote(AnnotatedType<T> objectType)
Validates the remote interface.
|
Constructor and Description |
---|
FunctionSignature(java.lang.String signature)
Creates a function definition.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbManager.start() |
Constructor and Description |
---|
EjbProtocolManager(EjbManager ejbContainer)
Create a server with the given prefix name.
|
Modifier and Type | Method and Description |
---|---|
ConfigException |
AbstractEjbBeanManager.error(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ConnectionPool.init(ManagedConnectionFactory mcf)
Initialize the connection manager.
|
void |
ConnectionPool.setMaxConnections(int maxConnections)
Sets the max number of connections
|
void |
ConnectionPool.setMaxCreateConnections(int maxConnections)
Sets the max number of connections simultaneously creating
|
Modifier and Type | Method and Description |
---|---|
void |
ExpandDeployGenerator.addRequireFile(java.lang.String file)
Adds a required file in the expansion.
|
DeployMode |
DeployGenerator.getRedeployMode()
Gets the redeploy mode.
|
DeployMode |
DeployGenerator.getStartupMode()
Gets the startup mode.
|
void |
DeployGenerator.init() |
protected void |
ExpandDeployGenerator.initImpl()
Configuration checks on init.
|
void |
ExpandDeployGenerator.setExpandPrefix(java.lang.String prefix)
Sets the expand prefix to check for new applications.
|
void |
ExpandDeployGenerator.setExpandSuffix(java.lang.String suffix)
Sets the expand suffix to check for new applications.
|
void |
ExpandDeployGenerator.setExtension(java.lang.String extension)
Sets the extension.
|
void |
DeployConfig.setRedeployMode(DeployMode mode)
Sets the redeploy-mode
|
void |
DeployGenerator.setRedeployMode(DeployMode mode)
Sets the redeploy mode.
|
void |
DeployConfig.setStartupMode(DeployMode mode)
Sets the startup-mode
|
void |
DeployGenerator.setStartupMode(DeployMode mode)
Sets the startup mode.
|
void |
DeployConfig.setStartupPriority(int priority)
Sets the startup-priority
|
Modifier and Type | Method and Description |
---|---|
void |
LogSystem.setLevel(java.util.logging.Level level) |
Modifier and Type | Class and Description |
---|---|
class |
JavaCompileException |
Modifier and Type | Method and Description |
---|---|
void |
OutboundResourceAdapterConfig.addConnectionDefinition(ConnectionDefinition conn)
Returns the connection definition.
|
void |
InboundResourceAdapterConfig.MessageAdapterConfig.addMessagelistener(MessageListenerConfig listener) |
InboundResourceAdapterConfig |
ResourceAdapterConfig.createInboundResourceadapter()
Adds an inbound resource adapter.
|
OutboundResourceAdapterConfig |
ResourceAdapterConfig.createOutboundResourceadapter()
Adds an outbound resource adapter.
|
void |
ResourceManagerConfig.init() |
void |
JavaMailConfig.initImpl() |
void |
MessageListenerConfig.ActivationSpecConfig.setActivationspecClass(java.lang.Class type)
Sets the activation spec class.
|
void |
AdminObjectConfig.setAdminobjectClass(java.lang.Class cl)
Sets the object class
|
void |
ConnectionDefinition.setConnectionfactoryImplClass(java.lang.Class cl)
Sets the connection factory implementation class.
|
void |
ConnectionDefinition.setConnectionfactoryInterface(java.lang.Class cl)
Sets the application-view for the connection factory.
|
void |
ConnectionDefinition.setConnectionImplClass(java.lang.String cl)
Sets the connection implementation class.
|
void |
ConnectionDefinition.setConnectionInterface(java.lang.Class cl)
Sets the application-view for the connection
|
void |
ConnectionDefinition.setManagedconnectionfactoryClass(java.lang.Class cl) |
void |
ResourceAdapterConfig.setManagedconnectionfactoryClass(java.lang.Class<?> cl)
Sets the ManagedConnectionFactory class.
|
void |
ResourceAdapterConfig.setResourceadapterClass(java.lang.Class<?> cl)
Sets the resource adapter class
|
Constructor and Description |
---|
ResourceManagerConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectConfig.addConfigProperty(ConfigPropertyConfig property)
Adds a new config property.
|
static void |
ResourceManagerImpl.addResource(ResourceAdapter resource)
Adds a resource to the manager.
|
ConnectorConfig.ResourceAdapterConfig |
ConnectorConfig.createResourceAdapter()
Configures the resource adapter.
|
ConnectorResource.ResourceAdapterConfig |
ConnectorResource.createResourceAdapter()
Configures the resource adapter.
|
void |
ResourceDeploy.init()
Initialize the resource-deploy.
|
void |
ResourceArchive.init()
Configures the resource.
|
void |
ConnectorConfig.ConnectionListener.init() |
void |
ConnectorResource.ConnectionListener.init() |
void |
ConnectorConfig.EndpointFactory.setType(java.lang.Class type) |
void |
ConnectorResource.EndpointFactory.setType(java.lang.Class type) |
void |
ObjectConfig.setType(java.lang.Class<?> type)
Sets the type.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactoryImpl.init()
Initialize the connection factory.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageSenderManager.init() |
void |
ResourceAdapterImpl.init()
Initialization.
|
void |
ListenerEndpointFactory.init()
Initialization.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcQueue.init()
Initializes the JdbcQueue
|
void |
JdbcDestination.init()
Initializes the JdbcDestination
|
void |
JdbcManager.init()
Initializes the JdbcManager
|
void |
JdbcMessage.init()
Initializes the JdbcMessage
|
void |
JdbcTopic.init()
Initializes the JdbcTopic
|
Modifier and Type | Method and Description |
---|---|
void |
MessageSenderResource.init()
Initialize the sender resource.
|
void |
ListenerResource.init() |
void |
ListenerResource.ListenerConfig.init() |
void |
ListenerResource.ListenerConfig.setType(java.lang.Class type)
Sets the listener's type.
|
Modifier and Type | Method and Description |
---|---|
void |
JspPrecompileListener.addExtension(java.lang.String extension)
Adds a new extension to precompile.
|
void |
JspPrecompileResource.init()
Initialize the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
TldTag.addVariable(TldVariable variable)
Adds a variable.
|
void |
TldFunction.init()
Initialize
|
void |
JspPropertyGroup.setJspMax(int max)
Sets the jsp-max
|
void |
TldTag.setTagclass(java.lang.String tagClassName)
Sets the tei class
|
void |
TldTag.setTagClass(java.lang.String tagClassName)
Sets the tag class
|
void |
TldTag.setTeiclass(java.lang.String teiClassName)
Old-style setting of the tei class
|
void |
TldTag.setTeiClass(java.lang.String teiClassName)
Sets the tei class
|
Modifier and Type | Method and Description |
---|---|
abstract TagInfo |
JspTagSupport._caucho_getTagInfo(TagLibraryInfo taglib) |
Modifier and Type | Method and Description |
---|---|
void |
LicenseStore.addLicenseDirectory(java.io.File licenseDirectory) |
java.lang.String |
LicenseCheck.getDescription() |
java.lang.String |
LicenseCheck.getLicenseDirectory() |
void |
LicenseStore.init(java.io.File... licenseDirectory) |
void |
LicenseCheck.requirePersonal(int personalCount) |
void |
LicenseCheck.requireProfessional(int professionalCount) |
Modifier and Type | Method and Description |
---|---|
EnhancerManager |
ClassLoaderConfig.createEnhancer()
Adds an enhancing loader.
|
void |
AbstractEnvironmentListener.environmentBind(EnvironmentClassLoader loader)
Handles the case where the environment is binding injection targets
|
void |
EnvironmentListener.environmentBind(EnvironmentClassLoader loader)
Handles the case where the environment is binding injection targets
|
void |
AbstractEnvironmentListener.environmentConfigure(EnvironmentClassLoader loader)
Handles the case where the environment is configuring and
registering beans
|
void |
EnvironmentListener.environmentConfigure(EnvironmentClassLoader loader)
Handles the case where the environment is configuring and
registering beans
|
void |
EnvironmentEnhancerListener.environmentConfigureEnhancer(EnvironmentClassLoader loader)
Handles the case where the environment is configuring and
registering beans
|
void |
LibraryLoader.init()
Initialize
|
void |
SimpleLoader.init()
Initializes the loader.
|
void |
ClassLoaderConfig.init()
init
|
void |
CompilingLoader.init()
Initialize.
|
void |
CompilingLoader.setCompiler(java.lang.String compiler)
Sets the compiler.
|
void |
CompilingLoader.setSourceExtension(java.lang.String ext)
Sets the source extension.
|
void |
JarListLoader.validate()
Validates the loader.
|
void |
DynamicClassLoader.validate()
Validates the class loader.
|
void |
Loader.validate()
Validates the loader.
|
Constructor and Description |
---|
ClassLoaderConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ClassEnhancerConfig.init()
Initializes the config.
|
void |
MethodEnhancer.setAnnotation(java.lang.Class ann)
Sets the annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
IvyLoader.init()
Initialize
|
Modifier and Type | Method and Description |
---|---|
static RotateStream |
RotateStream.create(java.lang.String path)
Returns the rotate stream corresponding to this path
|
void |
LogConfig.init()
Initialize the log
|
void |
LogConfig.SubLogger.init() |
void |
StderrLog.init()
Initialize the log.
|
void |
StdoutLog.init()
Initialize the log.
|
void |
ELFormatter.init() |
void |
RotateLog.init()
Initialize the log.
|
void |
PathHandler.init()
Initialize the log.
|
void |
HmtpHandler.init()
Initialize the handler
|
void |
JmsHandler.init()
Initialize the handler
|
void |
MailHandler.init()
Initialize the handler
|
void |
LogConfig.initImpl()
Should be run with system classloader
|
void |
StdoutLog.initImpl() |
void |
LogHandlerConfig.initImpl()
Should be run with system classloader
|
void |
SyslogHandler.setFacility(java.lang.String facility)
Sets the facility.
|
void |
LogHandlerConfig.setLevel(java.util.logging.Level level)
Sets the output level.
|
void |
LogConfig.setLevel(java.lang.String level)
Sets the output level.
|
void |
LogConfig.SubLogger.setLevel(java.lang.String level)
Sets the output level.
|
void |
LoggerConfig.setLevel(java.lang.String level)
Sets the output level.
|
void |
AbstractRolloverLog.setPathFormat(java.lang.String pathFormat)
Sets the formatted path.
|
void |
SyslogHandler.setSeverity(java.lang.String severity)
Sets the severity.
|
void |
LogConfig.setUseParentHandlers(boolean useParentHandlers)
Sets the use-parent-handlers
|
void |
LogConfig.SubLogger.setUseParentHandlers(boolean useParentHandlers)
Sets the use-parent-handlers
|
void |
LogHandlerConfig.setUseParentHandlers(boolean useParentHandlers)
Sets the use-parent-handlers
|
Constructor and Description |
---|
ErrorLog() |
Modifier and Type | Method and Description |
---|---|
void |
LoggerMXBean.setLevel(java.lang.String level)
Sets the level.
|
Modifier and Type | Method and Description |
---|---|
SSLFactory |
TcpPort.createOpenssl()
Sets the SSL factory
|
long |
TcpPort.getAcceptThreadIdleTimeout()
Sets the minimum spare idle timeout.
|
void |
TcpPort.init()
Initializes the port.
|
void |
TcpPort.setAcceptListenBacklog(int listen)
Sets the operating system listen backlog
|
void |
TcpPort.setAcceptThreadIdleTimeout(Period timeout)
Sets the minimum spare idle timeout.
|
void |
TcpPort.setAcceptThreadMax(int maxSpare)
Sets the minimum spare listen.
|
void |
TcpPort.setAcceptThreadMin(int minSpare)
Sets the minimum spare listen.
|
void |
TcpPort.setProtocol(Protocol protocol)
Set protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
QuercusContext.addImplClass(java.lang.String name,
java.lang.Class<?> type)
Adds a impl class
|
void |
QuercusContext.addJavaClass(java.lang.String name,
java.lang.Class<?> type)
Adds a java class
|
Modifier and Type | Method and Description |
---|---|
void |
MhashModule.MhashAlgorithm.init() |
Modifier and Type | Method and Description |
---|---|
void |
BamPhpRootService.init() |
void |
BamPhpActor.init() |
void |
BamPhpServiceManager.init() |
Modifier and Type | Method and Description |
---|---|
void |
QuercusSessionManager.setReuseSessionId(java.lang.String reuse)
True if the server should reuse the current session id if the
session doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
ModuleInfo |
ModuleContext.addModule(java.lang.String name,
QuercusModule module)
Adds module info.
|
void |
ModuleContext.introspectJavaClass(java.lang.String name,
java.lang.Class type,
java.lang.String extension,
java.lang.Class javaClassDefClass)
Introspects the module class for functions.
|
void |
ModuleContext.introspectJavaImplClass(java.lang.String name,
java.lang.Class type,
java.lang.String extension)
Introspects the module class for functions.
|
Constructor and Description |
---|
ModuleInfo(java.lang.String name,
QuercusModule module)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
QuercusServlet.addClass(PhpClassConfig classConfig)
Adds a quercus class.
|
void |
QuercusServlet.addImplClass(PhpClassConfig classConfig)
Adds a quercus class.
|
void |
QuercusServlet.addModule(QuercusModule module)
Adds a quercus module.
|
QuercusServlet.PhpIni |
QuercusServlet.createPhpIni()
Adds a quercus.ini configuration
|
QuercusServlet.ServerEnv |
QuercusServlet.createServerEnv()
Adds a $_SERVER configuration
|
void |
PhpClassConfig.init()
Initialize the class.
|
void |
QuercusServlet.setCompile(java.lang.String isCompile)
Set true if quercus should be compiled into Java.
|
void |
QuercusServlet.setCompileFailover(java.lang.String isCompileFailover)
Set true interpreted pages should be used for pages that fail to compile.
|
void |
QuercusServlet.setDatabase(javax.sql.DataSource database)
Set the default data source.
|
void |
QuercusServlet.setProfileProbability(double probability)
Sets the frequency of profiling, expressed as a probability.
|
void |
QuercusServlet.setScriptEncoding(java.lang.String encoding)
Sets the script encoding.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledTask.environmentBind(EnvironmentClassLoader loader) |
void |
ScheduledTask.environmentConfigure(EnvironmentClassLoader loader) |
void |
TaskResource.init()
Initialization.
|
void |
ScheduledTask.init()
Initialization.
|
void |
ScheduledTaskConfig.init()
Deprecated.
Initialization.
|
Modifier and Type | Method and Description |
---|---|
void |
RmiRegistry.addRmiService(RmiService service)
Add an RMI service to register with this Registry.
|
void |
RmiService.init() |
void |
RmiRegistry.init() |
Modifier and Type | Method and Description |
---|---|
void |
HttpMessageProxy.init() |
void |
LoadBalance.init() |
void |
SetRequestCharacterEncoding.init() |
void |
Forward.init() |
void |
HttpProxy.init() |
void |
FastCgiProxy.init() |
void |
AddHeader.init() |
void |
AbstractTargetDispatchRule.init() |
void |
IfNetwork.init() |
void |
SetHeader.init() |
void |
SetVary.init() |
Modifier and Type | Method and Description |
---|---|
void |
PasswordDigest.addText(java.lang.String value)
Sets the algorithm for bean-style init.
|
void |
FormLogin.setFormErrorPage(java.lang.String formErrorPage)
Sets the error page.
|
void |
FormLogin.setFormLoginPage(java.lang.String formLoginPage)
Sets the login page.
|
void |
JaasAuthenticator.setLoginModule(java.lang.Class<?> loginModuleClass)
Sets the JAAS spi login module class.
|
void |
PermissionConfig.setType(InstantiationConfig type)
Sets the permission type.
|
Modifier and Type | Method and Description |
---|---|
TransactionLog |
TransactionManager.createTransactionLog()
Configures the xa log.
|
TransactionManager |
Management.createTransactionManager()
Deprecated.
|
void |
TransactionManager.start()
Initializes the XA manager.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.addDynamicServer(java.lang.String serverId,
java.lang.String address,
int port)
Adds a new server to the cluster.
|
void |
ClusterPod.addDynamicServer(java.lang.String serverId,
java.lang.String address,
int port)
Adds a dynamic server
|
Invocation |
ServletService.buildInvocation(Invocation invocation)
Sets the invocation
|
AbstractProxyCache |
ServletContainerConfig.createCache()
backward compatibility for proxy cache
|
java.lang.Object |
ServletContainerConfig.createJdbcStore() |
java.lang.Object |
ServletContainerConfig.createPing()
Creates the ping.
|
AbstractProxyCache |
ServletContainerConfig.createProxyCache()
Creates the proxy cache.
|
AbstractProxyCache |
ServletService.createProxyCache()
Creates the http cache.
|
void |
Cluster.init()
Initializes the cluster.
|
void |
ProtocolPortConfig.init()
Initializes the port.
|
AbstractProxyCache |
ProServer.instantiateProxyCache() |
void |
Cluster.removeDynamicServer(ClusterServer server)
Adds a new server to the cluster.
|
void |
ClusterPod.removeDynamicServer(java.lang.String serverId,
java.lang.String address,
int port)
Remove a dynamic server
|
ClusterServer |
ClusterPod.setActiveDynamicServer(java.lang.String serverId,
java.lang.String address,
int port,
int index)
Sets the active dynamic server
|
void |
ServletContainerConfig.setAlternateSessionUrlPrefix(java.lang.String urlPrefix)
Sets the alternate session url prefix.
|
void |
ServletService.setAlternateSessionURLPrefix(java.lang.String urlPrefix)
Sets the alternate session url prefix.
|
void |
ServletContainerConfig.setUrlCharacterEncoding(java.lang.String encoding)
Sets URL encoding.
|
void |
ServletService.setURLCharacterEncoding(java.lang.String encoding)
Sets URL encoding.
|
void |
Cluster.start()
Start the cluster.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigException |
ServletConfigImpl.error(java.lang.String msg) |
protected ConfigException |
ServletConfigImpl.error(java.lang.String msg,
java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
FilterMapping.addDispatcher(java.lang.String dispatcher)
Adds a dispatcher.
|
void |
RunAt.addText(java.lang.String runAt)
Adds the text.
|
Invocation |
InvocationBuilder.buildInvocation(Invocation invocation)
Builds the invocation values.
|
Invocation |
InvocationServer.buildInvocation(Invocation invocation)
Builds the invocation.
|
Invocation |
InvocationServer.buildInvocation(java.lang.Object protocolKey,
Invocation invocation)
Builds the invocation, saving its value keyed by the protocol key.
|
void |
InvocationDecoder.setAlternateSessionURLPrefix(java.lang.String prefix)
Sets the alternate session url prefix.
|
void |
FilterConfigImpl.setFilterClass(java.lang.String filterClassName)
Sets the filter class.
|
void |
RunAt.setPeriod(Period period)
Sets the period
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentStoreConfig.setType(java.lang.String type)
Sets the persistent store type.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationConfig.Module.addJava(Path path)
Adds a new java module.
|
void |
EnterpriseApplication.Module.addJava(Path path)
Adds a new java module.
|
protected void |
EarDeployGenerator.initImpl() |
protected void |
EarDeployGenerator.startImpl() |
Modifier and Type | Method and Description |
---|---|
void |
HostConfig.addHostAlias(RawString rawName)
Adds a host alias.
|
void |
Host.addWarDeploy(WebAppExpandDeployGenerator webAppDeploy)
Sets the war-expansion
|
void |
Host.addWebAppDeploy(WebAppExpandDeployGenerator deploy)
Sets the war-expansion
|
Invocation |
Host.buildInvocation(Invocation invocation)
Builds the invocation for the host.
|
protected void |
HostExpandDeployGenerator.initImpl() |
void |
HostConfig.setHostName(RawString name)
Sets the host name.
|
void |
Host.setHostName(java.lang.String name)
Sets the canonical host name.
|
void |
HostConfig.setId(RawString id)
Sets the id.
|
void |
HostConfig.setLazyInit(boolean lazyInit)
Sets the lazy-init property
|
void |
HostExpandDeployGenerator.setLazyInit(boolean lazyInit)
Sets true for a lazy-init.
|
void |
Host.setWarDir(Path warDir)
Sets the war-dir for backwards compatibility.
|
protected void |
HostExpandDeployGenerator.startImpl() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyCache.init()
Initialize the cache.
|
Constructor and Description |
---|
ProxyCache() |
Modifier and Type | Method and Description |
---|---|
void |
AccessLog.setPathFormat(java.lang.String pathFormat)
Sets the formatted path.
|
void |
AbstractAccessLog.setPathFormat(java.lang.String pathFormat)
Sets the formatted path.
|
Modifier and Type | Method and Description |
---|---|
void |
BootResinConfig.addCluster(BootClusterProxy clusterProxy) |
BootPodConfig |
BootClusterConfig.createPod() |
BootServerConfig |
BootPodConfig.createServer() |
BootServerConfig |
BootClusterConfig.createServer() |
TransactionManager |
ResinConfig.createTransactionManager()
Deprecated.
|
Constructor and Description |
---|
ResinArgs(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
MovedRule.init() |
void |
ForwardRule.init() |
void |
ProxyRule.init() |
void |
DispatchRule.init() |
void |
AbstractRuleWithConditions.init() |
void |
AbstractRule.init() |
void |
RedirectRule.init() |
void |
LoadBalanceRule.init() |
void |
RewriteRule.init()
Init
|
protected void |
AbstractCondition.required(java.lang.Object value,
java.lang.String name)
Throws an exception if the passed value is null.
|
protected void |
AbstractRuleWithConditions.required(java.lang.Object value,
java.lang.String name)
Throws an exception if the passed value is null.
|
Modifier and Type | Method and Description |
---|---|
void |
IPConstraint.init() |
void |
LoginConfig.setType(java.lang.Class type)
Sets the custom type
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.setReuseSessionId(java.lang.String reuse)
True if the server should reuse the current session id if the
session doesn't exist.
|
void |
SessionManager.setSaveMode(java.lang.String mode)
Sets the save-mode: before-flush, before-headers, after-request,
on-shutdown
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppContainer.addDeploy(DeployGenerator<WebAppController> deploy)
Sets the war-expansion
|
void |
WebApp.addSessionConfig(SessionManager manager)
Adds the session manager.
|
void |
WebAppContainer.addWarDeploy(WebAppExpandDeployGenerator webAppDeploy)
Sets the war-expansion
|
void |
WebAppContainer.addWebAppDeploy(WebAppExpandDeployGenerator deploy)
Sets the war-expansion
|
Invocation |
WebAppContainer.buildInvocation(Invocation invocation)
Creates the invocation.
|
void |
RewriteRealPath.Rewrite.init()
Init
|
void |
RewriteRealPath.RealPath.init()
Init
|
void |
WebAppConfig.setContextPath(java.lang.String path)
Sets the context path
|
void |
WebAppConfig.setLazyInit(boolean isLazy)
Sets the startup-mode
|
void |
WebAppExpandDeployGenerator.setLazyInit(boolean lazyInit)
Sets true for a lazy-init.
|
void |
ListenerConfig.setListenerClass(java.lang.Class<T> cl)
Sets the listener class.
|
void |
WebAppContainer.setWarDir(Path warDir)
Sets the war-dir for backwards compatibility.
|
Modifier and Type | Method and Description |
---|---|
void |
ResinStatusServlet.setEnable(java.lang.String enable)
Set to read or write.
|
void |
HmuxProxyReader.setStrategy(java.lang.String strategy)
Sets the strategy.
|
void |
HmuxLoadBalanceServlet.setStrategy(java.lang.String strategy)
Sets the strategy.
|
Modifier and Type | Method and Description |
---|---|
DriverConfig |
DBPool.createBackupDriver()
Sets a custom driver (or data source)
|
ConnectionConfig |
DBPool.createConnection()
Configure the initial connection
|
DriverConfig |
DBPool.createDriver()
Sets a custom driver (or data source)
|
void |
DriverConfig.setDataSource(java.lang.Object dataSource)
Sets the driver as data source.
|
void |
DriverConfig.setDriverType(java.lang.String type)
Sets the driver as data source.
|
void |
DBPool.setMaxConnections(int maxConnections)
Sets the maximum number of pooled connections.
|
void |
DBPool.setMaxCreateConnections(int maxCreateConnections)
The number of connections to create at any one time.
|
void |
ConnectionConfig.setTransactionIsolation(java.lang.String name)
Sets the isolation of the connection.
|
void |
DriverConfig.setType(java.lang.Class<?> driverClass)
Sets the JDBC driver class underlying the pooled object.
|
void |
DBPoolImpl.setURL(java.lang.String url)
Sets the jdbc-driver config.
|
void |
DBPool.setURL(java.lang.String url)
Sets the jdbc-driver URL
|
Modifier and Type | Method and Description |
---|---|
void |
ProfilerPointConfig.init() |
Modifier and Type | Method and Description |
---|---|
QServerSocket |
OpenSSLFactory.bind(QServerSocket ss)
Creates the server socket.
|
QServerSocket |
JsseSSLFactory.bind(QServerSocket ss)
Creates the SSL ServerSocket.
|
QServerSocket |
SSLFactory.bind(QServerSocket ss)
Creates the SSL ServerSocket.
|
QServerSocket |
OpenSSLFactory.create(java.net.InetAddress addr,
int port)
Creates the server socket.
|
QServerSocket |
SSLFactory.create(java.net.InetAddress host,
int port)
Creates the SSL ServerSocket.
|
void |
OpenSSLFactory.init()
Initialize
|
void |
JsseSSLFactory.init()
Initialize
|
void |
VfsSchemeConfig.init()
Initialize the scheme.
|
void |
OpenSSLFactory.initConfig() |
void |
OpenSSLFactory.setProtocol(java.lang.String protocol)
Sets the protocol: +SSLv3
|
void |
OpenSSLFactory.setVerifyClient(java.lang.String verifyClient)
Sets the verifyClient.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlParseException |