Raritan Computer CC-WSAPI-0B-v5.1.0-E Marine Radio User Manual


 
Appendix B: Web Services Development in Java
38
}
else
System.err.println( "Could not change node name
without the current and new names." );
try
{
port.signOff( user, session );
} catch (
security.service.webservice.bl.cc.raritan.com.Authent
icationAndAuthorizationException ex )
{
auth_exception_handler( ex, "signOff()" );
}
}
}