| Package | Description |
|---|---|
| weblogic.application |
This package contains public WebLogic Application classes / interfaces.
|
| weblogic.management.runtime | |
| weblogic.server |
Provides interfaces and exceptions for
weblogic.server. |
| weblogic.utils |
Provides classes and exceptions for
weblogic.utils. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationException |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorServiceRuntimeMBean.resume(int type)
Resumes the specified type of activity for all RAs.
|
void |
ConnectorComponentRuntimeMBean.resume(int type)
Resumes the specified type of activity for this resource
adapter
|
void |
ConnectorServiceRuntimeMBean.resume(int type,
Properties props)
Resumes the specified type of activity for all RAs
|
void |
ConnectorComponentRuntimeMBean.resume(int type,
Properties props)
Resumes the specified type of activity for this resource
adapter
|
void |
ConnectorServiceRuntimeMBean.resumeAll()
Resumes all activities of all resource adapters.
|
void |
ConnectorComponentRuntimeMBean.resumeAll()
Resumes all activities of this resource adapter.
|
void |
ConnectorServiceRuntimeMBean.resumeAll(Properties props)
Resumes all activities of all resource adapters.
|
void |
ConnectorServiceRuntimeMBean.suspend(int type)
Suspends the specified type of activity for all RAs.
|
void |
ConnectorComponentRuntimeMBean.suspend(int type)
Suspend a particular type of activity for this resource
adapter
|
void |
ConnectorServiceRuntimeMBean.suspend(int type,
Properties props)
Suspends the specified type of activity for all RAs
|
void |
ConnectorComponentRuntimeMBean.suspend(int type,
Properties props)
Suspends the specified type of activity for this resource
adapter
|
void |
ConnectorServiceRuntimeMBean.suspendAll()
Suspends all activities of all resource adapters.
|
void |
ConnectorComponentRuntimeMBean.suspendAll()
Resumes all activities of this resource adapter.
|
void |
ConnectorServiceRuntimeMBean.suspendAll(Properties props)
Suspends all activities of all resource adapters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceFailureException
Exception thrown by Service that has failed to initialize start or
suspend.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorCollectionException.addCollection(ErrorCollectionException exceptionCollection) |