ICredentialBag.logoncred_profilename).Variant,
new JIString(ICredentialBag.logoncred_password).Variant,
new JIVariant(false), new JIVariant(true), new JIVariant(
false), new JIVariant(false), new JIString(
ICredentialBag.logoncred_profileinfo).Variant);
JXCdoAddressEntry user = new JXCdoAddressEntry(jxCdoSession,jxCdoSession.GetCurrentUser());
System.out.println("Current user: " + user.GetName().getObjectAsString().getString());
jxCdoSession.Logoff();
} catch (UnknownHostException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (JIException e) {