com.sun.sgs.impl.kernel
Class SystemIdentity

java.lang.Object
  extended by com.sun.sgs.impl.auth.IdentityImpl
      extended by com.sun.sgs.impl.kernel.SystemIdentity
All Implemented Interfaces:
Identity, Serializable

public class SystemIdentity
extends IdentityImpl

The system identity is pinned to the node it was created on and is not used for load balancing decisions.

See Also:
Serialized Form

Constructor Summary
SystemIdentity(String name)
          Creates an instance of SystemIdentity associated with the given name.
 
Method Summary
 
Methods inherited from class com.sun.sgs.impl.auth.IdentityImpl
equals, getName, hashCode, notifyLoggedIn, notifyLoggedOut, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemIdentity

public SystemIdentity(String name)
Creates an instance of SystemIdentity associated with the given name.

Parameters:
name - the name of this identity

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved