Serialized Form


Package com.sas.iom

Class com.sas.iom.InputStreamHeader implements Serializable

Serialized Fields

_inputStream

InputStream _inputStream

Class com.sas.iom.OutputStreamHeader implements Serializable

Serialized Fields

_outputStream

OutputStream _outputStream

Class com.sas.iom.WorkspaceFactory implements Serializable

Serialized Fields

cookie

WorkspacePoolCookie cookie

closeContext

boolean closeContext

Class com.sas.iom.WorkspaceFactoryException implements Serializable

Class com.sas.iom.WorkspacePoolException implements Serializable


Package com.sas.net.brg.orb


Package com.sas.rio

Class com.sas.rio.Column implements Serializable

Serialized Fields

columnName

String columnName

columnLabel

String columnLabel

columnType

int columnType

columnTypeName

String columnTypeName

columnLength

int columnLength

columnFormatName

String columnFormatName

columnFormatLength

int columnFormatLength

columnFormatWidth

int columnFormatWidth

columnFormatDecimal

int columnFormatDecimal

columnInformatName

String columnInformatName

columnInformatLength

int columnInformatLength

columnInformatWidth

int columnInformatWidth

columnInformatDecimal

int columnInformatDecimal

vendorCode

int vendorCode

messageIndex

String messageIndex

m_errorMsg

String m_errorMsg

Class com.sas.rio.RIOException implements Serializable

Serialized Fields

code

int code


Package com.sas.services

Class com.sas.services.AbstractServiceAttribute implements Serializable

Class com.sas.services.DefaultEntityKeyImpl implements Serializable

Serialized Fields

_entityKey

String _entityKey
An entity ID that's unique across all JVMs.

Class com.sas.services.IllegalServiceStateException implements Serializable

Class com.sas.services.InitializationException implements Serializable

Class com.sas.services.ParseException implements Serializable

Class com.sas.services.QuiesceException implements Serializable

Class com.sas.services.ServiceConfiguration implements Serializable

Serialized Fields

_map

Map _map
Configurations stored in this map must be serializable.

Class com.sas.services.ServiceConfigurationException implements Serializable

Class com.sas.services.ServiceException implements Serializable

Class com.sas.services.ServiceInitializationObject implements Serializable

Serialized Fields

_initializationObject

Object _initializationObject
The service's initialization data.

Class com.sas.services.ServiceProxy implements Serializable

Serialized Fields

_id

String _id
ID

_service

RemoteServiceInterface _service
Foundation service implementation that will be either a local object reference or a stub to a remote object. This object is a proxy to this service.

_serviceId

String _serviceId
The foundation service's entity ID which is a unique runtime ID.

_rmtServiceCreationTime

long _rmtServiceCreationTime
Time at which the remote service was created. This attribute is not used when the proxy is defined for a local service since we can directly obtain the creation time from the local service.

_rmtServiceConfiguration

ServiceConfigurationInterface _rmtServiceConfiguration
A remote service's configuration. This attribute is only defined if the proxy is defined for a remote service. The service configuration is defined at the time a service is constructed and not alterable, therefore we'll cache this configuration to eliminate the need to make a stub call to obtain it.

_rmtMetadataSource

MetadataSourceInterface _rmtMetadataSource
The metadata source used to deploy this remote service or null if this is a local service.

_isDestroyed

boolean _isDestroyed
Flag indicating that this proxy has been destroyed and should not be used.

_serviceTemplate

ServiceTemplate _serviceTemplate
The service discovery template for the service.

Class com.sas.services.ServiceState implements Serializable

Serialized Fields

_serviceState

short _serviceState
Service's state which is initialized to ServiceState.SERVICE_STATE_UNINITIALIZED

Class com.sas.services.SyntaxException implements Serializable

Class com.sas.services.TransportException implements Serializable


Package com.sas.services.connection

Class com.sas.services.connection.BridgeServer implements Serializable

Serialized Fields

encryptionPolicy

String encryptionPolicy

encryptionContent

String encryptionContent

origEncryptionAlgorithms

String origEncryptionAlgorithms

normEncryptionAlgorithms

String normEncryptionAlgorithms

Class com.sas.services.connection.Cluster implements Serializable

Serialized Fields

servers

Server[] servers

classID

String classID

domain

String domain

maxClients

int maxClients

serverIndex

int serverIndex

Class com.sas.services.connection.ConnectionFactoryException implements Serializable

Class com.sas.services.connection.ConnectionTimeoutException implements Serializable

Class com.sas.services.connection.Credential implements Serializable

Serialized Fields

domain

String domain

Class com.sas.services.connection.FailoverCluster implements Serializable

Class com.sas.services.connection.FatalConnectionFactoryException implements Serializable

Class com.sas.services.connection.LoadBalancingCluster implements Serializable

Class com.sas.services.connection.LoginException implements Serializable

Class com.sas.services.connection.PasswordCredential implements Serializable

Serialized Fields

userName

String userName

password

String password

Class com.sas.services.connection.Puddle implements Serializable

Serialized Fields

clusters

Cluster[] clusters

serverCredential

Credential serverCredential

minSize

int minSize

minAvail

int minAvail

userCredentials

Set userCredentials

users

Set users

puddleID

String puddleID

puddleName

String puddleName

classID

String classID

Class com.sas.services.connection.Server implements Serializable

Serialized Fields

origClassID

String origClassID

normClassID

String normClassID

maxClients

int maxClients

reactivationLimit

int reactivationLimit

shutdownAfterMinutes

int shutdownAfterMinutes

domain

String domain

Class com.sas.services.connection.TCPIPServer implements Serializable

Serialized Fields

origHost

String origHost

normHost

String normHost

port

int port


Package com.sas.services.connection.platform


Package com.sas.services.deployment

Class com.sas.services.deployment.AbstractMetadataSource implements Serializable

Serialized Fields

