Ice Reference Documentation | ||
---|---|---|
<<< Previous | Properties | Next >>> |
Ice.Warn.Connections=num |
If num is set to a value larger than zero, Ice applications print warning messages for certain exceptional conditions in connections. The default value is 0.
Ice.Warn.Datagrams=num |
If num is set to a value larger than zero, servers print a warning message if they receive a datagram that exceeds the servers' receive buffer size. (Note that this condition is not detected by all UDP implementations -- some implementations silently drop received datagrams that are too large.) The default value is 0.
Ice.Warn.Dispatch=num |
If num is set to a value larger than zero, Ice applications print warning messages for certain exceptions that are raised while an incoming request is dispatched.
Ice.Warn.Endpoints=num |
If num is set to a value larger than zero, a warning is printed if a stringified proxy contains an endpoint that cannot be parsed. (For example, on versions of Ice that do not support SSL, stringified proxies containing SSL endpoints cause this warning.) The default value is 1.
Ice.Warn.AMICallback=num |
If num is set to a value larger than zero, warnings are printed if an AMI callback raises an exception. The default value is 1.
Ice.Warn.Leaks=num |
If num is set to a value larger than zero, the Ice::Communicator destructor prints a warning if some other Ice-related C++ objects are still in memory. The default value is 1. (C++ only.)
<<< Previous | Home | Next >>> |
Ice Trace Properties | Up | Ice Object Adapter Properties |