|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.attribute.impl.AttrObject
agg.attribute.impl.DistributionBroker
public class DistributionBroker
Mediator class for distribution purposes. Provides services for creating and maintaining of interface/local-relations between attribute tuples and contexts.
Field Summary |
---|
Fields inherited from class agg.attribute.impl.AttrObject |
---|
classHandlerExpr, classObject, classString, initialized |
Constructor Summary | |
---|---|
DistributionBroker()
|
Method Summary | |
---|---|
void |
connect(AttrContext interfaceContext,
AttrContext localContext)
Makes a context into an interface of another context. |
void |
connect(AttrInstance interfaceInstance,
AttrInstance localInstance)
Makes an instance tuple into an interface of another interface tuple. |
void |
connect(AttrType interfaceType,
AttrType localType)
Makes a type tuple into an interface of another type tuple. |
void |
disconnect(AttrContext interfaceContext,
AttrContext localContext)
Ends a context's role as an interface of another context. |
void |
disconnect(AttrInstance interfaceInstance,
AttrInstance localInstance)
Ends an instance tuple's role as an interface of another interface tuple. |
void |
disconnect(AttrType interfaceType,
AttrType localType)
Ends a type tuple's role as an interface of another type tuple. |
Methods inherited from class agg.attribute.impl.AttrObject |
---|
defaultToString, err, err, getInstRepr, log, log, log, logEnteredMethod, logPrintln, logPrintln, stdoutPrintOnEnter, stdoutPrintOnExit, toString, update, warn, warn, warn, warn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DistributionBroker()
Method Detail |
---|
public void connect(AttrType interfaceType, AttrType localType)
connect
in interface AttrDistributionBroker
public void disconnect(AttrType interfaceType, AttrType localType)
disconnect
in interface AttrDistributionBroker
public void connect(AttrInstance interfaceInstance, AttrInstance localInstance)
connect
in interface AttrDistributionBroker
public void disconnect(AttrInstance interfaceInstance, AttrInstance localInstance)
disconnect
in interface AttrDistributionBroker
public void connect(AttrContext interfaceContext, AttrContext localContext)
connect
in interface AttrDistributionBroker
public void disconnect(AttrContext interfaceContext, AttrContext localContext)
disconnect
in interface AttrDistributionBroker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |