public interface MXSessionImplFactory
Modifier and Type | Method and Description |
---|---|
MXSession |
getNewSession()
Always creates a new session and returns it.
|
MXSession |
getSession()
Returns one and only session for the current class loader.
|