| com.versant.core.jdo.PMFServer
Method Summary | |
public void | close() Close this server releasing all resources. | public void | init(VersantPMFInternal pmf) Initialize to accept connections for the pmf. | public void | start() Start accepting connections. |
close | public void close()(Code) | | Close this server releasing all resources.
|
init | public void init(VersantPMFInternal pmf)(Code) | | Initialize to accept connections for the pmf. This is not called on
PMFServer's added to an existing PMF.
|
start | public void start() throws Exception(Code) | | Start accepting connections. This is not called on
PMFServer's added to an existing PMF.
|
|
|