|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlyWeight | |
| com.sap.netweaver.bc.rf.common.content | Contains repository framework common interface for content. |
| com.sap.netweaver.bc.rf.common.lock | Contains repository framework common interface for locking. |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| com.sap.netweaver.bc.rf.common.property | Contains repository framework common interface for properties. |
| com.sap.netweaver.bc.rf.common.security | Contains repository framework common interface for security. |
| com.sap.netweaver.bc.rf.common.support | Contains repository framework common interface for supported options. |
| com.sap.netweaver.bc.rf.common.transaction | Contains repository framework common interface for transactions. |
| com.sap.netweaver.bc.rf.util.enum | Contains enumeration classes. |
| com.sap.netweaver.bc.rf.util.event | Contains eventing classes. |
| com.sap.netweaver.bc.rf.util.flyweight | Contains flyweight classes. |
| com.sap.netweaver.bc.rf.util.namespace | Contains name and namespace classes. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.common.content |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.common.content | |
class |
ContentMetadataType
Enumeration of content metadata tpyes. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.common.lock |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.common.lock | |
class |
LockDepthType
Definiton of different lock depths, i.e. whether this is a shallow or a deep lock. |
class |
LockKindType
Definiton of different lock kinds, i.e. whether this is a read or a write lock. |
class |
LockScopeType
Definiton of different lock scopes, i.e. whether this is a shared or an exclusive lock. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.common.namespace |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.common.namespace | |
class |
LinkType
Enumeration of link tpyes. |
class |
OrderMechanismType
Enumeration of types of mechanisms for ordered collections. |
class |
OrderPositionType
Enumeration of position types of ordered collection elements. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.common.property |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.common.property | |
class |
PropertyName
Class implementing a property name. |
class |
PropertyType
Enumeration of property tpyes. |
class |
PropertyUpdateType
Enumeration of property update types. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.common.security |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.common.security | |
class |
Permission
Class implementing permission. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.common.support |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.common.support | |
class |
SupportedOption
Base enumeration class of supported options of resources and repositories. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.common.transaction |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.common.transaction | |
class |
IsolationLevel
Enumeration of isolation levels. |
class |
Status
Enumeration of transaction states. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.util.enum |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.util.enum | |
class |
Enum
Abstract class implementing a type-safe enumeration. |
class |
EnumWithDescription
Abstract class extending a type-safe enumeration by a description. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.util.event |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.util.event | |
class |
ReceiverMode
Enumeration of event receiver modes. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.util.flyweight |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.util.flyweight | |
class |
FlyWeightWithDescription
Abstract class extending the flyweight pattern by a description. |
| Methods in com.sap.netweaver.bc.rf.util.flyweight that return FlyWeight | |
static FlyWeight |
FlyWeight.getFlyWeight(java.lang.Class flyWeightClass,
java.io.Serializable id)
Get flyweight instance by id of the given flyweight class. |
static FlyWeight |
FlyWeight.getFlyWeightInherited(java.lang.Class flyWeightClass,
java.io.Serializable id)
Get flyweight instance by id of the given flyweight class and all sub classes of that class. |
static FlyWeight |
FlyWeight.removeFlyWeight(java.lang.Class flyWeightClass,
java.io.Serializable id)
Remove flyweight instance by id of the given flyweight class. |
static FlyWeight |
FlyWeight.removeFlyWeightInherited(java.lang.Class flyWeightClass,
java.io.Serializable id)
Remove flyweight instance by id of the given flyweight class and all sub classes of that class. |
| Uses of FlyWeight in com.sap.netweaver.bc.rf.util.namespace |
| Subclasses of FlyWeight in com.sap.netweaver.bc.rf.util.namespace | |
class |
Name
Class implementing a namespace-qualified name with a namespace prefix. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||