public interface AutoWireObject extends AutoWireProperties
ENVIRONMENT_PROPERTIES_DIRECTORY
Modifier and Type | Method and Description |
---|---|
AutoWire[] |
getAutoWiring()
Obtains the
AutoWire instances that the
ManagedObjectSource is to provide auto-wiring. |
String |
getManagedObjectSourceClassName()
Obtains the
ManagedObjectSource class. |
ManagedObjectSourceWirer |
getManagedObjectSourceWirer()
Obtains the
ManagedObjectSourceWirer . |
long |
getTimeout()
Obtains the time-out for sourcing the
ManagedObject from the
ManagedObjectSource . |
void |
setTimeout(long timeout)
Specifies the time-out for sourcing the
ManagedObject from the
ManagedObjectSource . |
getProperties, loadProperties
addProperty
String getManagedObjectSourceClassName()
Obtains the ManagedObjectSource
class.
May be an alias.
ManagedObjectSource
class.ManagedObjectSourceWirer getManagedObjectSourceWirer()
ManagedObjectSourceWirer
.ManagedObjectSourceWirer
.AutoWire[] getAutoWiring()
AutoWire
instances that the
ManagedObjectSource
is to provide auto-wiring.AutoWire
instances that the ManagedObjectSource
is to provide auto-wiring.long getTimeout()
ManagedObject
from the
ManagedObjectSource
.ManagedObject
from the
ManagedObjectSource
.void setTimeout(long timeout)
ManagedObject
from the
ManagedObjectSource
.timeout
- Time-out for sourcing the ManagedObject
from the
ManagedObjectSource
.Copyright © 2005–2016. All rights reserved.