_softwareComponentName

String _softwareComponentName
The name of an application's foundation service deployment This corresponds to the name of the metadata SoftwareComponent that serves as the root element for service deployment metadata belonging to an application.

_serviceDeploymentGroups

Set _serviceDeploymentGroups
Set of String elements containing 0..* names foundation service deployment groups that are to be deployed. Each element corresponds to the Name attribute of a metadata Tree representing a collection of foundation services under a given SoftwareComponent. If no names are specified then no restriction is applied and all groups are deployed.

_isOKToClose

boolean _isOKToClose
Whether or not this metadata source can be closed by the service loader once it no longer needs it.

Class com.sas.services.deployment.DeployableService implements Serializable

Serialized Fields

_id

String _id
An ID that uniquely identifies this service. This is typically a repository ID.

_factory

Class _factory
A fully qualified Java class name for a service factory that implements ServiceFactoryInterface. This factory will be used to obtain the service via its RemoteServiceInterface getService(ServiceConfigurationInterface) method.

_dependencies

Set _dependencies
A set of 0..* IDs of other services that must be deployed prior to deploying this service. Each element of the set will be a String element.

_configuration

ServiceConfigurationInterface _configuration
A service configuration that's used to initialize a service.

Class com.sas.services.deployment.MetadataSourceConfiguration implements Serializable

Serialized Fields

_metadataSource

MetadataSourceInterface _metadataSource
Metadata source.

Class com.sas.services.deployment.OMRMetadataSource implements Serializable

Serialized Fields

_serverHost

String _serverHost
Host on which SAS Metadata Server is running.

_serverPort

String _serverPort
Port number on which SAS Metadata Server is listening.

_repositoryName

String _repositoryName
SAS Metadata Server repository's name.

_repositoryId

String _repositoryId
SAS Metadata Server repository's ID. This value may be queried from the metadata server using the repository's name.

Class com.sas.services.deployment.RMIBinding implements Serializable

Serialized Fields

_bindName

String _bindName
Name used to bind the RMI remote/activatable object in the rmiregistry.

_registerWithRMI

boolean _registerWithRMI
Whether or not to bind the remote to the rmiregistry.

_bindingType

short _bindingType
RMI binding type.

_rmiConfiguration

RMIConfiguration _rmiConfiguration
RMI configuration describing lookup info for the rmiregistry's host/port.

Class com.sas.services.deployment.RMIConfiguration implements Serializable

Serialized Fields

_id

String _id
RMI configuration's ID. This is a value used to distinguish between various RMI configurations in a deployment configuration.

_host

String _host
rmiregistry host.

_port

int _port
rmiregistry port.

Class com.sas.services.deployment.RMIDeployableService implements Serializable

Serialized Fields

_rmiBindings

Set _rmiBindings
RMI bindings used to associate a remote object to an RMI registry.

_deployedService

RemoteServiceInterface _deployedService
The service that was either looked in an RMI registry or instantiated and registered via a bind or rebind.

Class com.sas.services.deployment.ServiceDeploymentImportException implements Serializable

Class com.sas.services.deployment.ServiceLookupFailedException implements Serializable

Serialized Fields

_deployableServices

DeployableService[] _deployableServices
Set of services which weren't found when the lookup request was processed.

Class com.sas.services.deployment.ServicesDeploymentEvent implements Serializable

Serialized Fields

_servicesDeploymentState

int _servicesDeploymentState
The current deployment state.

Class com.sas.services.deployment.URLMetadataSource implements Serializable

Serialized Fields

_url

URL _url
URL from which the metadata will be read. An alternative source to an input stream.


Package com.sas.services.discovery

Class com.sas.services.discovery.DiscoveryServiceConfiguration implements Serializable

Class com.sas.services.discovery.IdAttribute implements Serializable

Serialized Fields

id

String id
An ID associated with a service.

idType

String idType
An additional attribute that may be used in the event that multiple IdAttribute objects are being used to represent different ids.

Class com.sas.services.discovery.IsRemotelyAccessibleAttribute implements Serializable

Serialized Fields

isRemotelyAccessible

Boolean isRemotelyAccessible
An ID associated with a service.

Class com.sas.services.discovery.MetadataAttribute implements Serializable

Serialized Fields

elementType

String elementType
The metadata element's type (i.e. "SoftwareComponent", "DeployedComponent") or null if unspecified.

id

String id
The metadata element's id (i.e. "A5K2EL3N.B000000B") or null if unspecified.

name

String name
The metadata element's name.

classIdentifier

String classIdentifier
The metadata element's class identifier.

Class com.sas.services.discovery.RemoteDiscoveryServiceProxy implements Serializable

Class com.sas.services.discovery.ServiceDiscoveryConfiguration implements Serializable

Serialized Fields

_serviceFactory

String _serviceFactory
Service's factory. This is the fully qualified name of a Java class that implements com.sas.services.ServiceFactoryInterface.

_isDelegateRegistrationEnabled

boolean _isDelegateRegistrationEnabled
Whether or not the service should be exposed to clients operating in other JVMs via discovery service delegates.

_discoveryId

String _discoveryId
Service's discovery ID. This ID is used to uniquely distinguish services available through the Discovery service. It provides the capabability for another service to re-locate a previously discovered service via its service discovery ID. This ID is unique across multiple JVMs.

_repositoryId

String _repositoryId
An ID used to represent this deployable software component in a repository.

_serviceTypes

Class[] _serviceTypes
Class(es) the service is, extends, or implements. These classes define the supported service types by which the service can be discovered.

_serviceAttributes

ServiceAttributeInterface[] _serviceAttributes
When a service is registered with the discovery service, one may optionally associate service attribute entries with it. These service attributes are used to specify additional information about a service so that a service may be discovered by not only its service types, but also criteria specified in these attributes.

_rmiBindings

