Glacier::Router

Overview

interface Router
    extends 
	::Ice::Router

The Glacier router interface.

Operation Index

createSession

Create a session, or return a previously created session.

shutdown

Shutdown the router.

createSession

Session* createSession()
    throws
	NoSessionManagerException;

Create a session, or return a previously created session. The session is automatically shutdown when the Router terminates.

Return Value

A proxy to the session.

Exceptions

NoSessionManagerException

if there is no configured SessionManager.

shutdown

void shutdown();

Shutdown the router.