Methods
|
|
|
|
__init__
|
__init__ ( self, app )
|
|
__repr__
|
__repr__ ( self )
|
|
__str__
|
__str__ ( self )
|
|
_getHostPortFromName
|
_getHostPortFromName ( self, name )
|
|
_getIndexFromName
|
_getIndexFromName ( self, name )
Exceptions
|
|
ValueError, "\"%s\" does not have a list index" %( name, )
|
|
|
delEntity
|
delEntity ( self, name )
|
|
getEntityType
|
getEntityType ( self )
|
|
getStaticEntity
|
getStaticEntity ( self, name )
|
|
listStaticEntities
|
listStaticEntities ( self )
|
|
listStaticNames
|
listStaticNames ( self )
|
|
nameConstraint
|
nameConstraint ( self, name )
Exceptions
|
|
roots.ConstraintViolation("Name %s is not a string" "in \"host:port\" format." %( repr( name ), ) )
|
|
|
reallyPutEntity
|
reallyPutEntity (
self,
name,
connector,
)
Adds a Connector to the Application.
|
|