Set _rmiBindings
RMI bindings that associate a service with an RMI registry.

Class com.sas.services.discovery.ServiceGroupAttribute implements Serializable

Serialized Fields

group

String group
Name of a runtime group of services.

Class com.sas.services.discovery.ServiceNotAvailableException implements Serializable

Serialized Fields

_serviceTemplate

ServiceTemplate _serviceTemplate
Service template that was sought, but not available.

Class com.sas.services.discovery.Services implements Serializable

Serialized Fields

_services

Set _services
Set of services.

Class com.sas.services.discovery.ServicesCache implements Serializable

Serialized Fields

_localServices

Set _localServices
A collection of services that exist locally in this process.

_remoteServices

Set _remoteServices
A collection of services that exist remote to this process.

Class com.sas.services.discovery.ServiceTemplate implements Serializable

Serialized Fields

_serviceTypes

ServiceTypes _serviceTypes
Service types that a service is, extends, or implements.

_serviceAttributes

ServiceAttributeInterface[] _serviceAttributes
Optional attributes that may be used to distinguish among services that satisfy the same service type(s).

_requestPassport

PassportInterface _requestPassport
As this service template is passed to discovery services this passport will be stamped with the entity key IDs for each discovery service that processes the service request. It is intended for use in ensuring that a discovery service only processes a request one.

Class com.sas.services.discovery.ServiceTypes implements Serializable

Serialized Fields

_classesOrInterfaces

Class[] _classesOrInterfaces
The interfaces implemented by the service.

_classes

Set _classes
Classes extended by a service.

_interfaces

Set _interfaces
Interfaces implemented by a service.


Package com.sas.services.events.broker

Class com.sas.services.events.broker.InvalidEventTypeException implements Serializable

Class com.sas.services.events.broker.MessageBodyConversionException implements Serializable

Class com.sas.services.events.broker.SecurityContext implements Serializable

Serialized Fields

_userName

String _userName

_userPW

String _userPW

_domain

String _domain

_sc

SessionContextInterface _sc

_scLock

Object _scLock

_uc

UserContextInterface _uc

_runAsIdentity

int _runAsIdentity


Package com.sas.services.events.broker.flowengine

Class com.sas.services.events.broker.flowengine.InvalidOutputException implements Serializable

Class com.sas.services.events.broker.flowengine.ProcessNodeException implements Serializable


Package com.sas.services.events.broker.monitor


Package com.sas.services.events.discovery


Package com.sas.services.information

Class com.sas.services.information.AutoConnectException implements Serializable

Class com.sas.services.information.DAVChildRepository implements Serializable

Serialized Fields

_parentCache

RepositoryCache _parentCache

_parent

DAVRepositoryInterface _parent

Class com.sas.services.information.DAVRepository implements Serializable

Serialized Fields

https

boolean https

_factory

Factory _factory

_person

PersonInterface _person

_user

UserContextInterface _user

_domain

String _domain

_host

String _host

_port

int _port

_isName

String _isName

_rootURL

URL _rootURL

_rootpw

String _rootpw

_rootid

String _rootid

_DAVServer

String _DAVServer

_defaultBase

String _defaultBase

_trackedObjects

HashMap _trackedObjects

_listeners

List _listeners

_supportsACL

boolean _supportsACL

_supportsSEARCH

boolean _supportsSEARCH

_logService

LoggingServiceInterface _logService

_uniqueId

String _uniqueId

_resourceMutex

EDU.oswego.cs.dl.util.concurrent.Mutex _resourceMutex

_pr

PersonalRepositoryInterface _pr

userBase

String userBase

_factoryMap

Map _factoryMap

sharedResource

SharedResourceInterface sharedResource

Class com.sas.services.information.FactoryAction implements Serializable

Serialized Fields

_filter

String _filter

_actionType

String _actionType
The action's type. Currently the following types are supported:

_actionClassName

String _actionClassName
Action's fully qualified class name.

_actionMethodName

String _actionMethodName
Action's method name or null if undefined.

Class com.sas.services.information.FactoryClassException implements Serializable

Class com.sas.services.information.FactoryException implements Serializable

Serialized Fields

_repositoryId

String _repositoryId

_repositoryType

String _repositoryType

Class com.sas.services.information.Filter implements Serializable

Serialized Fields

_component

FilterComponent _component
The component to filter on. Since components can contain components, this can still be a complex filter.

_type

String _type

_name

String _name

_template

String _template

_option

String _option

_reposid

String _reposid

_base

String _base

_DAVbase

String _DAVbase

_scope

int _scope

_DAVscope

int _DAVscope

_flags

int _flags

Class com.sas.services.information.FilterComponent implements Serializable

Serialized Fields

_relation

int _relation

_aggregation

int _aggregation

_key

String _key

_value

String _value

_elements

ArrayList _elements

Class com.sas.services.information.InformationServiceProxy implements Serializable

Class com.sas.services.information.ItemAlreadyExistsException implements Serializable

Class com.sas.services.information.LdapChildRepository implements Serializable

Serialized Fields

_parentCache

RepositoryCache _parentCache

_parent

LdapRepositoryInterface _parent

Class com.sas.services.information.LdapRepository implements Serializable

Serialized Fields

_url

String _url

_domain

String _domain

_host

String _host

_defaultBase

String _defaultBase

_isName

String _isName

_portInt

int _portInt

_ctx

InitialDirContext _ctx

_env

Hashtable _env

_logger

LoggerInterface _logger

_roots

ArrayList _roots

_person

PersonInterface _person

_factory

Factory _factory

_trackedObjects

HashMap _trackedObjects

_cache

RepositoryCache _cache

_user

UserContextInterface _user

_listeners

ArrayList _listeners

_isDestroyed

boolean _isDestroyed

_uniqueId

String _uniqueId

_factoryMap

Map _factoryMap

Class com.sas.services.information.MetadataChangeEvent implements Serializable

