fabric.lang.security
Class Principal._Static._Impl

java.lang.Object
  extended by fabric.lang.Object._Impl
      extended by fabric.lang.security.Principal._Static._Impl
All Implemented Interfaces:
Object, Principal._Static, java.lang.Cloneable
Enclosing interface:
Principal._Static

public static class Principal._Static._Impl
extends Object._Impl
implements Principal._Static


Nested Class Summary
 
Nested classes/interfaces inherited from interface fabric.lang.security.Principal._Static
Principal._Static._Impl, Principal._Static._Proxy
 
Nested classes/interfaces inherited from interface fabric.lang.Object
Object._Static
 
Field Summary
 
Fields inherited from class fabric.lang.Object._Impl
$class, $history, $isOwned, $label, $numWaiting, $reader, $readMapEntry, $ref, $updateMapVersion, $version, $writeLockHolder, $writer
 
Constructor Summary
Principal._Static._Impl(Store store, Label label)
           
 
Method Summary
protected  Object._Proxy $makeProxy()
          Subclasses should override this method.
 
Methods inherited from class fabric.lang.Object._Impl
_npe, $copyAppStateFrom, $copyStateFrom, $forceRenumber, $getClass, $getOnum, $getProxy, $getStore, $getVersion, $readRef, $serialize, $unwrap, $writeInline, $writeRef, clone, createStatistics, equals, equals, fetch, get$label, hashCode, idEquals, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fabric.lang.Object
$forceRenumber, $getOnum, $getProxy, $getStore, $unwrap, createStatistics, equals, fetch, get$label, idEquals
 

Constructor Detail

Principal._Static._Impl

public Principal._Static._Impl(Store store,
                               Label label)
                        throws UnreachableNodeException
Throws:
UnreachableNodeException
Method Detail

$makeProxy

protected Object._Proxy $makeProxy()
Description copied from class: Object._Impl
Subclasses should override this method.

Overrides:
$makeProxy in class Object._Impl