|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Strategy | |
| com.novell.admin.ns | Provides interfaces and classes for administering namespaces through ConsoleOne. |
| com.novell.admin.ns.fs | Provides interfaces and classes for administering a file system namespace through ConsoleOne. |
| com.novell.admin.ns.fs.nw | Provides interfaces and classes for administering the NetWare file system namespace through ConsoleOne. |
| Uses of Strategy in com.novell.admin.ns |
| Subinterfaces of Strategy in com.novell.admin.ns | |
interface |
ValueStrategy
Contract for all strategy classes that support Value objects. |
| Classes in com.novell.admin.ns that implement Strategy | |
class |
BooleanStrategy
Final class that implements the strategy for the NDS boolean syntax. |
class |
HexStrategy
Final class that implements the strategy for the NDS OCTET_STRING syntax. |
class |
IntegerStrategy
Abstract class that may be extended for syntax strategies that use integer as the value type. |
class |
ListStrategy
Abstract class for all stategies that support value lists. |
class |
StreamStrategy
Base class that implements the strategies for most stream syntaxes. |
class |
StringStrategy
Abstract class which may be extended for syntax strategies that use String as the value type. |
class |
TimeStrategy
Final class that implements the strategy for most TIME syntaxes. |
| Methods in com.novell.admin.ns that return Strategy | |
Strategy |
Syntax.getStrategy()
Returns the strategy associated with this syntax. |
| Constructors in com.novell.admin.ns with parameters of type Strategy | |
Syntax.Syntax(java.lang.String name,
Strategy stgy,
int id)
Prototype constructor. |
|
| Uses of Strategy in com.novell.admin.ns.fs |
| Constructors in com.novell.admin.ns.fs with parameters of type Strategy | |
FSSyntax.FSSyntax(java.lang.String name,
Strategy strategy,
int id)
Constructor. |
|
| Uses of Strategy in com.novell.admin.ns.fs.nw |
| Classes in com.novell.admin.ns.fs.nw that implement Strategy | |
class |
DateNameStrategy
Final class that implements the strategy for the Date Name syntax. |
class |
DeletedFileInfoStrategy
Final class that implements the strategy for the Deleted File Information syntax. |
class |
DirectoryEntryInfoStrategy
Final class that implements the strategy for the Directory Entry Info syntax. |
class |
DirectorySpaceInfoStrategy
Final class that implements the strategy for the Directory Space Info syntax. |
class |
ExtendedAttributeStrategy
Final class that implements the strategy for the Extended Attribute syntax. |
class |
TrusteeStrategy
Final class that implements the strategy for the Trustee syntax. |
class |
VolumeInformationStrategy
Final class that implements the strategy for the Volume Information syntax. |
class |
VolumeRestrictionStrategy
Final class that implements the strategy for the Volume Restriction syntax. |
class |
VolumeUtilizationStrategy
Final class that implements the strategy for the Volume Utilization syntax. |
| Constructors in com.novell.admin.ns.fs.nw with parameters of type Strategy | |
NWFSSyntax.NWFSSyntax(java.lang.String name,
Strategy strategy,
int id)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||