Serialized Fields

_url

String _url

_repositoryId

String _repositoryId

Class com.sas.services.information.OMIChildRepository implements Serializable

Serialized Fields

_parent

OMIRepositoryInterface _parent

Class com.sas.services.information.OMIRepository implements Serializable

Serialized Fields

_domain

String _domain

_url

String _url

_host

String _host

_principal

String _principal

_password

String _password

_defaultRepository

String _defaultRepository

_defaultName

String _defaultName

_isName

String _isName

_portInt

int _portInt

_mdfactory

MdFactoryImpl _mdfactory

_mdstore

MdObjectStore _mdstore

_iSecurity

com.sas.meta.SASOMI.ISecurity _iSecurity

_logger

LoggerInterface _logger

_person

PersonInterface _person

_factory

Factory _factory

_trackedObjects

HashMap _trackedObjects

_cache

RepositoryCache _cache

_user

UserContextInterface _user

_isConnected

boolean _isConnected

_connectionIsMine

boolean _connectionIsMine

_repositories

HashMap _repositories

_bipRoot

SoftwareComponent _bipRoot

_listeners

ArrayList _listeners

_childnum

int _childnum

_isDestroyed

boolean _isDestroyed

_subNum

String _subNum

_loggerIsMine

boolean _loggerIsMine

_reconnecting

boolean _reconnecting

_refreshCache

boolean _refreshCache

_myType

String _myType

children

List children

parents

List parents

projectRepositories

List projectRepositories

_mdObjectFactoryListener

MdObjectFactoryListener _mdObjectFactoryListener

_uniqueId

String _uniqueId

_folderItemRefreshInterval

long _folderItemRefreshInterval

_folderSubfolderRefreshInterval

long _folderSubfolderRefreshInterval

_metadataParentRefreshInterval

long _metadataParentRefreshInterval

_myHelper

com.sas.services.information.OMIRepository.SmartTypeHelper _myHelper

Class com.sas.services.information.PartialFolderResultsException implements Serializable

Class com.sas.services.information.PartialListResultsException implements Serializable

Class com.sas.services.information.PartialResultsException implements Serializable

Serialized Fields

_payload

Object _payload

_exceptions

ArrayList _exceptions

Class com.sas.services.information.RepositoryDef implements Serializable

Serialized Fields

_host

String _host

_port

String _port

_domain

String _domain

_base

String _base

_protocol

String _protocol

_description

String _description

_name

String _name

_auto

boolean _auto

_proxy

String _proxy

_isSecure

boolean _isSecure

Class com.sas.services.information.RepositoryEvent implements Serializable

Serialized Fields

_repository

RepositoryInterface _repository

_event

int _event

Class com.sas.services.information.RepositoryGroup implements Serializable

Serialized Fields

_name

String _name

_description

String _description

_groupNames

List _groupNames

_writable

boolean _writable


Package com.sas.services.information.browse

Class com.sas.services.information.browse.BrowseMetadata implements Serializable

Serialized Fields

_rawData

Map _rawData


Package com.sas.services.information.metadata

Class com.sas.services.information.metadata.AllUsersIdentity implements Serializable

Class com.sas.services.information.metadata.Attachment implements Serializable

Serialized Fields

_name

String _name

_description

String _description

_mimeType

String _mimeType

_content

InputStream _content

Class com.sas.services.information.metadata.AuthenticatedIdentity implements Serializable

Class com.sas.services.information.metadata.AuthorFilter implements Serializable

Class com.sas.services.information.metadata.ChannelFilter implements Serializable

Serialized Fields

_name

String _name

_subject

String _subject

_subscriber

String _subscriber

Class com.sas.services.information.metadata.Comment implements Serializable

Serialized Fields

_author

String _author

_timestamp

long _timestamp

_text

String _text

_private

boolean _private

_attachments

ArrayList _attachments

Class com.sas.services.information.metadata.CommentFilter implements Serializable

Serialized Fields

_modifier

int _modifier

_rangeField

int _rangeField

n_lower

long n_lower

n_upper

long n_upper

c_lower

String c_lower

c_upper

String c_upper

Class com.sas.services.information.metadata.Content implements Serializable

Class com.sas.services.information.metadata.ContentDestination implements Serializable

Serialized Fields

_relativePath

String _relativePath

_basePath

String _basePath

_server

ServerInterface _server

_directory

DirectoryInterface _directory

_basePathDirectory

DirectoryInterface _basePathDirectory

Class com.sas.services.information.metadata.ContentFilter implements Serializable

Serialized Fields

_name

String _name

Class com.sas.services.information.metadata.ContentSubscriberFilter implements Serializable

Serialized Fields

_isQueryingAssociations

boolean _isQueryingAssociations
Whether or not the query should query associated objects in addition to attributes.

_person

PersonInterface _person

Class com.sas.services.information.metadata.DAVAccessControlEntry implements Serializable

Serialized Fields

_principal

IdentityInterface _principal

_permissions

List _permissions

_inherited

boolean _inherited

_protected

boolean _protected

_inheritedfrom

String _inheritedfrom

Class com.sas.services.information.metadata.DavEvent implements Serializable

Class com.sas.services.information.metadata.DavPerson implements Serializable

Class com.sas.services.information.metadata.EventSubscriberFilter implements Serializable

Serialized Fields

_person

PersonInterface _person

Class com.sas.services.information.metadata.FilteredFolder implements Serializable

Serialized Fields

parent

FilteredFolderInterface parent

realFolder

FolderInterface realFolder

subFolders

ArrayList subFolders

items

ArrayList items

Class com.sas.services.information.metadata.FilteredRepository implements Serializable

Class com.sas.services.information.metadata.Folder implements Serializable

Serialized Fields

_itemRefreshTime

long _itemRefreshTime

_subfolderRefreshTime

long _subfolderRefreshTime

