Hitachi

JP1 Version 12 JP1/Navigation Platform Development Guide


5.7 IUCNPSession (session information use interface)

This interface is used for using session information.

You can acquire an instance of this interface from the HttpSession object by using the following code:

IUCNPSession ucnpSession = (IUCNPSession)session.getAttribute("ucnp.session");

Note that you can acquire the instance of the IUCNPSession interface only when you are logged in. If you are not logged in, the ucnpSession variable in the above code is set to null.

Package

package jp.co.hitachi.soft.ucnp.base.portlet;

Format

public interface IUCNPSession

Method

Organization of this section