Package com.anylogic.engine.connectivity
- java.lang.Object
- com.anylogic.engine.connectivity.ConnectivityBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Database
,DatabaseAccessor
public abstract class ConnectivityBase extends Object implements Serializable
Base class for all connectivity objects
- Author:
- AnyLogic North America, LLC https://anylogic.com
- See Also:
- Serialized Form
public final String getName()
Returns the name of this object
- Returns:
- the name of this object
public final void destroy()
Releases resources acquired by this object
Also destroys all not destroyed contributors associated with this object
Doest nothing if object is already destroyed
Also destroys all not destroyed contributors associated with this object
Doest nothing if object is already destroyed
public String toString()