_myItemRefreshInterval

long _myItemRefreshInterval

_myFolderRefreshInterval

long _myFolderRefreshInterval

Class com.sas.services.information.metadata.GuidFilter implements Serializable

Serialized Fields

_guid

String _guid

Class com.sas.services.information.metadata.HttpServerFilter implements Serializable

Serialized Fields

_domain

String _domain

Class com.sas.services.information.metadata.KeywordFilter implements Serializable

Serialized Fields

_keywords

ArrayList _keywords
The list of keywords to search for.

Class com.sas.services.information.metadata.LdapChannel implements Serializable

Class com.sas.services.information.metadata.LdapContentSubscriber implements Serializable

Class com.sas.services.information.metadata.LdapDirectory implements Serializable

Class com.sas.services.information.metadata.LdapEventSubscriber implements Serializable

Class com.sas.services.information.metadata.LdapFtpServer implements Serializable

Class com.sas.services.information.metadata.LdapGroup implements Serializable

Class com.sas.services.information.metadata.LdapHttpServer implements Serializable

Class com.sas.services.information.metadata.LdapLogicalServer implements Serializable

Serialized Fields

_servers

ArrayList _servers

_serviceType

String _serviceType

Class com.sas.services.information.metadata.LdapLogin implements Serializable

Class com.sas.services.information.metadata.LdapPerson implements Serializable

Serialized Fields

groupList

ArrayList groupList

Class com.sas.services.information.metadata.LdapServer implements Serializable

Class com.sas.services.information.metadata.LdapSubscriber implements Serializable

Class com.sas.services.information.metadata.Metadata implements Serializable

Serialized Fields

_trackingId

int _trackingId

_repositoryFlag

int _repositoryFlag

_repositoryObject

Object _repositoryObject

_repository

RepositoryInterface _repository

_transactionListeners

ArrayList _transactionListeners

_children

ArrayList _children

_treeRefreshTime

long _treeRefreshTime

_myRefreshInterval

long _myRefreshInterval

_omrCreateDate

Date _omrCreateDate

_omrModifyDate

Date _omrModifyDate

Class com.sas.services.information.metadata.MyDocuments implements Serializable

Class com.sas.services.information.metadata.MyInbox implements Serializable

Class com.sas.services.information.metadata.MyResults implements Serializable

Class com.sas.services.information.metadata.OMRAccessControlEntry implements Serializable

Class com.sas.services.information.metadata.OMRChannel implements Serializable

Serialized Fields

_refreshSubscribers

boolean _refreshSubscribers

_refreshPackages

boolean _refreshPackages

_refreshGroups

boolean _refreshGroups

Class com.sas.services.information.metadata.OMRConfigurationTextStore implements Serializable

Serialized Fields

_dirty

boolean _dirty

_enumerationItems

List _enumerationItems

_isOthersAllowedSet

boolean _isOthersAllowedSet

_isOthersAllowed

boolean _isOthersAllowed

_integerMinimumSet

boolean _integerMinimumSet

_integerMinimum

int _integerMinimum

_integerMaximumSet

boolean _integerMaximumSet

_integerMaximum

int _integerMaximum

_integerIncrementSet

boolean _integerIncrementSet

_integerIncrement

int _integerIncrement

_numericMinimumSet

boolean _numericMinimumSet

_numericMinimum

Number _numericMinimum

_numericMinimumExclusive

boolean _numericMinimumExclusive

_numericMaximumSet

boolean _numericMaximumSet

_numericMaximum

Number _numericMaximum

_numericMaximumExclusive

boolean _numericMaximumExclusive

_numericIncrementSet

boolean _numericIncrementSet

_numericIncrement

Number _numericIncrement

_stringLengthMinimumSet

boolean _stringLengthMinimumSet

_stringLengthMinimum

int _stringLengthMinimum

_stringLengthMaximumSet

boolean _stringLengthMaximumSet

_stringLengthMaximum

int _stringLengthMaximum

_parsed

boolean _parsed

Class com.sas.services.information.metadata.OMRContentSubscriber implements Serializable

Class com.sas.services.information.metadata.OMRDirectory implements Serializable

Class com.sas.services.information.metadata.OMREventSubscriber implements Serializable

Class com.sas.services.information.metadata.OMRExtension implements Serializable

Class com.sas.services.information.metadata.OMRFtpServer implements Serializable

Class com.sas.services.information.metadata.OMRGroup implements Serializable

Serialized Fields

got_dependents

boolean got_dependents

Class com.sas.services.information.metadata.OMRHttpServer implements Serializable

Class com.sas.services.information.metadata.OMRIdentityGroup implements Serializable

Class com.sas.services.information.metadata.OMRLogicalServer implements Serializable

Class com.sas.services.information.metadata.OMRLogin implements Serializable

Class com.sas.services.information.metadata.OMRPerson implements Serializable

Class com.sas.services.information.metadata.OMRProperty implements Serializable

Class com.sas.services.information.metadata.OMRPropertySet implements Serializable

Class com.sas.services.information.metadata.OMRRole implements Serializable

Class com.sas.services.information.metadata.OMRServer implements Serializable

Class com.sas.services.information.metadata.OMRServerComponent implements Serializable

Class com.sas.services.information.metadata.OMRServerContext implements Serializable

Class com.sas.services.information.metadata.OMRSubscriber implements Serializable

Serialized Fields

_refreshChannels

boolean _refreshChannels

Class com.sas.services.information.metadata.OMRTextStore implements Serializable

Class com.sas.services.information.metadata.PathUrl implements Serializable

Serialized Fields

_isWritable

boolean _isWritable

_repository

String _repository

_rootTree

String _rootTree

_path

String _path

_name

String _name

_type

String _type

Class com.sas.services.information.metadata.PersonalRepository implements Serializable

Serialized Fields

rootFolder

DAVFolder rootFolder

applFolder

