|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionFactoryAdminInterface
The administrator's interface to a connection factory. This interface allows an adminstrator to manipulate a factory in ways that may affect all factory users. These manipulations include shutting the factory down and destroying the factory.
Method Summary | |
---|---|
void |
destroy()
Invalidate the factory and destroy all connections. |
java.util.logging.Logger |
getLogger()
Deprecated. all connection factory and connection activity is logged on loggers named com.sas.services.connection and
com.sas.iom.orb , respectively. The logger returned by this method
is not used by this factory. |
void |
shutdown()
Invalidate the factory, destroy all idle connections, and destroy other connections as they are returned to the factory. |
Method Detail |
---|
java.util.logging.Logger getLogger()
com.sas.services.connection
and
com.sas.iom.orb
, respectively. The logger returned by this method
is not used by this factory.
ConnectionFactoryManager.getFactoryLoggerName(cxfConfig)
from the logging package (e.g. java.util.logging
or
com.sas.services.logging
) used by this factory.
void shutdown()
void destroy()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |