mx4j.remote
public class MX4JRemoteUtils extends Object
Version: $Revision: 1.19 $
Method Summary | |
---|---|
static String | createConnectionID(String protocol, String callerAddress, int callerPort, Subject subject) |
static boolean | isTrulySerializable(Object object) |
static Map | removeNonSerializableEntries(Map map)
Returns a copy of the given Map that does not contain non-serializable entries |
static Object | subjectInvoke(Subject subject, Subject delegate, AccessControlContext context, Map environment, PrivilegedExceptionAction action) |