DAVFolder applFolder

applList

Map applList

Class com.sas.services.information.metadata.PersonFilter implements Serializable

Serialized Fields

_relation

int _relation

Class com.sas.services.information.metadata.PropertyIdentity implements Serializable

Serialized Fields

_property

String _property

_nsURI

String _nsURI

Class com.sas.services.information.metadata.ReferenceIdentity implements Serializable

Serialized Fields

_href

String _href

Class com.sas.services.information.metadata.Remarks implements Serializable

Serialized Fields

_owner

String _owner

_topic

String _topic

_started

long _started

remarksData

DAVRemarks remarksData

referrals

Set referrals

Class com.sas.services.information.metadata.RemarksFilter implements Serializable

Serialized Fields

_name

String _name

_threadId

String _threadId

Class com.sas.services.information.metadata.SelfIdentity implements Serializable

Class com.sas.services.information.metadata.ServerFilter implements Serializable

Serialized Fields

_type

int _type

Class com.sas.services.information.metadata.SubscriberFilter implements Serializable

Serialized Fields

_person

PersonInterface _person

Class com.sas.services.information.metadata.UnauthenticatedIdentity implements Serializable

Class com.sas.services.information.metadata.VirtualMetadata implements Serializable


Package com.sas.services.information.metadata.dav

Class com.sas.services.information.metadata.dav.DAVApplitem implements Serializable

Class com.sas.services.information.metadata.dav.DAVBinarypackage implements Serializable

Class com.sas.services.information.metadata.dav.DAVEntity implements Serializable

Serialized Fields

_properties

Map _properties

_schemaProperties

Map _schemaProperties

_repos

RepositoryInterface _repos

_resource

DAVResource _resource

_name

String _name

_fullUrl

String _fullUrl

_reposId

String _reposId

content

byte[] content

_acl

String _acl
A serialized XML string from the ACL property on the resource

aclList

List aclList
A list containing the access control entries from the ACL property on the resource. This format is easier to manipulate and is then converted to and from the serialized XML string when necessary

_hasACLUpdates

boolean _hasACLUpdates
Indicator for when this entity has some updates to the access control list for this resource

_ACLstatus

int _ACLstatus
Keeps the status of the AC information on this entity. Could be UNSET, LOCAL or STORE

hasBeenFetched

boolean hasBeenFetched

_nameAttribute

String _nameAttribute

_descAttribute

String _descAttribute

_objectClass

String _objectClass

_setUpdates

HashMap _setUpdates

_removeUpdates

HashMap _removeUpdates

_contentClass

String _contentClass

_isDeleted

boolean _isDeleted

Class com.sas.services.information.metadata.dav.DAVEvent implements Serializable

Serialized Fields

parseDone

boolean parseDone

Class com.sas.services.information.metadata.dav.DAVFolder implements Serializable

Serialized Fields

structureStatus

int structureStatus

_items

Map _items

Class com.sas.services.information.metadata.dav.DAVItem implements Serializable

Serialized Fields

_contentType

String _contentType

_contentsFile

File _contentsFile

_contents

byte[] _contents

_contentsStatus

int _contentsStatus

Class com.sas.services.information.metadata.dav.DAVPackage implements Serializable

Class com.sas.services.information.metadata.dav.DAVPackageevent implements Serializable

Class com.sas.services.information.metadata.dav.DAVPerson implements Serializable

Class com.sas.services.information.metadata.dav.DAVPersonalrepository implements Serializable

Class com.sas.services.information.metadata.dav.DAVProfile implements Serializable

Class com.sas.services.information.metadata.dav.DAVRemarks implements Serializable

Class com.sas.services.information.metadata.dav.DAVStoredprocessalert implements Serializable


Package com.sas.services.information.util

Class com.sas.services.information.util.ISEntityKey implements Serializable

Serialized Fields

_smartType

String _smartType

_protocol

String _protocol

_repository

String _repository

_repositoryKey

String _repositoryKey

Class com.sas.services.information.util.OMRRepositoryKey implements Serializable

Serialized Fields

_type

String _type

_id

String _id

_repository

String _repository


Package com.sas.services.logging


Package com.sas.services.mgmt

Class com.sas.services.mgmt.ServiceEvent implements Serializable

Serialized Fields

_notificationType

String _notificationType
The type of event notification.

_serviceEntityId

String _serviceEntityId
Service's entity ID.

_message

String _message
Optional message describing the notification event.

_userData

Serializable _userData
Optional user data that was originally provided at the time a service listener was registered.

Class com.sas.services.mgmt.ServiceNotificationBroadcaster implements Serializable

Serialized Fields

_observers

List _observers

Class com.sas.services.mgmt.ServiceRemoteObserver implements Serializable


Package com.sas.services.publish

Class com.sas.services.publish.AbstractEntry implements Serializable

Serialized Fields

_description

String _description

_namevalues

AttributeMapInterface _namevalues

_closed

boolean _closed

_logger

LoggerInterface _logger

_readOnly

boolean _readOnly

_entityKeyIf

EntityKeyInterface _entityKeyIf

Class com.sas.services.publish.BinaryFileEntry implements Serializable

Serialized Fields

_file

File _file

_mimeType

String _mimeType

_inputStream

InputStream _inputStream

_name

String _name

_tempFile

File _tempFile

Class com.sas.services.publish.EventData implements Serializable

Serialized Fields

_event

String _event

_isPersisted

boolean _isPersisted

Class com.sas.services.publish.HTMLEntry implements Serializable

Serialized Fields

_main

HTMLFileInterface _main

_companionFiles

ArrayList _companionFiles

Class com.sas.services.publish.HTMLFile implements Serializable

Serialized Fields

_url

String _url

_encoding

String _encoding

_isReadOnly

boolean _isReadOnly

_inputStream

InputStream _inputStream

_file

File _file

_mimeType

String _mimeType

_role

int _role

_name

String _name

_entityKeyIf

EntityKeyInterface _entityKeyIf

_tempFile

File _tempFile

Class com.sas.services.publish.ReferenceEntry implements Serializable

Serialized Fields

_reference

String _reference

_referenceType

String _referenceType

Class com.sas.services.publish.RemoteResultSet implements Serializable

Class com.sas.services.publish.ResultPackage implements Serializable

Serialized Fields

_abstract

String _abstract

_isNested

boolean _isNested

_entries

ArrayList _entries

_expiration

long _expiration

_nestedName

String _nestedName

Class com.sas.services.publish.TextFileEntry implements Serializable

Serialized Fields

_mimeType

String _mimeType

_file

File _file

_encoding

String _encoding

_inputStream

InputStream _inputStream

_name

String _name

_tempFile

File _tempFile

Class com.sas.services.publish.ViewerEntry implements Serializable

Serialized Fields

_file

File _file

_mimeType

String _mimeType

_encoding

String _encoding

_viewerType

int _viewerType

_inputStream

InputStream _inputStream

_name

String _name

_tempFile

File _tempFile


Package com.sas.services.publish.archive


Package com.sas.services.publish.metadata

Class com.sas.services.publish.metadata.DavBinaryPackage implements Serializable

Class com.sas.services.publish.metadata.PackageFilter implements Serializable

Serialized Fields

_description

String _description

_descriptionOperator

int _descriptionOperator

_abstract

String _abstract

_abstractOperator

int _abstractOperator

_channel

ChannelInterface _channel

_nvpairs

List _nvpairs


Package com.sas.services.publish.requester


Package com.sas.services.publish.webdav


Package com.sas.services.security

Class com.sas.services.security.AuthenticationServiceProxy implements Serializable

Class com.sas.services.security.Authenticator implements Serializable

Class com.sas.services.security.BadHostLoginServiceException implements Serializable

Class com.sas.services.security.Challenger implements Serializable

Serialized Fields

_localHandler

CallbackHandler _localHandler
Local callback handler.

Class com.sas.services.security.ConnectRefusedLoginServiceException implements Serializable

Class com.sas.services.security.CredentialLoginServiceException implements Serializable

Class com.sas.services.security.LoginCallbackHandler implements Serializable

Serialized Fields

_ident

UserIdentityInterface _ident

_user

UserContextInterface _user

_options

Map _options

Class com.sas.services.security.LoginServiceException implements Serializable

Class com.sas.services.security.NetworkLoginServiceException implements Serializable

Class com.sas.services.security.Permission implements Serializable

Serialized Fields

_type

String _type

_action

String _action

_owner

MetadataInterface _owner

Class com.sas.services.security.RemoteNameCallback implements Serializable

Serialized Fields

_prompt

String _prompt

_defaultName

String _defaultName

_name

String _name

Class com.sas.services.security.RemotePasswordCallback implements Serializable

Serialized Fields

_password

char[] _password

_isEchoOn

boolean _isEchoOn

_prompt

String _prompt


Package com.sas.services.security.login

Class com.sas.services.security.login.BadHostException implements Serializable

Class com.sas.services.security.login.ConnectRefusedException implements Serializable

Class com.sas.services.security.login.CredentialException implements Serializable

Class com.sas.services.security.login.NetworkException implements Serializable

Class com.sas.services.security.login.OMIServerPrincipal implements Serializable

Serialized Fields

_password

String _password

_cnxn

com.sas.meta.SASOMI.IOMI _cnxn

_isec

com.sas.meta.SASOMI.ISecurity _isec

_orb

BrgOrb _orb

_obj2

Object _obj2

Class com.sas.services.security.login.PFSCredential implements Serializable

Serialized Fields

_userId

String _userId

_password

String _password

_domain

String _domain

Class com.sas.services.security.login.PFSPrincipal implements Serializable

Serialized Fields

_name

String _name

_processed

boolean _processed

Class com.sas.services.security.login.ServerPrincipal implements Serializable

Serialized Fields

_userId

String _userId

_host

String _host

_port

int _port

_protocol

String _protocol

_domain

String _domain

_base

String _base

_description

String _description


Package com.sas.services.session

Class com.sas.services.session.LockingException implements Serializable

Class com.sas.services.session.SessionContextPermission implements Serializable

Class com.sas.services.session.SessionContextStateChangedEvent implements Serializable

Serialized Fields

_sessionContext

SessionContextInterface _sessionContext

_name

String _name

_object

Object _object

_stateChange

int _stateChange

Class com.sas.services.session.SessionPermission implements Serializable

Class com.sas.services.session.SessionServiceProxy implements Serializable

Class com.sas.services.session.SummaryData implements Serializable

Serialized Fields

_profile

ProfileInterface _profile

_userContextName

String _userContextName

_emails

List _emails

_loginTime

long _loginTime

_uniqueId

String _uniqueId

_sessionContextId

String _sessionContextId


Package com.sas.services.storedprocess

Class com.sas.services.storedprocess.AlertProcessingException implements Serializable

Class com.sas.services.storedprocess.ExecutionException implements Serializable

Class com.sas.services.storedprocess.ExecutionStatusListenerException implements Serializable

Class com.sas.services.storedprocess.InvalidParameterValueException implements Serializable

Class com.sas.services.storedprocess.MissingParameterException implements Serializable

Class com.sas.services.storedprocess.PermanentPackageResultHints implements Serializable

Serialized Fields

_archiveName

String _archiveName

_archivePath

String _archivePath

Class com.sas.services.storedprocess.ResultHints implements Serializable

Serialized Fields

_createNewInstance

boolean _createNewInstance

_lifecycleBound

boolean _lifecycleBound

_resultLocation

Object _resultLocation

Class com.sas.services.storedprocess.ResultsBindingException implements Serializable

Class com.sas.services.storedprocess.SASServerException implements Serializable

Class com.sas.services.storedprocess.SessionNotAvailableException implements Serializable

Class com.sas.services.storedprocess.SessionNotFoundException implements Serializable

Class com.sas.services.storedprocess.StoredProcessServiceProxy implements Serializable

Class com.sas.services.storedprocess.TransientPackageResultHints implements Serializable

Class com.sas.services.storedprocess.WebDAVPackageDAVServerResultHints implements Serializable

Serialized Fields

_davServer

HttpServerInterface _davServer

_collectionUnderDAVServerBasePath

String _collectionUnderDAVServerBasePath

_DAVServerBasePath

String _DAVServerBasePath

_domain

String _domain

attemptedToGetDomain

boolean attemptedToGetDomain

Class com.sas.services.storedprocess.WebDAVPackagePRResultHints implements Serializable

Serialized Fields

_collectionInPR

String _collectionInPR

_relativePathToResultInstance

String _relativePathToResultInstance

_personalRepository

PersonalRepositoryInterface _personalRepository

_myResults

FolderInterface _myResults

Class com.sas.services.storedprocess.WebDAVPackageURLResultHints implements Serializable

Serialized Fields

_proxyURL

String _proxyURL

_userName

String _userName

_password

String _password

_domainName

String _domainName


Package com.sas.services.storedprocess.metadata

Class com.sas.services.storedprocess.metadata.StoredProcess implements Serializable

Class com.sas.services.storedprocess.metadata.StoredProcessAlertItem implements Serializable

Class com.sas.services.storedprocess.metadata.StoredProcessFilter implements Serializable


Package com.sas.services.user

Class com.sas.services.user.CredentialPermission implements Serializable

Class com.sas.services.user.CredentialPermissionCollection implements Serializable

Serialized Fields

all_allowed

boolean all_allowed

Class com.sas.services.user.GlobalProfile implements Serializable

Serialized Fields

_person

PersonInterface _person

_user

UserContextInterface _user

Class com.sas.services.user.GroupProfile implements Serializable

Serialized Fields

_groupName

String _groupName
Deprecated. 

Class com.sas.services.user.OMIProfileStore implements Serializable

Serialized Fields

_anchor

MetadataInterface _anchor

_profile

ProfileInterface _profile

_repos

RepositoryInterface _repos

_ps

PropertySet _ps

Class com.sas.services.user.Profile implements Serializable

Serialized Fields

_userContext

UserContextInterface _userContext
The owner of this profile.

_parent

ProfileInterface _parent
The parent of this profile in the memory preference tree.

_subProfiles

HashMap _subProfiles
Sub profiles.

_attributes

HashMap _attributes
Attribute map.

_application

String _application
Application

_backEnd

ProfileStoreInterface _backEnd
Back-end profile store.

_isLoaded

boolean _isLoaded
Whether or not the profile is loaded.

_isLoading

boolean _isLoading

_needsReload

boolean _needsReload
This is a flag to indicate if the profile needs to be refreshed from the backend store before any attributes are returned.

_isDirty

boolean _isDirty
This flag indicates that the contents of the profile have been changed and not persisted.

_refreshCycle

long _refreshCycle
The time in milliseconds that the profile information is considered "fresh". After this time, a trip to the server to refetch is needed.

_lastRefresh

long _lastRefresh
The System time that the profile data was last fetched from the metadata server. When _lastRefresh + _refreshCycle > System.currentTimeMillis(), force a trip to the server.

Class com.sas.services.user.ProfileDomain implements Serializable

Serialized Fields

_url

String _url

_type

String _type

_filter

String _filter

_base

String _base

_className

String _className

Class com.sas.services.user.SimpleUserIdentity implements Serializable

Serialized Fields

_authFlag

boolean _authFlag

_principal

String _principal

_credential

String _credential

_domain

String _domain

_identity

Object _identity

_isPrimary

boolean _isPrimary

Class com.sas.services.user.UserContext implements Serializable

Serialized Fields

cx

ConnectionInterface cx

cxGate

int[] cxGate

_generatedCredentials

List _generatedCredentials

_exceptions

List _exceptions

_name

String _name

_key

String _key

_person

IdentityInterface _person

_identities

List _identities

_profile

ProfileInterface _profile

_repositories

List _repositories

_loginContext

LoginContext _loginContext

_handler

LoginCallbackHandler _handler

_challenger

RemoteCallbackHandler _challenger

_session

SessionContextInterface _session

_logger

LoggerInterface _logger

_loggerFromSessionContext

boolean _loggerFromSessionContext

_isDestroyed

boolean _isDestroyed

_uniqueId

String _uniqueId

_description

String _description

_authTime

long _authTime

_sharedResources

Map _sharedResources

_myContextNum

long _myContextNum

_mySubject

Subject _mySubject

Class com.sas.services.user.UserContextPermission implements Serializable

Serialized Fields

_actions

String _actions

Class com.sas.services.user.UserInitializationException implements Serializable

Serialized Fields

_exceptions

ArrayList _exceptions

_user

UserContextInterface _user

Class com.sas.services.user.UserServiceProxy implements Serializable

Class com.sas.services.user.UserUnknownException implements Serializable


Package com.sas.services.util

Class com.sas.services.util.AttributeMap implements Serializable

Serialized Fields

_pairs

Map _pairs

_orderedNames

List _orderedNames


Package com.sas.services.webdav

Class com.sas.services.webdav.DAVException implements Serializable

Serialized Fields

httpStatusCode

int httpStatusCode
A status code associated with this exception. If the originating exception is not an instance of HttpException then this will be -1, otherwise this is a valid Http return code

_exception

Exception _exception
The underlying exception that created this exception.

Class com.sas.services.webdav.NamespaceMap implements Serializable

Class com.sas.services.webdav.PropertyMap implements Serializable




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:29:04